body {
	background-color: #e0dede;
	margin: 0px;
}
.header { 
	color: #000000; 
	font: 13px/14px arial, verdana, helvetica; 
	text-decoration: none;
	font-weight: bold;    
}
.text { 
	color: #000000; 
	font: 12px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.text a:link { 
	color: #089948; 
	font: 12px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.text a:visited { 
	color: #089948; 
	font: 12px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.text a:hover { 
	color: #000000; 
	font: 12px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.textsmall { 
	color: #000000; 
	font: 11px/13px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.textsmall a:link { 
	color: #089948; 
	font: 11px/13px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.textsmall a:visited { 
	color: #089948; 
	font: 11px/13px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.textsmall a:hover { 
	color: #000000; 
	font: 11px/13px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.credit { 
	color: #FFFFFF; 
	font: 9px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.credit a:link { 
	color: #089948; 
	font: 9px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.credit a:visited { 
	color: #089948; 
	font: 9px/14px arial, verdana, helvetica; 
	text-decoration: none; 
	text-transform: none   
}
.credit a:hover { 
	color: #FFFFFF; 
	font: 9px/14px arial, verdana, helvetica; 
	text-decoration: none;  
	text-transform: none   
	}
#container {
	height: 200;
	width: 814px;
	margin-left: -407px;
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 0px;
}
#header2 {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	visibility: visible;
	height: 509px;
	width: 814px;
	left: 0px;
	top: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	visibility: visible;
	height: 150px;
	width: 800px;
	left: 7px;
	top: 0px;
	z-index:10;
}
#nav {
	background-color:#000000;
	text-align: center;
	position: absolute;
	visibility: visible;
	height: 30px;
	width: 800px;
	left: 7px;
	top: 150px;
	z-index:10;
}

#content {
	background-color: #FFFFFF;
	height: auto;
	width: 814px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	padding-top:180px;
	margin-bottom: 60px;
	padding-bottom: 25px;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	z-index:0;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: absolute;
	visibility: visible;
	height: 52px;
	width: 815px;
	left: -1px;
	bottom: -60px;
	padding-top: 8px;
}
#footer2 {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: absolute;
	visibility: visible;
	height: 60px;
	width: 814px;
	left: 0px;
	bottom: 0px;
}

#footer3 {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: absolute;
	visibility: visible;
	height: 52px;
	width: 815px;
	left: 0px;
	bottom: -60px;
	padding-top: 8px;
}
#left-border {
	background-image: url(images/left-edge.gif);
	background-repeat: repeat-y;
	position: absolute;
	visibility: visible;
	height: auto;
	width: 8px;
	left: -8px;
	top: -180px;
	bottom: 0px;
}
#right-border {
	background-image: url(images/right-edge.gif);
	background-repeat: repeat-y;
	position: absolute;
	visibility: visible;
	height: auto;
	width: 7px;
	left: 800px;
	top: -180px;
	bottom: 0px;
}
#left-border1 {
	background-image: url(images/left-edge.gif);
	background-repeat: repeat-y;
	position: absolute;
	visibility: visible;
	height: 509;
	width: 8px;
	left: -8px;
	top: 0px;
	bottom: 0px;
}
#right-border1 {
	background-image: url(images/right-edge.gif);
	background-repeat: repeat-y;
	position: absolute;
	visibility: visible;
	height: 509;
	width: 7px;
	left: 800px;
	top: 0px;
	bottom: 0px;
}
