html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#71953b;
	font-family:"Trebuchet MS", "Tahoma", "Arial";
}
#maindiv {
	width:931px;
	margin:0 auto; 
 	min-height:100%; 
	position:relative;
	background-color:#ffffff;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
* html #maindiv {
	height:100%;
}
#top {
	width:931px;
 	height:314px; 
 	margin:0 auto;
 	background-image:url("../graphics/top.png");
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
} 
#menubox {
	width:180px;
	background-color:#e57733;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-size:12px;
}
#menu {
	padding:30px 0 20px 20px;
}
#menu a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
} 
#menu a:hover {
	color:#fff;
}
#textbox {
	width:710px;
}
#text {
	padding:20px 0 0 20px;
}
#clear {
	margin:0 0 20px 0;
}
td { vertical-align:top; }