body {
	font-family: Georgia, "MS Serif", "New York", serif;
	color: #FFFFFF;
	background: #003300;
	margin: 0;
}
#top {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 200px;
}
#menu {
	position: absolute;
	top: 205px;
	width: 100%;
	height:25px;
	background: #999900;
}
#main {
	position: absolute;
	top: 235px;
	width: 100%;
}
#back {
	position: absolute;
	top:10px;
	right: 20px;
}
#res {
	position: absolute;
	top: 2px;
	left: 40%;
	width: 14%;
	height: 20px;
	background: #808000;
	border-right: 1px solid #003300;
	margin-top: -6px;
}
p {
	margin-right:25px;
	margin-left:25px;
}
h2 {
	font-size: 130%
}
h3 {
	font-size: 90%;
	font-style: italic;
	text-align: justify;
	font-weight: lighter;
	margin-right: 15px;
	margin-left: 15px;
}
a {
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
a.thispage{
	color: #003300;
}
a:hover {
	color:#003300;
	background: #999900;
}
/*a.picture {
	font-size:100%;
	color:#FFFFFF;
	text-decoration:none;
}
a.picture:hover {
	display:block;
	background:#999900;
	width:250px;
	height:150%;
	color:#003300;
}
*/.menu {
	border-top:1px solid #999900;
	border-right:1px solid #003300;
}
a.picture {
	text-decoration:none; 
	display:block;
	width:220px; 
	height:30px; 
	background: #0C430E;
	border-top:1px solid #999900; 
	border-right:1px solid #062207;
	border-bottom:1px solid #062207;
	border-left:1px solid #999900;
	font-size:100%; 
	line-height:30px;
}
a.picture:hover {
	display:block;
	background:#999900;
	color:#003300
	}
.cellt {
	border-top:1px solid #999900;
	border-right:1px solid #999900;
	border-bottom:0;
	border-left:1px solid #999900;
	padding:10px;
}
.cellb {
	border-top:0;
	border-right:1px solid #999900;
	border-bottom:1px solid #999900;
	border-left:1px solid #999900;
	padding:10px;
}	
.yellb {
	border:1px solid #999900
}
.products {
	margin-top:10px;
	margin-bottom: 10px;
}
hr {
	text-align: center;
	height:1px;
	width:80%;
}

img.logo {
	margin-left: 10px;
}