/* style.css */
a:link { 
	color: #8a4500;
	text-decoration: none;
}
a:visited {
	color: #8a4500;
	text-decoration: none;
}
a:active {
	color: #57e9ff;
	text-decoration: none;
}
a:hover {
	color: /*#27a8bb*/#790000;
	text-decoration: none;
}

body {
  color: #d3c07e; background: #d3c07e;
}

#wrapper {
	position: relative;
	left: 15%;
	width: 60%;
	border-style: solid;
	border-width: 1px;
	height: 100%;
} 

#header {
	background: url(images/Header.jpg) no-repeat 2px;
	clear: both;
	display: block;
	height: 75px;
	padding-left: 0px;
	padding-top: 55px;
	width: 746px;
	position: relative;
	left: 5%
}

#spacer {
	clear: both;
	display: block;
	height: 50px;
	padding-left: 0px;
	padding-top: 0px;
	width: 746px;
	position: relative;
	left: 5%;
}

#left {
	background: url(images/left.jpg) no-repeat 2px;
	clear: both;
	display: block;
	height: 256px;
	padding-left: 0px;
	padding-top: 0px;
	width: 746px;
	position: relative;
	left: 5%;
	top: 0%;
}

#right {
	background: url(images/midtest.jpg) no-repeat 2px;
	clear: both;
	display: block;
	height: 256px;
	padding-left: 0px;
	padding-top: 0px;
	width: 421px;
	position: relative;
	left: 324px;
	top: 0%;
}

#midpic1 {
	clear: both;
	display: block;
	height: 185px;
	padding-left: 0px;
	padding-top: 0px;
	width: 140px;
	position: relative;
	left: 641px;
	top: 185px;
	z-index:9;
}


#midpic2 {
	clear: both;
	display: block;
	height: 136px;
	padding-left: 0px;
	padding-top: 0px;
	width: 132px;
	position: relative;
	left: 616px;
	top: 315px;
	z-index:10;
}

#midtext {
	clear: both;
	display: block;
	height: 256px;
	padding-left: 0px;
	padding-top: 0px;
	width: 250px;
	position: relative;
	left: 159px;
	top: 0%;
	z-index:10;
}


#footer {
	background: url(images/Footer.jpg) no-repeat 2px;
	clear: both;
	display: block;
	height: 44px;
	padding-left: 0px;
	padding-top: 50px;
	width: 746px;
	position: relative;
	left: 5%;
	top: 0px;
}

/*#footertext {
	clear: both;
	display: block;
	height: 44px;
	padding-left: 0px;
	padding-top: 50px;
	width: 746px;
	position: relative;
	left: 5%;
	top: -118px;
	z-index:10;
}*/

