body {
	position: absolute;
	background-color:#ffffff;
	font-family: Palatino Linotype, Times New Roman;
	font-size: 15px;
	line-height: 18px; 
	top:0px;
	left:50%;
	margin-top:0px;
	margin-left:-450px;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
a:active {
	color: #CCCCCC;
	text-decoration:none;
}
a img { border:none }

h1 {
	margin-top:-5px;
	margin-bottom:0px;
	font-size: 18px;
	font-weight: 600;
	color: #64524A;

}

h2 {
	margin-top:-5px;
	margin-bottom:0px;
	font-size: 16px;
	color: #64524A;

}

pre {
	font-family: Arial, Helvetica, sans-serif;
}

.linksmall {
	font-size: 12px;

}

.whitetext {
	font-size: 12px;
	color: #ffffff;
}

#base {
	position:absolute;
	top:0px;
	width:900px;
	height:588px;
	text-align:left;
	background-color:#ffffff;
	border-left: solid #3B2621;
	border-left-width: 3px;
	border-right: solid #3B2621;
	border-right-width: 3px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	overflow: hidden;
}

#topmenu {
	position:absolute;
	top:10px;
	left:-3px;
	font-family: Trebuchet MS, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	height:30px;
	width:793px;
	padding-left:30px;
	padding-top:0px;
	z-index:1;
	background-image:url(images/bar_black_reverse.gif);
}

.menu_item {
	padding-right:18px;

}

.title {
	font-weight: 900;
	color: #64524A;
}


.menu {
	position:absolute;
	left:180px;
	top:5px;
}


#logo {
	position:absolute;
	top: 40px;
	left: 15px;
	width:400px;
	height:70px;
	padding:15px;
}

#contentblock {
	position:absolute;
	width:450px;
	height:450px;
	left:15px;
	padding:15px;
	text-align:left;
	line-height:22px;
	color:#000000;
	top: 105px;
	overflow: hidden;
}


#contentblock a:link {
	color: #0000FF;
	text-decoration:none;
}
#contentblock a:visited {
	color: #AAAAAA;
	text-decoration:none;
}

#contentblock a:hover {
	color: #AAAAAA;
	text-decoration:none;
}
#contentblock a:active {
	color: #AAAAAA;
	text-decoration:none;
}




#footer {
	background-color: #3B2621;
	font-family: Trebuchet MS, Verdana;
	color:#eeeeee;
	top:560px;
	left:-3px;
	height:18px;
	width:892px;
	padding:6px;
	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	background-image:url(images/bar_black.gif);
}