body {
	background-color: #ffff99;
	margin: 0px;
}
.logo{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/nav/s_logo.jpg);
	width: 350px;
	height: 230px;
}
.nav{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}
a.navbut{
	display: block;
	width: 150px;
	height: 18px;
	background-image: url(images/nav/navoff.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 4px;
	position: relative;
}
a:hover.navbut {
	background-image: url(images/nav/navover.jpg);
	color: #000000;
}
.mainimg{
	width: 750px;
	vertical-align: middle;
	position: relative;
	z-index: 5;
	top: 65px;
}
.mainfil{
	position: absolute;
	width: 222px;
	background-image: url(images/nav/s_mainfil.jpg);
	background-repeat: no-repeat;
	background-color: #8A8A53;
	top: 106px;
	right: 506px;
	border: 2px solid #000000;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
.address{
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #000000;
	line-height: 14px;
	width: 350px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990033;
}
.footer{	
	position: relative;
	background-color: #336633;
	top: 110px;
	width: 100%;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	color: #ffffff;
}
a.footernav{
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
}
a:hover.footernav {
	color: #FFCC33;
}
.copy{
	text-align:center;
	position :relative;
	top:80px;
	font-size: 0.8em
}
p {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.hiddden{
	visibility: hidden;
}