BODY,BODY.nav {
	background-color : #F4DCAB;
	background-attachment : fixed;
	background-image : url(../images/bg.png);
	background-repeat : no-repeat;
	background-position : center;
}
BODY.intro {
	background-color : #f5e0b3;
	background-image : none;
}
BODY.nav {
	background-image : url(../images/acidcity.jpg);
	background-repeat : repeat-x;

}
A,A.mainnav {
	color : #78793F;
	text-decoration : none;
        font-weight : bold;
	
}
A:HOVER,A.mainnav:HOVER {
        font-weight : bold;
	text-decoration : none;
        color : #D29316
}
P,A {
	font-family : "Verdana";
	font-size : 10pt;
	color : #666633;
}
A.mainnav {
	color : #F4DCAB;
	font-size : 10pt;
	font-weight : bold;
}

TD {
	text-align : center;
}

