body {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #fffaeb;
	background: #B19F7A url(/images/page_bg.jpg) repeat-x;
	margin: 0px;
}
#wrapper {
	height: 534px;
	width: 734px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #333333;
	position: relative;
	z-index: 1;
}
#contentwrapper {
	background: url(/images/content_bg.jpg) repeat-y;
	width: 734px;
	position: relative;
}
#masthead {
	position: relative;
}
#mainnav {
	position: absolute;
	z-index: 1000;
	left: 250px;
	top: 45px;
}
#leftside {
	width: 251px;
	float: left;
	position: relative;
	height: 435px;
	background: #00FF00;
}
#iframe {
	width: 483px;
	float: left;
}
#footer {
	background: #333333;
	height: 50px;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footercontent {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	padding-top: 10px;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
