﻿body {
	background-color: #E9FAE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small
}
#pagecontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#bordertop {
	height: 137px;
	background-image: url('../images/siteframe/bordertop.jpg');
	background-repeat: no-repeat;
}
#bodycontainer {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-position: bottom;
	background-image: url('../images/siteframe/borderbottom.png');
	background-repeat: no-repeat;
	min-height: 400px;
}
#borderleft {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/siteframe/borderleft.jpg');
	background-repeat: no-repeat;
	background-color: #E9FAE8;
	bottom: 0px;
}
#menuposition {
	height: 25px;
	padding-top: 45px	
}
#borderright {
	bottom: 0px;
	width: 75px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('../images/siteframe/borderright.jpg');
	background-repeat: no-repeat;
	background-color: #E9FAE8;
}
#page_content {
	position: relative;
	top: 0px;
	width: 721px;
	padding-bottom: 10px;
	left: 162px;
}
#bottompics {
	height: 72px;
	left: 75px;
	padding-top: 15px;
	text-align: center;
	position: relative;
	width: 895px;
}
