#pagecontainer {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCDBBE;
	background-image: url(background.gif);
}
#banner {
	background-color: #A19D94;
	width: 745px;
	
}
body {
	font-family: "Tempus Sans ITC";
	font-size: 80%;
	color: #37382A;
	background-color: #c6c493;
	margin-top: 0px;
	text-align: left;
}
#leftmenu {
	width: 125px;
	float: left;
	color: #DCDBBE;
	font-style: italic;
	padding-left: 22px;
	font-size: 115%;
	padding-top: 10px;
	text-align: center;
}
#maincontent {
	width: 592px;
	float: right;
	background-color: #F8F8F1;
}
#bottommenu {
	text-align: left;
	background-color: #37382A;
	color: #DCDBBE;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 153px;
}
br.clear {
	display: block;
	clear: both;
}

p {
margin: 20px 20px 20px 20px;
}
.heavyfont {
	font-weight: bold;
	font-size: 115%;
}
#maincontent h1 {
	font-size: 120%;
	padding-left: 20px;
	padding-top: 10px;
}
a:link {
	color: #686637;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #686637;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #686637;
	text-decoration: none;
	background-color: #DCDBBE;
}
#new4roger {
	background-color: #00FF99;
	width: 745px;
	border: medium double #0033FF;
}
.right {
	float: right;
	margin: 10px 10px 10px 10px;
}
