html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}

body {
	font: 1.0em Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	width: 100%;
	border-bottom: 3px dotted #000;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

a {
	color: #0074BC;
	text-decoration: underline;
}

a img {
	border: none;
}

/* HEADER */
#header h1 {
	background: url(/images/virginia-hardwood-logo.gif) no-repeat;
	width: 207px;
	height: 85px;
	margin: 0 0 20px 0;
	border-bottom: none !important;
}

#header a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 207px;
	padding-top: 85px;
}

/* NAVIGATION */
#navbar {
	width: 350px;
	height: 50px;
	background: url(/images/navbg.gif) no-repeat;
}

#navbar a {
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin: 0 15px;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar li {
	float: left;
	margin-bottom: 10px;
}

.first_link {
	margin-left: 0 !important;
}

/* CONTENT */
#background{
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
}

#scroller {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	overflow: auto; 
	z-index: 2;
} 

#content {
	width: 510px;
	margin: 40px;
	padding: 20px;
	background-image: url(/images/contentbg.png);
}

.map {
	width: 200px;
	height: 200px;
	text-align: center;
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #000;
}

.logo {
	float: left;
	width: 255px;
	margin: 0 0 20px 0;
	text-align: center;
}

/* FOOTER */
#copyright, #credits {
	text-align: center;
	font-size: 0.7em;
	color: #999;
}

#credits a {
	color: #999;
}

/* HIDDEN TEXT */
#header span, .hidden_text {
	position: absolute;
	left: -1999px;
	width: 400px;
}


/* MISC CLASSES */
.clear { clear: both; }
.bullet { background: url(/images/bullet.gif) no-repeat; width: 6px; height: 6px; margin-top: 7px; float: left; }
