/* CSS Document */


body
{ 
text-align:center; background:black; font-family:Arial, Helvetica, sans-serif; font-size:12.0pt;
}

p	{	color:white; text-align:left;
line-height:1.5;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; }
	
.center {text-align:center}
h3 {color:white;}
a:link { color: #00CCFF; }

a:visited {	color: #00CCFF; }



div.container { position:relative;
	width:80%;
	background-color: #000000;
	margin: 0 auto;
	border:solid #FF8282; padding:20px;
}

div.header,div.footer {width:auto; padding:10px; color:white; background-color:#00CCFF; clear:both; }

div.left {float:left; width:300px; margin:0; padding:1em; }






