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;
}

/* FONTS */
@font-face {
	font-family: 'menu';
	src: url('../resources/fonts/Menu/menu-webfont.eot');
	src: local('☺'), url('../resources/fonts/Menu/menu-webfont.woff') format('woff'), url('../resources/fonts/Menu/menu-webfont.ttf') format('truetype'), url('../resources/fonts/Menu/menu-webfont.svg#webfont8yZs8I6i') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*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;
	font-family:'menu';
	padding-top:141px;
	text-align:center;
	font-size:24px;
	color:#F6F6F6;
	text-transform:uppercase;
	text-shadow:-1px 1px 0 #A5A5A5, 2px -2px 0 #1B1B1B;
}

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

#mainNav a:hover { 
	color:#EDE5B4;
}

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

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

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

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

/*	Mini Footer and Related Pages*/
#miniFooter, #relatedPages{
	/*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;
}
