html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	padding:0px;
	width:824px;
	margin:0 auto;
}
#body {
	padding:10px;
	padding-bottom:40px;	/* Height of the footer */
	width:800px;
	margin:0 auto;
	text-align:center;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;			/* Height of the footer */
	text-align:center;
}
#sidemenu {
	position:fixed;
	top:35%;
	left:2px;
	z-index:10;
}
h1 {
	font-size:32px;
	color:#ff0000;
	text-transform:uppercase;
	margin-top:0px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
a img {
	border:none;
}
.popover {
	position:fixed;
	background-color:#ffffff;
	top:15%;
	left:25%;
	width:600px;
	text-align:center;
	z-index:10;
	border-style:solid;
	border-color:#333333;
	border-width:2px;
}
.collapse {
	display:none;
}
.popform {
	width: 100%;
}
#footer_nav {
	background-color:#99cccc;
	width:100%;
	text-transform:uppercase;
	font-size: 18px;
}
.text {
	text-align:left;
	width:683px;
	margin:0 auto;
}
.page {
	width:100% !important;
	float:left;
}
#photogallery {
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:#ffffff;
}
.thumb {
	float:left;
	width:145px;
	text-align:center;
}
#whi {
	width:742px;
	margin:0 auto;
}
#frontpagebut {
	width:726px;
	margin:0 auto;
}