body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #3c3b3b;
	background-color: #c09f03;
	background-image: url(images/bgmain.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
 
a:hover {
	color: #333333;
	text-decoration: underline;
}


#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 757px;
	margin-top: 5px;
}
a.nav:link, a.nav:visited {
	color: #227718;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #990000;
	text-decoration: none;

}

#address {
	text-align: right;
	width: 757px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 80px;
}
a.address:link, a.address:visited {
	color: #990000;
	text-decoration: none;
}

a.address:hover {
	color: #333333;
	text-decoration: underline;

}

