html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;
}
body {
	overflow:-moz-scrollbars;
	text-align:center;
	color:#000;
	font-family:arial, verdana, tahoma;
	font-size:12px;
	background:#2c2c2c url('../images/bg.jpg') repeat-x;
}

#container {
	padding:0px;
	margin: 0px;
	width:100%;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	border:0 none;
	margin: auto;
	text-align: left;

}

#topper{
	width:999px;
	height:149px;
	margin:auto;
	background: url('../images/maps_04.jpg');
}

#menu-bg{
	width:999px;
	height:37px;
	margin:auto;
	background:url('../images/maps_06.jpg') no-repeat right;
}

#nav{
	padding:5px 40px 0 0;
	font-weight:bold;
	text-align:right;
}

#nav a{
	color:#000;
	text-decoration:none;
}
#nav a:hover,a:active{
	color:#06660f;
	text-decoration:underline;
}

#content-pane{
	width:999px;
	margin:auto;
	background:url('../images/maps_08.jpg') repeat-y;
}

#content{
	width:999px;
	min-height:479px;
	margin:auto;
	background:url('../images/maps_10.jpg') no-repeat bottom;
	padding-bottom:40px;
}

#maps{
	float:right;
	width:800px;
	text-align:right;
	margin-right: 72px;
	padding: 10px 0 10px 30px;
}

#left-pane{
	float:left;
	padding-left:60px;
	width:180px;
}
#left-pane img{
	border:1px solid #0a6611;
	margin-bottom: 1px;
}

#right-pane{
	float:right;
	margin-right:55px;
	margin-bottom: -20px;
	width:180px;
	min-height:447px;
	background: url('../images/camera.gif') no-repeat bottom;
}

#body{
	padding:0 40px 0 40px;
	margin-left: 220px;
	margin-right: 220px;
}
#footer{
	width:999px;
	height:31px;
	margin:auto;
	padding:5px;
	background:url('../images/maps_12.jpg') no-repeat top;
	text-align:center;
	font-size:.9em;
	color:#525252;
}
#footer a,a:visited{
	color: #7d7d7d;
	text-decoration: none;
}
#footer a:hover,a:active{
	text-decoration: underline;
}
#copy {
	color: #7d7d7d;
}
#copy a{
	color: #a3a3a3;
}
#copy a:hover,a:active{
	text-decoration: underline;
}

h1{
	margin:0;
	padding-bottom:0.3em;
	font-family: georgia, times new roman, tahoma, arial, verdana;
	font-size:1.6em;
	color:#394c34;
	font-weight: normal;
	text-decoration:none;
}

h2{
	margin:0;
	padding-top:0.4em;
	font-family: tahoma, arial, verdana;
	font-size:1.2em;
	color:#06660f;
	font-weight: bold;
	text-decoration:none;
}

p {
	margin: 10px 0;
	line-height: 1.4em;
}

a, a:visited {
	color: #06660f;
}

td {
	vertical-align: top;
}

.required {
	color: #f00;
	font-weight: bold;
}
