body {
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	min-width: 995px;
	background-color: #808080;
}
#page-wrapper {
	text-align: left;
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}
#page-wrapper2 {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}
#header-wrapper {
	position: relative;
	width: 100%;
	height: 110px;
	background-color: #000000;
}
#header {
	position: relative;
	height: 100%;
}
#main-wrapper {
	width: 100%;
	background-color: #000000;
	position: relative;
}
#nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #000000;
}
#nav {
  position: relative;
  height: 100%;
  margin-top: 45px;
}
#body-wrapper {
	margin: 0 0 0 250px;
	height: 100%;
	background-color:#969696;
}
#body {
	background-color: #6a7053;
	height: 100%;
	margin: 0 25px 0 0;
}
#footer-wrapper {
	position: relative;
	width: 100%;
}
#footer-left { 
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	background-color: #808080;
	padding: 5px;
	text-align: left;
}
#footer-right { 
	background-color: #808080;
	margin: 0 0 0 480px;
	padding: 5px;
	text-align: right;
}
#shading1 {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 715px;
	height: 85px;
	background-color: #707276;
	
}
#shading2 {
	position: absolute;
	top: 0px;
	left: 250px;
	background-color: #c0c0c0;
	width: 690px;
	height: 15px;
}
#shading3 {
	width: 25px;
	height: 15px;
	position: relative;
	top: 0px;
	left: 690px;
	background-color: #707276;
}
#shading4 {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 15px;
	background-image:url(../images/bg_top_nav1.gif);
}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 250px;
	height: 100px;
	background-color: #FFFFFF;
	color:#000000;
}
#body-header {
	width: 690px;
	height: 25px;
	position: absolute;
	top: 85px;
	left: 250px;
	background-color:#969696;
}
#intro-text {
	position: relative;
	padding: 10px;
}
#body-default {
	position: relative;
	padding: 10px 10px 5px 10px;
}
#flash-slideshow {
	margin: 5px 1px 0 0;
}
.images{
	border: 1px solid #95b02f;
}
.leftimage{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #95b02f;
}

.rightimage{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #95b02f;
	width: 150px;
}
.clearit{
	clear: both;
}