@charset "UTF-8";
/*html version */

}
body {
	background-color: #163e1b;
	}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	}

h2 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:5d7e62;
	font-weight:500;
	}
	
h3 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:5d7e62;
	font-weight:500;
	}
	
h4 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	}

#home {
	width:1200px;
	height:400px;
	top:94px;
	position: absolute;
	background-image:url(slideshowbkgr.jpg);
	}

#web_links {
	width:1200px;
	height:400px;
	top:85px;
	position: absolute;
	background-image:url(slideshowbkgr.jpg);
	}

#textintro {
	width:auto;
	height:auto;
	position:absolute;
	top:50px;
	left:955px;
	}

#images {
	width:auto;
	height:400px;
	position:absolute;
	top:-10px;
	left:420px;
	}
	

#navigation {
	width:auto;
	height:auto;
	position:absolute;
	left:955px;
	top:300px;
	}

#previous {
	width:auto;
	height:auto;
	position:absolute;
	left:315px;
	top:360px;
	}
	
#next {
	width:auto;
	height:auto;
	position:absolute;
	top:360px;
	left:845px;
	}
	
