body {
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover{
	color:#000;
	text-decoration: none;
}

/*a:hover {
	color:#000;
	text-decoration: underline;
}*/

img {
	border: 0;
}

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

/*	Main Header */
#header{
	width:100%;
	background:#000 url('../img/layout/top_bg.jpg') repeat-x;
	height:194px;
}

#mainNav{
	background: url('../img/layout/top_headline.jpg') no-repeat;
	width:881px;
	height:32px;
	margin: 0 auto;
	padding-top:141px;
	text-align:center;
	font-size:22px;
	color:#F6F6F6;
}

#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:hover{
	color:#F6F6F6;
	text-decoration: none;
}

#mainNav a.current, #mainNav a.current:link, #mainNav a.current:visited, #mainNav a.current:hover{
	color:#E9F6FC;
}

/*	Main Content, Footer, and Mini Footer*/
#mainContent, #footer, #miniFooter{
	width:950px;
	margin:0 auto;
	background:#FAF5DF;
	padding:0 20px 20px;
}

#mainContent{
	position:relative;
	height:100%;
}

/*	Footer and Mini Footer */
#footer, #miniFooter{
	padding:10px;
	width:970px;
	text-align:center;
}

/*	Mini Footer */
#miniFooter{
	min-height:60px;
	font-size:12px;
}

/*	Footer */
#footer{
	border-top:2px dashed #BBB6A2;
	border-bottom:2px dashed #BBB6A2;
	color:#443D33;
}

#footer img{
	margin-left:10px;
}

#miniFooter .current{
	color:#AC2218;
}
	

/*	Main Content Banner */
#mainContentBanner{
	text-align:center;
	padding:10px 0;
}