body {
	
	font-family:Arial, Helvetica, sans-serif;
}

#placeholder {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 822px;
border: #442E30 1px solid;	
	min-height: 500px;
}

#top {
	width: 822px;
	height: 60px;
}

#top #toplogo {
	position: absolute;
	left: 25px;
	top: 10px;
}

#top #searchbox {
	position:absolute;
	right: 5px;
	top: 18px;
	font-size: 11px;
	font-weight: bold;
}

#top #searchbox form {
	padding: 0px; 
	margin: 0px;
}

#top #breadcrumbs {
	position: absolute;
	left: 410px; 
	top: 40px;
	font-size: 12px;
		font-weight: bold;
}

#top #breadcrumbs a {
	color: #f8981d;
	text-decoration:none;
}

#top #breadcrumbs a:hover {
	text-decoration:underline;
}

#menubar {
	position: relative;
	width: 822px;
	height:
	clear:both;
	border-top: #442E30 1px solid;
}

#menubar .menubuton {
	float:left;
}

#quotebar {
	width: 822px;
	height: 35px;
	background-color: #442E30;
	clear: both;
	color: #FFFFFF;
}

#quotebar #quote{
	padding: 5px;
	margin: 2px;
	text-align: center;
	font-weight:bold;
}

#middle {
	position: relative;
	width: 822px;
	height: auto;
	min-height: 400px;
	background-color: #fef4e8;
	clear: both;

}

#middle #leftmenu {

	width: 137px;
	min-height: 400px;
	text-align:center;

	display: inline;
}

#middle #contentframe {
	width: 685px;
	min-height: 600px;
	width: 670px;
}

#middle #contentframe #content {
	padding: 5px;
	font-size: 13px;
	
	color: #442E30;
	line-height: 18px;

}

#middle #contentframe #content h1 {
	color: #f8981d;
	font-size: 15px;
}

#middle #contentframe #content a {
	color: #f8981d;
	font-weight: bold;
	text-decoration: none;
}

#middle #contentframe #content a:hover {
	color: #f8981d;
	font-weight: bold;
	text-decoration: underline;
}

#middle #contentframe #content .imageright {
	float: right;
	padding: 10px;
	padding-left: 25px;
}

#middle #contentframe #content .container {
	clear:right;
	height: auto;
}

.subdate {
	float: left;
	width: 60px; 
}

.subtitle {
	padding-left: 75px;
	color: #000000;
}

.subtitle a{
	color: #000000;
}

