.div {
	border: 1px solid #FFFFFF;
}
body {
	background-color: #A89343;
	font-family: arial,sans;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:normal;
}
h1{
	font-size:140%;
	padding-bottom:20px;
}
p,li,td{
	margin:8px 0;
	font-size:80%;
}
li{
	margin:5px 8px;
	padding:0;
	height:80%;
/*	width:43%;
	float:left;
	display:block;
	*/
}
#left {
	margin:0 auto;
	width:776px;
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#center {
	width: 356px;
	float:left;
	margin-left: 17px;
	background-color: #937C22;
	padding: 14px;
	padding-top:10px;
}
#center h1 {
	margin: 0px;
	padding: 0px;
}
#center a {
	text-decoration: none;
	color:#FFFFCC;
}
#center a:hover {
	text-decoration: underline;
	color: #FFF;
}
#right {
	width: 171px;
 	margin-left: 601px;
}
#right img{
	margin-bottom:14px;
}
#footer {
	background-color: #A89343;
	text-align: center;
	padding-top: 20px;
	clear:both;
	font-size:80%;
}
#menu {
	padding-top:250px;
	width:186px;
	background-image:url(images/logo.gif);
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#menu a{
	color:#EEEEEE;
	display:block;
	width:100%;
	font-size:110%;
	text-decoration:none;
	line-height:160%;
	text-indent:35px;
}
#menu a:hover{
	color:#FFF;
	background-color:#852318;
}
