/*
      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
	  
*/



body, p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
text-align: center;
line-height: 150%; 
}
p.caption {
font-size: 10px;
}
h1 {
font-size: 36px;
text-align: center; 
color: #00248F;
font-weight: bold;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 padding: 10px;
 border: 0px;
 height: 70px;
 margin: 10px 0px 0px 0px;
 background: #809FFF;
}
#content { 
 width: 900px;
 padding: 10px;
 border: 0px;
 margin: 0px 0px 10px 0px;
 background: #BFCFFF;
}