body {
margin : 5;
padding : 0;
text-align : left;
font : 70% Trebuchet MS, verdana, arial, sans-serif;
line-height : 1.5em;
letter-spacing: 0.2px;
background : #111216 url(images/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
background-position:center;

color : #ffffff;
}



#menu {
	float: left;
	width: 825px;
	height: 20px;
	background: url(images/menu.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/spacer-bar.gif) no-repeat right top;
	height: 18px;
	padding: 0 15px 0 15px;
}

#menu a {
	display: block;
	float: right;
	height: 10px;
	margin-right: 1px;
	padding: 3px 3px 0 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #2C2E22;
}

#menu .current_page_item a {
	color: #2C2E22;
}







a.nav {
	font-weight: bold;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
a.nav:hover {
	font-weight: bold;
	font-size:12px;
	color:#818181;
	text-decoration:none;
}

a.snav {
	font-weight: normal;
	font-size:10px;
	color:#818181;
	text-decoration:none;
}
a.snav:hover {
	font-weight: normal;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}



a.link {
	color:#7F705C;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
}
a.link:hover {
	color:#ffffff;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
}


h1 {
font-weight: normal; 
text-decoration: none; 
text-transform : uppercase;
font-size : 150%;
margin : 0px;
letter-spacing : 1px;
color : #ffffff;
}

h2 {
font-weight: normal; 
text-decoration: none; 
text-transform : uppercase;
font-size : 120%;
margin : 0px;
letter-spacing : 2px;
color : #ffffff;
}

