@charset "UTF-8";
/* CSS Document */

/* CSS Document */


html { margin: 0px; }



	
body {
	background-color: #000; 
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 80%;
}

#header {
	height: 507px;
	margin: 0 17px;
	background: url(images/HomepageHeader.jpg) no-repeat;
	width: 662px;
}



#wrapper {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background: url(images/HomepageBG.jpg) repeat-y;
	text-align: center;
	color: #fff;
	width: 696px;					/* width should be the same as the background image */
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 696px;
}
	html>body #wrapper { width: 696px; }
	


#footer
{
clear: both;
margin: 0 20px;
padding: .5em;
font-size: .5em;
color: #333;
border-top: 1px solid gray;
}



#main {
background: transparent;
height: 300px;
}



#leftCol
{
float: left;
width: 459px;
margin-left: 17px;
padding: 0px;
/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 459px;
}
	html>body #leftCol { width: 459px;}


#NavBar ul
{
padding: 0;
margin: 0;
background-color: #000;
color: #fff;
float: left;
width: 100%;
height: 34px;
font: arial, helvetica, sans-serif;
font-variant: small-caps;
font-weight: bold;
font-size: 1.2em;
border-top: solid 1px #9c964c;
}

#NavBar ul li { display: inline; }

#NavBar ul li a
{
margin-left: 1em;
margin-top: .2em;
padding: 9px;
background-color: #000;
color: White;
text-decoration: none;
float: left;
}

#NavBar ul li a:hover
{
color: #bed7d4;
}


#rightCol
{
float: right;
width: 220px;
margin: 0;
padding: 0;
font-size: .9em;
/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
}
	html>body #rightCol { width: 220px; }

#rightCol img {
margin: 0;
padding: 0;
vertical-align: top;
}


