html, body {
	margin: 0;
	padding: 0;
	font-family: custom_font, helvetica, sans-serif;
	font-size:17px;
	height: 100%;
	background-image:url(/images/backer.png); 
	background-attachment: fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#000;
	color:#FFF;

}
img {
	border: none;
}


h1, h2 {
	color:#FFF;
	background-color:transparent;
	margin: 20px 0 10px;
}



h1 {
	font-size: 20px;
}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}

#flashcontent {
	padding-top: 20px;
}

#header-wrap {
	position: fixed;
	top: 0;
	width: 100%;

}

#header-container {
	height: 100px;
	background-color:#000;

}

#header {
	max-width: 940px;
	min-width:800px;
	margin: 0 auto;
	position:relative;
}

#header h1 {
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}


#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 36px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #FFF;
	font-size: 17px;
	line-height: 1.7em;
	margin-left: 30px;
	text-decoration: none;
}

#header ul li a:hover {
	 border-bottom: 2px solid #900;
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 17px;
	padding: 100px 0 85px;
	overflow: auto;
}

#content {
	margin-top: 20px;
	float: left;
	width: 625px;
}

#sidebar {
	float: right;
	width: 275px;
	margin-top: 20px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
    overflow: auto;
}

#footer-container {
	height: 75px;
	background-color:#000;
}

#footer {
	width: 940px;
	margin: 0 auto;
	color: #fff;
	font-size: 17px;
	position:fixed;
	text-align:center;
}

#footer a {
	color: #900;
}

#footer p.copyright {
	font-size:14px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
