/* CSS Document */
body{
	margin:0px;
	text-align:left;
	
}
#header_outer{
	width:950px;
	text-align:left;
	background-color:#FFFFFF;
}
#left_logo_space{
	width:441px;
	float:left;
}
#right_links_space{
	width:508px;
	float:left;
	background-image:url(http://www.robertdrumm.com/images/link_bg.jpg);
	height:48px;
	text-align:center;
}
#links_top_space{
	height:14px;
}
#main_left_banner{
	width:668px;
	float:left;
	background-image:url(http://www.robertdrumm.com/images/header_left.jpg);
	height:239px;
	text-align:right;
}
#main_flash_div{
	height:84px;
}
#main_right_banner{
	width:282px;
	float:left;
}

a.white_link_top{
	color:#FFFFFF;
	padding-left:18px;
	padding-right:18px;
	text-decoration:none;
}
a.white_link_top:hover{
	color:#FFFFFF;
	padding-left:18px;
	padding-right:18px;
	text-decoration:underline;
}
.clear{
	clear:both;
}
