@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size:1.5em;
	letter-spacing: .03em;
	color:#4ab211;
	margin:0px;
	padding:0px;
}

h2{
	font-size:1.2em;
	letter-spacing: .03em;
	color:#4ab211;
	margin:0px;
	padding:0px;
}

#totalwrap{
	background: url(images/websitebg.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	min-height:500px;
	_height:500px;
}

#header{
	width:1000px;
	height:220px;
	float:left;
}

#logo{
	width:299px;
	height:65px;
	background: url(images/logo.png) no-repeat;
	float:left;
	margin-left:60px;
	margin-top:110px;
}

#nav{
	width:800px;
	height:35px;
	margin-left:auto;
	margin-right:auto;	
	clear:left;
}

#nav a{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	margin-left:30px;
	margin-right:30px;
	font-size:1.4em;
	color:#6b6b6b;
	text-decoration:none;
}

#nav a:hover{
	color:#ffdb16;
	text-decoration:none;
}

#nav .selected{
	color:#ffdb16;
	text-decoration:none;
}


#content{
	width:810px;
	background: url(images/contentbg.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	min-height:450px;
	_height:450px;
	text-align:left;
	padding:50px 30px 30px 30px
}

.locheader{
	background-color:#ffe86f;
	font-size:.9em;
}


.locinfo{
	font-size:.8em;
}

