body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #492b25;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: auto;
}
#container {
	text-align: left;
	margin: auto;
	width: 805px;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 805px;
	margin-top:15px;
}
#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 26px;
	width: 805px;
}
#nav ul{
	margin:0px;
	padding:0px;
}
#nav li{
	display:inline;
	float:left;
	list-style:none;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a:link, #nav a:visited{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:-5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3A384;
	border-left-color: #C3A384;
}
#nav a:hover{
	color:#492b25;
	background-image: url(../images/nav_ov.png);
	background-repeat: repeat-x;
}
#header_text {
	float: right;
	width: 325px;
	margin-top: 12px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #4dc2c5;
	text-align: center;
}
.name {
	font-size: 14px;
	font-weight: bold;
	color: #59342c;
}
#header_text p {
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
#page {
	width: 805px;
	margin-top: 15px;
}
#page_top {
	background-image: url(../images/page_top.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 805px;
}
#page_center {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	width: 805px;
}
#page_foot {
	background-image: url(../images/page_foot.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 805px;
}
#footer {
	text-align: center;
	clear: both;
	width: 805px;
	font-size: 12px;
	margin-top: 5px;
}
.24 {
	font-size: 24px;
}
#content {
	width: 765px;
	margin-right: 20px;
	margin-left: 20px;
	min-height: 400px;
	padding-bottom: 20px;
	padding-top:10px;
}
h1{
	font-size:20px;
	color: #4dc2c5;
	margin-top:0px;
	padding-top:0px;
}
h2{
	font-size:18px;
}
ul li{
	list-style-image:url(../images/horseshoe.png);
	font-weight:bold;
	padding-bottom:4px;
}

