body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding:0;
	margin:0;
	background:url(../../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#10182b;
	background-position: top;
	
}

#main-container {width:990px; margin: 10px auto; padding:5px;}
#main-container a {
text-decoration: underline;
color: #0066FF;
}
#main-container a:hover {
text-decoration: none;
color: #CCCCCC;
}
#header-row     {width:990px; height:186px; background-image:url(../../images/header.png); position:relative; 
                background-repeat: no-repeat; padding:35px}
#content-left {width:725px; margin:2px auto; padding:2px; float:left;}
#content-right {width:245px; text-align:left; margin:2px auto; padding:2px; float:right;}
.clear {clear:both;}

#footer {
width: 990px;
text-align: center;
padding-top: 10px;
color: #CCCCCC;
}
#footer a {
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
}
#footer a:hover {
font-size: 12px;
text-decoration: underline;
color: #CCCCCC;
}

#clearfooter {
height: 50px;
}