﻿html, body
{
	margin:0;
	padding:0;
	height:100%;
}

#wrap
{
	min-height:100%;
	position:relative;
}

#main
{
	padding-bottom:3em;
}

/* footer */
#footer 
{
	position:absolute;
	bottom:0;
	height:2.5em;
	clear: both;
	color: Black;
	/* margin: 0 auto 10px auto; */
	width: 100%;
	/* padding: 5px 0; */
	text-align: center;
	/* background: #F8F7F7; */
	/* background: #200A0C; */
	background: #E4E4E4 url(/_Images/nav.jpg) repeat-x;		
	border-top: 1px solid #F2F2F2;	
}

#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
	text-align: center;
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(/_Images/nav.jpg) repeat-x;	
	width: auto; /*850px;		*/
	padding: 0;
	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}


#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}

#nav ul li#current a {	
	background: #DBDBDB url(/_Images/nav-current.jpg) repeat-x;		
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 100%;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	/*background: url(/_Images/footer-bottom.jpg) repeat-x center bottom;	*/
}
#footer-wrap a {
	text-decoration: none;
	/* color: #666666; */
	color: Black;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	/* color: #666666; */
	color: Black;
	margin: 0;
	padding: 0 10px; 
}

