/* CSS Document */

body {
 margin: 0;
 padding: 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background: #006666 url(../images/body_bg.gif) repeat-x;
}

#holder {
 width: 800px;
 margin-left:auto; 
 margin-right:auto;
}

#header {
 width: 800px;
 height: 102px;
 background: url(../images/hdr_bg.jpg) no-repeat;
}

#topnav {
	float:right;
	margin: 72px 10px 0 0;
	color: #666666;
}

#content {
 float: left;
 width:800px;
 background: url(../images/cont_bg.gif);
}

#leftcolumn {
 float: left;
 width: 210px;
}

#maincolumn {
 float: left;
 width: 590px;
 text-align: center;
}

#footer {
 clear: both;
 width:800px;
 text-align: center;
 font-size: 10px;
}

#footnav {
 background: #FFFF00;
 border-top: #003366 1px solid;
 border-bottom: #003366 1px solid;
 padding: 10px 0 10px 0;
 color: #666666;
 }
 
#copyrights {
 padding: 10px 0 10px 0;
 color: #99CCCC;
} 

#dr { border: #FFFFFF 1px solid;}