#header{
width:850px;
height:250px;
background-color:#666666;
background-image:url(images/headerImage.jpg);
background-repeat:no-repeat;
float:left;
position:relative;
}


#header #headerList {
margin-left:125px;
margin-top:108px;
font-size:14px;
}

#header #headerList li{
list-style-image:url(images/bullet.gif);
margin-bottom:5px;
}

#header #headerList li a{
	text-decoration:none;
color:#000000;
}

#middle #leftBox{
	float:left;
	width:390px;
	margin-top:10px;
}

#middle #rightBox{
	float:left;
	width:390px;
	margin-left:20px;
	margin-top:10px;
}

#middle #rightBox hr{
	border:0;
	visibility:hidden;
	margin-bottom:10px;
}

#middle #rightBox a{
	text-decoration:none;
	color:#990000;
}



/* =================== Other ===================== */

#clear{
	clear:both;
}

