/* CSS Document */

*{margin:0; padding:0;}
body{
	background-color: #0076a8; 
	repeat; font-family:Arial, Helvetica, sans-serif; 
}

a:link, a:visited{
	color:#0227e4; 
	text-decoration:underline;
}


#wrapper{width:1000px; margin:auto; background:url(images/wrapper.png) repeat-y;}

#header{background:url(images/header.png); width:1000px; height:147px; margin:auto;}
#left{width:163px; height:300px; float:left;}
#right{width:149px; height:317px; float:right;}
#content{width:524px; float:left; padding:20px 80px 0 80px; }
#content h1{
	font-size:36px;
	color:#CC0000;
	text-align:center;
	font-family:Tahoma;
	margin:0 0 40px 0;
}
#content h2{
	font-size:20px; 
	color:#002060; 
	text-transform:capitalize; 
	margin:0 0 40px 0;
}
#content p{
	font-size:16px;
	color:#000;
	padding:0 0 4px 16px;
}
.under{
	text-transform:uppercase; 
	text-decoration:underline;
}
.ybg{background:#ffff00; color:#000; font-style:italic; font-weight:bold; font-size:20px; margin:0 0 0 110px;}

#copy{background:url(images/copy.png) no-repeat; width:399px; height:72px; margin:40px auto 0 auto; padding:0 0 60px 0;}

#footer a{
	font-size:12px;
	color:#fff; 
	text-decoration:none;
}

