body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background:#8a5a06 url(webimages/bg_tile.jpg) repeat-x top left;
  font-size:12px;
}
h1{
	color:#711f04;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
}
a{
	font-weight:bold;
	color:#711f04;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.centered{
	margin:auto;
	text-align:center;
	display:block;
}
.wrapper{
	width:800px;
}
.header{
	width:800px;
	height:131px;
	background-image:url(webimages/hdr_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.middle_wrapper{
	width:800px;
	background:#b19c08 url(webimages/mid_tile_bg.gif) repeat-y top center;
}
.middle_left{
	width:185px;
	height:254px;
	float:left;
}
.middle_right{
	width:615px;
	float:right;
}
.footer{
	clear:both;
	width:800px;
	height:40px;
	padding-top:7px;
	background-image:url(webimages/ftr_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.menu img{
	margin:0px 10px;
	padding:0px 5px;
	border:0px;
}
.content{
	margin:0px 5px 5px 10px;
	padding:0px 5px 5px 10px;
	text-align:left;
	line-height:1.5;
}
.content p{
	margin:2px 0px;
	padding:2px 0px;
}
