body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow-y: scroll;
	background: white url(../gfx/images/background.gif) repeat-x;
	margin: 0;
	padding: 0;
}

#Container {
	width:970px;
	background: white;
	margin-left: -485px;
	padding:0;
	position:  absolute;
	min-height: 560px;
	left:  50%;
	clear: both;
}

#Header_Logo {
	height: 50px;
	background: url(../gfx/logos/fhcon_logo_160.gif) no-repeat;
	margin: 10px 0 0 10px;
	clear: both;
	color: #afafaf;
	font-size: 0.75em;
	text-align: right;
}
	#Header_Logo a {
		color: #afafaf;
	}
	#Header_Logo a:hover {
		color: #eb8227;
	}
    
#Header_Pics {
	height: 120px;
	width: auto;
	clear: both;
}
	#Header_Pics_1 {
		width: 340px;
		height: 105px;
		border-right: 3px solid white;
		background: #707173;
		float: left;
		
		color: white;
		padding: 15px 0 0 10px;
		letter-spacing: 0.2em;
		font: small-caps 1.2em/140% Georgia, "Times New Roman", Times, serif;
}
	#Header_Pics_2 {
		width: 450px;
		border-right: 3px solid white;
		float: left;
	}
	#Header_Pics_3 {
		width: 164px;
		height: 120px;
		background-color: #707173;
		float: right;
	}

#Navigation {
	height: 26px;
	background: url(../gfx/images/nav_back.gif) repeat-x;
	color: #4c4c4c;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 10px;
	letter-spacing: 0.06em;
}
         
#Content {
	clear: both;
	margin-top: 30px;
}
    
#Main_left {
	float: left;
	width: 750px;
	margin-bottom: 20px;
}
	#Main_left a {
	border-bottom: thin dotted #4c4c4c;
}
	#Main_left a:hover {
		color: #eb8227;
	}
	#noborder a {
	border-bottom: none;
}
    
#Main_right {
	float: right;
	width: 186px;
}
	#Main_right_top {
		background: url(../gfx/newsfield/newsfield_grey_top.gif) no-repeat;
		margin: 0;
		padding: 0;
		height: 20px;
}
	#Main_right_content {
		background: url(../gfx/newsfield/newsfield_grey_middle.gif) repeat-y;
		height: auto;
		margin: 0;
		padding: 15px;
	}
	#Main_right_bottom {
		background: url(../gfx/newsfield/newsfield_grey_bottom.gif) no-repeat;
		margin: 0;
		padding: 0;
		height: 143px;
}
   	
#Footer {
	clear: both;
	font-size: 0.7em;
	color: #4c4c4c;
	text-align: center;
	border-top: thin solid #eb8227;
	padding: 5px 0 20px;
	margin-left: 10px;
}

















