/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com Fan.NorthernStar
	  
*/

*{
padding: 0;
margin: 0;
}

body {
max-width: 100% !important;
overflow-x: hidden !important;
margin: 0 auto;
padding:0 0 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color:#adc5cf;
background:#dad7a7 url('backtile.png');
text-align:center;
}

p{
margin:0;
padding:8px 0;
line-height:1.3em;
}

#wrapper { 
 margin: 0 auto;
padding: 0;
 width: 100%;
}

#header{
width:100%;
height:300px;
margin:0 auto;
padding:0 auto;
;
}

#headerimg{
width:806px;
height:225px;
margin:10px auto;
padding:0px 0px 0px 0px;
background:url('header.png') no-repeat top center;
text-align:center;
}

#content { 
 width: 100%;
 color: #486c7c;
border-bottom:4px double #89abc1;
 background: url('tile.png');
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 100%;
border-top:4px double #89abc1;
}

#container {
margin: 0 auto;
width: 700px;
padding-top: 20px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color:#486c7c;
text-align: left;

}

#container a, a:link{
font-weight:bold;
color: #48708a;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#container a:hover {
font-weight:bold;
cursor : crosshair;
color:#8b6047;
text-decoration:none;
border-bottom:1px dashed #8b6047;
outline:none;
}

#container a:active {
font-weight:bold;
color: #48708a;
cursor : crosshair;
text-decoration:none;
outline:none;
}

.ileft{ 
float: left; 
padding:4px;
display: inline;
}

#footer { 
  width: 100%;
font-weight:bold;
font-size:11px;
 color: #121b20;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: url(xx.jpg);
}

#footer a, a:link{
font-weight:bold;
 color: #121b20;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#footer a:hover{
color:#f4f7f8;
font-weight:bold;
cursor : crosshair;
text-decoration:none;
border-bottom:1px dashed #f4f7f8;
outline:none;
}

#footer a:active{
font-weight:bold;
 color: #121b20;
cursor : crosshair;
text-decoration: none;
outline:none;
}