.menubox {
	width: 150px;
	top: 45px;
	z-index: 2;
	position: absolute;
left: 50%;
	
	margin-left: -350px;
}
div.mainbox {
	height: 700px;
	width: 800px;
	top: 200px;

	background-color: #fcffe9;
	z-index: -1;
	margin-right: auto;
	margin-left: auto;
}
.logobox {
	background-image: url(assets/logo2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -150px;
	height: 94px;
	width: 313px;
	z-index: 2;
}
.boxtr {
	background-image: url(assets/cornertr2.png);
	background-repeat: no-repeat;
	position: relative;
	height: 50px;
	width: 50px;
	left: 700px;
	top: 0px;


}
.boxtl {
	background-image: url(assets/cornertl2.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
	height: 50px;
	width: 50px;
}
.topline {
	background-image: url(assets/bordert.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 700px;
	position: relative;
	right: -50px;
}
.leftside {
	background-image: url(assets/borderl.png);
	background-position: left;
	background-repeat: repeat-y;
	height: 600px;
	width: 50px;
	position: absolute;
	z-index: 1;
}
.rightside {
	background-image: url(assets/borderr.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
	height: 600px;
	width: 50px;
	background-position: right;
	right: -750px;
}
.bottomside {
	background-image: url(assets/borderb.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 700px;
	float: left;

}
.cornerbl {
	background-image: url(assets/cornerbl2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 50px;
	float: left;
}
.cornerbr {
	background-image: url(assets/cornerbr2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: relative;
	right: auto;
	float: left;
}
.rollover a{
	background-image: url(assets/button.png);
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0px;
	display: block;
	font-family: Tahoma;
	font-size: 20px;
	text-align: center;
	width: 150px;
	height: 32px;
	padding-top: 3px;
	color: #669900;
}
.rollover:hover {
	background-image: url(assets/button.png);
	color: #996600;
}

.rollover li{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mainarea {
	height: 442px;
	width: 670px;
	position: absolute;
	left: 50%;
	top: 193px;
	background-color: #DCE0C5;
	margin-left: -350px;
	padding: 15px;
}
.largetext {
	font-family: Tahoma;
	font-size: 20px;
	color: #669900;
}
.maintext {
	font-family: Tahoma;
	font-size: 16px;
	color: #669900;
}
.mainimage {
	padding: 2px;
	margin: 6px;
}
.largebodylink {
	font-family: Tahoma;
	font-size: 24px;
	color: #669900;
	text-decoration: none;
}
.bodylink {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #669966;
	text-decoration: none;
}
.bodylink:hover{
	font-weight: bold;
	color: #000000;
}
