html,body {
		margin:0;
		padding:0;
		height:100%;
		font-size:11px;
    		font-family: Verdana, Helvetica, sans-serif;
		color: black;
		background-color:white;
	}
	a {
		text-decoration:none;
		
	}
	img {
		border:0;
	}
	h1 {
		font-size:13px;
		font-weight:bold;
		color:#b41418;
	}
	#top_logo_container{
		width:100%;
		background-color:#b41418;
		text-align:left;
		height:90px;
	}
	#top_logo_spacer{
		float:left;
		width:35px;
	}
	#top_container{
		width:100%; 
		text-align:left; 
		height:30px;
	}
	#content_container {
		background-color:#eeeae6;
		width:785px;
	}
	#bottom_container{
		background-color:#b41418;
		height:25px;
	}
	#mainnav_container{
		background-color:#d5757b;
		height:30px;
	}
	#crossnav_container{
		height:30px; 
		background-color:#d5757b; 
	}
	#c_container{
		float:left; 
		width:400px; 
		text-align:left;
	}
	#left_spacer{
		float:left;
		width:50px
	}
	#left_small_spacer{
		float:left;
		width:10px;
	}
	#left_container{
		float:left; 
		width:100px; 
		text-align:left;
	}
	#right_spacer{
		float:left;
		width:58px;
	}
	#right_container{
		float:left; 
		width:150px;
	}
	#right_info_box, #right_area_box{
		float:left; 
		width:150px;
	}
	#right_info_header, #right_area_header{
		height:30px;
		background-color:#b41418;
		color:#eeeae6;
		font-weight:bold;		
	}
	#right_info_text, #right_area_text{
		text-align:left;
		padding:7px;
		background-color:#d5757b;
	}
	#right_info_text ul, #right_area_text ul{
		padding-left:15px;
		margin-left:0;
		list-style-image: url(../img/listnode.gif); 	
	}
	#right_info_text a, #right_area_text a {
		color:#eeeae6;	
	}
	#breadcrumb{
		width:100%; 
		text-align:left;
		height:28px;
	}
	#seperator{
		background-image: url(../img/breadcrumb.jpg);
		height:2px;
		width:100%;
	}
	#text-spacer{
		width:100%;
	}
	.link_white{
		font-weight:bold;
		color:#eeeae6;
	}
	.link_seperator{
		background-color:#eeeae6;
		margin-left:10px;
		margin-right:10px;
		width:1px;
		float:left;
	}
	.crossnav_link {
		float:left;
	}
	#left_bestheads_container{
		float:left;
		margin-top:9px;
		margin-left:6px;	
		padding-left:0;
		width:9px; 
		height:93px
	}
	#breadcrumb a{
		color:#cd7573;
	}
	.list_hr {
	height:1px;
	width:100%;
	border-bottom: 1px solid #ac1818; 
	}
	.list_node {
		float:left; 
		margin-top:10px; 
		margin-bottom:10px;
	}


	.list_node_text {
		float:left; 
		text-align:left;
	}
	#list_container b {
		font-size:11px;
		font-weight:bold;
		color:#d5757b;
		margin:0px;
	}
	#list_container {
		float:left;
		text-align:left;
		width:400px;
	}
	#listnav{
		text-align:center; 
		width:400px; 
		color:#d5757b;
	}
	#listnav a, #c_container a, #list_container a {
		color:#d5757b;
	}

	#startpage_headline {
		text-align:left; 
		color:#b41418; 
		font-size:18px; 
		font-weight:bold;
	}