body {
	margin-top: 8px;

	background-color: #7b851f;
	background-attachment: scroll;
	background-image: url(Images/page_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#siteframe{
	height: 530px;
	width: 800px;
	margin-top: 20px;
	background-image: url(Images/siteframe_background.gif);
	background-repeat: no-repeat;
	position:absolute;
	left:50%;
	margin-left:-400px;
}
#leftside{
	height: 520px;
	width: 200px;
	float:left;
}
#leftsidetop{
	height: 280px;
	width: 160px;
	float:left;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#leftsidebottom{
	height: 200px;
	width: 160px;
	float:left;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightside{
	height: 480px;
	width: 560px;
	float:left;
	text-align: left;
	padding: 20px;
}
#footer{
	height: 10px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	position:absolute;
	clear:both;
	left:50%;
	margin-left:-400px;
}
a{
	display: block;
	background-image: url(Images/button_over.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b851f;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	background-image: url(Images/button.gif);
	color: #FFFFFF;
}
p, h1, h2, ul, ol{
	font-family: Arial, Helvetica, sans-serif;
}
p{
	font-size: 12px;
	text-align: justify;
}
h1{
	font-size: 18px;
	color: #6c761c;
}
h2{
	font-size: 12px;
	color: #7b851f;
}
#rightside img{
	float:right;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #7b851f;
}
ol{
	font-size: 12px;
	margin-left: 60px;
}
ul{
	font-size: 20px;
	margin-left: 20px;
}