
body {
background: url(img/_bkg.jpg);
background-color: #f2ece0;
background-repeat: repeat-x;
font-family: tahoma;
font-size: 12px;
font-color: #505050;
}
h1 {
font-size: 22px;
color: #505050;
}
.bodyWrapper {
padding-left: 20px;
}
.bottom {
font-size: 10px;
color: #fff;
}
p, ul, li{
font-size: 12px;
color: #505050;
}

.navWrapper {
margin-top: 233px;
padding-left: 16px;

}
.navBar {
	height: 33px;
	border: 0px solid #000;
	vertical-align: center;
	position: absolute;
}


a.nav, a.nav:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	/*border-right: 1px solid #505050;
	border-left: 1px solid #000;*/
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	
}
a.nav:hover, a.nav:active {
	color: #f0f0f0;	
	background: #000;
}


a.bottomNav, a.bottomNav:visited {
	color: #fff;	
	text-decoration: underline;
}
a.bottomNav:hover, a.bottomNav:active {
	color: #f0f0f0;	
	text-decoration: none;
}

a.bigLinks, a.bigLinks:visited {
	font-size:12px;
	line-height: 15px;
	color: #505050;
	text-decoration: underline;
}
a.bigLinks:hover, a.bigLinks:active {
	text-decoration: none;
}