html body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 16px;
	background-color: #c3b39a;
	padding-left:5px;
	margin-top:0px;
	background-image:url(../images/background_main.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	height:100%;
	min-height:100%;
}

#outercontainer {
	margin:0 auto;
	width:910px;
	background-image:url(../images/background_fade.jpg);
	background-repeat:repeat-y;
}
#container {
	margin:0 auto;
	width: 780px;
	background-color: #c3b39a;
}

#logo {
	float:left;
}

#topnav {
	width: 400px;
	height: 20px;
	float:right;
	text-align:right;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC9999;
	text-decoration: underline;
}
a:visited {
	color: #996633;
	text-decoration: none;
}

#navigation {
	position: relative;
	float:right;
	width:220px;
	height:350px;
	font-size:.7em;
	color: #333;
	text-align:right;
}
#navigationLeft {
	position: relative;
	float:left;
	width:250px;
	height:250px;
	font-size:.7em;
	color: #333;
	text-align:right;
}
#HomeContent {
	margin-top:30px;
	text-align:left;
	padding-right: 5px;
}

#maincontent {
	border: 10px groove #480000;
	float:right;
	width:233px;
	height:347px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
}

#pagecontent {
	float:right;
	position:relative;
	right:50px;
	width:450px;
	margin-top:10px;
	display:block;
	height: auto;
	overflow:visible;
	text-align:left;
	font-size: .8em;
	padding:15px;
	background-color: #EEE5D8;
	background-image:url(../images/pagecontent_back.gif);
	background-position:top;
	background-repeat:no-repeat;
	color: #333;
}

.pagephoto {
	border: 2px groove #996633;
	margin-bottom: 10px;
}
.iframeclass {
	height: 350px;
	width: 450px;
}

#footer {
	width:910px;
	height:50px;
	background-image:url(../images/background_fade_bottom.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	font-size: 0.8em;
	text-align:center;
	color: #1F1F1F;
	padding-top: 10px;
}

.clearfix:after {
	clear:both;
	content: ".";
	display: block;
	height:0pt;
	visibility: hidden;
}

