/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #D0BCA4;
}

ul {list-style: none; }
p {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
a { outline: none; }
a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.center { text-align: center;}
.clear { clear: both; }
.nowrap { white-space: nowrap; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#wrapper {
	width: 925px;
	margin: 0 auto;
	background-color: #FFF;
}	
#header {
	background-color: #FFF;
	text-align: center;
	border-bottom: 2px solid #000;
}
#main {
	width: 925px;
	background-color: #FFF;
}
#content {
	background-color: #FFF;
	width: 665px;
	float: left;
	padding: 20px 20px;
}
#nav {
	float: left;
	width: 192px;
	background-color: #FFF;
	padding: 25px 0 20px 25px;
}
#footer {
	text-align: center;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.8em;
	line-height: 1.4em;
}
#header h3 {
	font-size: 2.4em;
	margin-bottom: 0.4em;
}
#nav li {
	font-size: 1.5em;
	line-height: 2.2em;
	color: #660000;
	text-decoration: none;
}
a.navbar  {
	color: #660000;
	text-decoration: none;
}
a.navbar:visited {
	color: #660000;
}
a.navbar:hover {
	color: #660000;
	text-decoration: underline;
}
#content h2 {
	font-size: 1.8em;
	line-height: 3em;
    text-decoration:underline;
}
label{
	vertical-align: 50%;
	font-size: 1.4em;
}
