html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	margin: 0px 20px;
	text-transform: uppercase;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 940px;
	position: relative;
	padding-top: 10px;
}

#body {
	background: #4bacdf url(../images/body_grad.jpg) repeat-x;
	color: white;
	float: left;
	width: 940px;
}
#header{
	float: left;
	width: 940px;
	height: 120px;
	background: url(../images/nav_bar.jpg) no-repeat bottom right;
}

h1 {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:26px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	float:left;
	width: 540px;
	padding-top: 85px;
	padding-left: 60px;
}
#nav ul {
	list-style: none;
	padding: 5px 0px 0px 40px;
}
#nav ul li{
 float: left;
 width: 125px;
}
#nav  a {
	/*background-image:url(../images/menu.gif);*/
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav  a:hover {
	color:#544e38;
}

.clear-flat {
	margin-bottom: 4px;
}
#image_holder{
	width: 903px;
	margin: 10px auto;
}
#content{
	width: 900px;
	overflow: auto;
	color: #000;
	margin: 10px auto;
	font: 12px verdana, arial, sans-serif;
	line-height: 150%;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
}

#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	width: 940px;
	height: 50px;
	float: left;
	background: url(../images/footer.jpg) no-repeat;
}
#footer p {
	margin: 20px 0px 0px 20px;
	float:left;
}
#contacts a:link,a:visited{
	color: #fff;
}
#contacts a:hover{
	color: #000;
}
#contacts_right a:link,a:visited{
	color: #fff;
}
#contacts_right a:hover{
	color: #000;
}
#sub_nav{
 border-bottom: 1px solid #fbfbfb;
 padding: 5px 0px;
 width: 900px;
 height: 20px;
 text-align: center;
 font-weight: bold;
 margin: 10px auto;
}
#sub_nav ul{
	list-style: none;
}
#sub_nav ul li{
 float: left;
 width: 175px;
}
#sub_nav a:link,a:visited{
 color: #555;
 font-size: 13px;
 text-decoration: none;
 text-transform: uppercase;
}
#sub_nav a:hover{
 color: #999;
}
#form_inputs{
	width: 500px;
	padding: 20px;
	float: left;
	overflow: auto;
}
#form_inputs label{
	float: left;
	width: 250px;
	margin: 5px 0px;
}
#form_inputs input{
	float: left;
	margin: 5px 0px;
}
#form_inputs textarea{
	float: left;
	width: 200px;
	height: 100px;
	margin: 5px 0px;
}
#contacts{
	width: 310px;
	padding: 20px;
	float: left;
	overflow: auto;
	border: 1px solid #fbfbfb;
	margin: 10px 0px 10px 5px;
}
#contacts_right{
	width: 310px;
	padding: 20px;
	float: right;
	overflow: auto;
	border: 1px solid #fbfbfb;
	margin: 10px 0px 10px 5px;
}
#content h3{margin:20px 0px 10px 0px;width:880px;background:url(../images/h3-bg.jpg);padding: 6px 10px;color:white;font-size:14px;}
#content h4{margin:20px 0px 10px 0px;}
#content p{margin:10px 0px;}
#content ul{margin:20px 0px 10px 15px;list-style:square;}
#content li{list-style:square;color:white;}
#content span{color:black;}
.header2{font-weight: bold; font-size:12px;padding-top: 10px;float:left;}
.tabletext{width: 100%; margin:10px 0px;}