body {
	background: #fafff3;
	font-family: Verdana, sans-serif;
}

img {
	border-width: 0px;
}

h2 {
	padding: 0;
	margin: 0;
	color: #777c7b;
}

h3 {
	padding: 0;
	margin: 0;
	color: #24390a;
}

a:link {
	color: #577334;
	text-decoration: none;
}
a:visited {
	color: #577334;
	text-decoration: none;
}
a:hover {
	color: #24390a;
	text-decoration: none;
}
a:active {
	color: #24390a;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
}

#header {
	height: 106px;
	margin: 0 auto;
	padding: 0px;
}

#nav {
	background: #e2ffba;
	height: 48px;
	padding: 5px;
}

#links {
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	color: #577334;
	margin-left: 500px;
}

#content {
	width: 960px;
	height: 800px;
	padding: 25px 0px 0px 0px;
	border: 0px solid black;
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
}

#leftwrapper {
	float: left;
	width: 97px;
}

#rightwrapper {
	float: right;
	width: 863px;
}

div.empty {
	clear: both;
}

#smboxtop {
	background-image: url('../images/smboxtop.png');
	height: 31px;
	width: 863px;
	margin: 0 auto;
}

#smboxcontent {
	background-color: #e2ffba;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 843px;
}

#smboxbot {
	background-image: url('../images/smboxbot.png');
	height: 31px;
	width: 863px;
	margin: 0 auto;
}

#lgboxtop {
	background-image: url('../images/lgboxtop.png');
	height: 31px;
	width: 916px;
	margin: 0 auto;
}

#lgboxcontent {
	background-color: #e2ffba;
	margin: 0 auto;
	padding: 10px;
	width: 896px;
	text-align: left;
}

#lgboxbot {
	background-image: url('../images/lgboxbot.png');
	height: 31px;
	width: 916px;
	margin: 0 auto;
}

#contact {
	text-align: left;
}

