body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f4f70d;
	font-size:12px;
}
a {
	font-weight:bold;
	color:#c34a00;
	text-decoration:none;
}
img {
	border:none;
}
p {
	padding-left:10px;
}
hr {
	border:none;
	color:#8ab103;
	background-color:#8ab103;
	height:1px;
	width:95%;
}
#header{
	width:800px;
	height:218px;
}
#menu{
	width:800px;
	height:29px;
}
#content{
	width:800px;
	text-align:left;
}
#footer{
	clear:both;
	width:800px;
	height:50px;
	background:#f4f70d url(webimages/line.gif) no-repeat top center;
	padding-top:15px;
	font-size:11px;
	color:#c34a00;
}
.centered{
	display:block;
	margin:auto;
	text-align:center;
}
.menu_btn{
	margin:0px;
	padding:0px;
}


