/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #e2dad6;
}

#headerpanel {
	background-color: #f3f0ee;
	height: 60px;
	width: 100%;
}

#headerlogo {
	position: absolute;
	left: 152px;
	top: 26px;
	width: 222px;
	height: 33px;
}

#menubarpanel {
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0px;
	top: 60px;
	background-color: #81624f;
}

#menubarlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	left: 204px;
	position:absolute;
	height: 20px;
	top: 5px;
	width: 800px;
}

#menubarlinks a:link {text-decoration: none; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}
#menubarlinks a:visited {text-decoration: none; color: #ffffff;}
#menubarlinks a:hover {text-decoration: none; color: #ffffff;}
#menubarlinks a:active {text-decoration: none; color: #ffffff;}

#vertlogo {
	position: absolute;
	left: 96px;
	top: 85px;
	width: 53px;
	height: 138px;
}

#content {
	position: absolute;
	background; white;
	width: 450px;
	left: 150px;
	top: 85px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #51260b;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #51260b;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #51260b;
}


#content a:link {text-decoration: none; color: #51260b; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
#content a:visited {text-decoration: none; color: #51260b;}
#content a:hover {text-decoration: none; color: #51260b;}
#content a:active {text-decoration: none; color: #51260b;}
