body {
	background: #fbfaf8 url(../img/sitebg.png) repeat-y;
	color: #5c5f61;
	margin:0px;
	padding:0px;
	font-size: 0.9em;
	font-family: times, Arial, sans-serif;
	line-height: 150%;
}

#content {
	padding:0px;
	margin: 0px 0px 30px 0px;
	width:990px;
	position:relative;
	float:left;
	background: transparent url(../img/contentbg.png) no-repeat top left;
	z-index:1;
}

#headliner {
	padding:0px;
	margin: 20px 0 0 160px;
	width:600px;
	position:relative;
	float:left;
	background-color: transparent;
	z-index:1;
}

#infobox {
	padding:0px;
	margin: 50px 200px 0px 0px;
	width:200px;
	position:relative;
	float:right;
	background-color: transparent;
	z-index:1;
}

#inner_content {
	padding:0px;
	margin: 50px 0 0 160px;
	width:850px;
	position:relative;
	float:left;
	background-color: transparent;
	z-index:1;
}

h1{
color:#f4a949;
font-size:1.8em;
font-weight:bold;
}

h1{
font-size:1.5em;
font-weight:bold;
}



#content  a:link { 
	color:#f4a949; 
	font-weight: normal; 
	text-decoration:none;
}

#content a:visited, #content a:active { 
	color:#f4a949; 
	font-weight: normal; 
	text-decoration: none;
}

#content a:hover { 
	color:#f4a949; 
	font-weight: normal; 
	text-decoration:underline;
}