/* CSS Document */

body { 
	background-image:url(/images/bkg_repeat.jpg); 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header { 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:5; 
	background-image:url(/images/bkg_head-1.jpg); 
	height:75px; 
	width:750px; 
}
#headerRainbow { 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:5; 
	background-image:url(/images/bkg_head-2.jpg); 
	height:75px; 
	width:750px; 
}

#main {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:75px 0px 0px 0px;
	background-image:url(/images/bkg_rainbow.jpg);
	width:1000px;
	height:auto;
	background-repeat: no-repeat;
}
#mainRainbow {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:75px 0px 0px 0px;
	background-image:url(/images/bkg2_rainbow.jpg);
	width:1000px;
	height:auto;
	background-repeat: no-repeat;
}


#footer {
	width:580px;
	padding:55px 170px 100px 15px;
	clear:both;
	font-size:9px;
	background-image:url(/images/crest.gif);
	background-position: 600px 0px;
	background-repeat: no-repeat;
}

#margin { width:0px; height:410px; float:left; }

#leftnav { width:200px; float:left; margin:0px 0px; padding:0px }
#leftnav li { list-style-type: none; clear:both; }
#leftnav ul { margin:0px 0px 35px; padding:10px; }
#leftnav .ac { border-left:4px solid #333; padding-left:6px; } 
#leftnav a {
	float:left; 
	clear:both;
	font-size:11px;
	display:block;
	padding:0px 10px;
	margin:8px 0px;
	color:#330000;
}

#subheader { width:750px; height:45px; }

p { margin:0px 0px 13px; line-height:140%; }

#content { float:left; width:400px; border:0px solid red; margin:50px 0px 0px 175px; }
#content .head { 
	font-size:17px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#fff 0px 0px 5px;
}
