body {
	background-image: url(../images/layout/body.jpg);
	background-repeat: repeat;
	margin: 0px;
}





#aplefttools {
	position:absolute;
	left:-105px;
	top:222px;
	width:165px;
	height:336px;
	z-index:1;
}
#aprighttools {
	height: 328px;
	width: 175px;
	position: absolute;
	left: 860px;
	top: 216px;
	z-index: 1;
}
#homebutton {
	position:absolute;
	left:632px;
	top:251px;
	width:66px;
	height:22px;
	z-index:1;
}
#homebutton:hover {
	border: 1px dashed #900;
}



#header {
	width: 920px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#currentopenings {
	position:absolute;
	left:714px;
	top:252px;
	width:107px;
	height:20px;
	z-index:1;
	font-family: TF2;
	color: #8A5713;
	font-size: 1.3em;
}

#headerouterwrapper {
	height: 200px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/layout/header.jpg);
	background-color: #C1E5F3;
}
#linksdiv {
	height: 100px;
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/layout/links.jpg);
}
#linksdivwrapper {
	height: 100px;
	width: 100%;
	background-color: #1F5835;
	background-image: url(../images/layout/grassunderheader.jpg);
	background-repeat: repeat-x;
}
#links {
	height: 100px;
	width: 774px;
	margin: 0 auto;
	padding-left: 26px;
}
#linksrightpaper {
}



#maincontentwrapper {
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/maincontentwrapper.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	clear: both;
}
#maincontentbox {
	width: 750px;
	margin: 0 auto;
}
#maincontentshadow {
	width: 820px;
	margin: 0 auto;
	background-image: url(../images/layout/shadowsurround.png);
	background-repeat: repeat-y;
	padding: 0px;
}
#maincontentbottompicture {
	width: 800px;
	background-image: url(../images/layout/bottomcontent.png);
	height: 48px;
	margin: 0 auto;
}
#bottomcontentshadow {
	height: 48px;
	width: 820px;
	margin: 0 auto;
	background-image: url(../images/layout/bottomcontent.png);
	padding: 0px;
}



#footer {
	width: 800px;
	height: 145px;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#footerwrapper {
	height: 170px;
	background-color: #8D5C34;
	background-image: url(../images/layout/footerwrapper.jpg);
	background-position: center;
	background-repeat: repeat;
	margin-top: 50px;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footerheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #900;
	text-decoration: underline;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#homebutton a img:link {
	border: 1px dashed #900;
}
a:link {
	color: #C80002;
}
a:hover {
	color: #6C0;
}
