html, body, h1, h2, h3, h4, ul, li, table {
	margin: 0;
	padding: 0;
	font: 11px;
}
a {
	color: #515151;
}
a:hover {
	color: #000000;
}
body{
	background-color: #a19f93;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #ab965d;
	padding-bottom: 10px;
	padding-top: 10px;
}
#body_top{
	background: url(images/Back_top.jpg) no-repeat;
	height:11px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#header{
	position: relative;
	left: 70px;
	width: 656px;
	height: 114px;
	background: url(images/logo.jpg) no-repeat;
}
#nav {
	position: absolute;
	background: url(images/nav.jpg) no-repeat;
	top: 129px;
	left: 60;
	height: 26px;
	width: 673px;
	text-align: center;
}
#nav a { 
	position: relative;
	top: 5px;
	left:4px;
	border-left: 1px solid #bbbbbb;
	margin-left: 2px;
	font: 14px verdana, arial, sans-serif;
	font-style: normal;
	text-decoration: none;
}
#wrapper {
	position: relative;
	text-align: left;
	margin: auto;
	width:809px;
	background: url(images/body.jpg) repeat-y;
	font: 12px verdana, arial, sans-serif;
}
#Contact {
	position: relative;
	margin-top: 40px;
	margin-left: 240px;
	text-align: left;
}
#CenterContent {
	position: relative;
	margin-top: 40px;
	margin-left: 8;
	text-align: center;
}
#CenterContent a {
	color: #ab965d;
	text-decoration: none;
}
#CenterContent a:hover {
	color: #ebebeb;
}
#Content {
	position: relative;
	margin-top: 40px;
	margin-left: 0px;
	text-align: center;
}
#Content a {
	color: #ab965d;
	text-decoration: none;
	font: 12px verdana, arial, sans-serif;

}
#Content a:hover {
	color: #ebebeb;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	position:relative;
	margin-top:100px;
	left: 60px;
	width:672px;
	height:42px;
}
#copyright {
	text-align: center;
	padding: 1px 0px 30px 00px;
	font-size: 9px;
	color: #715F36;
	font-weight: bold;
}
#copyright a {
	color: #715F36;
}
#copyright a:Hover {
	color: #735fdb;
}

#footerline{
	background: url(images/Back_bottom.jpg) no-repeat;
	height:9px;
	margin-top:0px;
	display:block;
	font-size:1px;
}


