body {
	background: url(images/bkgrnd.jpg); 
	font-family: Arial, Verdana, sans-serif;
	color: #000000; 
	font-size: 14px;
	text-align: center;
}

hr {
	width: 600px;
}

#main {
	margin: 0px auto;
	background: url(images/wrapper.png) repeat-y;
	width: 690px; 
}

#logo {
	margin: 0px auto;
	background: url(images/logo3.jpg) no-repeat;
	width: 580px;
	height: 185px;
}

#logotext {
	position: absolute;
	left: -99999px;
}

#contenttop {
	position: absolute;
	margin: -5px 0 0 0;
	background: url(images/top.png) no-repeat;
	width: 600px;
	height: 24px;
}

#content {
	text-align: left;
	margin: 0px auto;
	background: #ffffff;
	width: 600px;	
}

#contenttext {
	padding: 10px 15px 20px 15px;
}

#com {
	float: right; 
	padding: 10px 15px 10px;
}

#contentbottom {
	margin: 0px auto;
	background: url(images/bottom.png) no-repeat;
	width: 600px;
	height: 24px;
}

#nav {
	font-size: 10px;
	margin: 0px auto; 
    position: relative;
    right:  10px !important;
    top: -2px; 
	height: 31px; 
	font-size: 1em; 	
}

#nav ul {
	margin: 0; 
 	list-style-type: none;
 	margin-right: 16px; 
 	float: right; 
}

#nav ul li {
	line-height: 31px; 
    float: left; 
}

#nav ul li a {
	display: block; 
	padding: 0 10px 0 5px; 
	text-decoration: none; 
	color: #000000; 
	font-weight: normal;
}

#nav ul li a:hover {
	font-weight: normal;
	color: #bc8859;	
}

#blinks {
	text-align: center;
	font-size: 12px;
}

#blinks a {
	color: #000000;
	text-decoration: none;
}

#blinks a:hover {
	color: #bc8859;
}

#blinks a:active {
	color: #bc8859;
}

#foot {
	padding: 10px 0 0 0; 
	font-size:11px; 
	text-align:center;
}

.contactinput {
	background: url(images/inputcolor.jpg);
	border: solid 1px;
	border-color: #6D5D4F;
}

.textinput {
	background: url(images/textareacolor.jpg);
	border: solid 1px;
	border-color: #6D5D4F;
}

.contactbutton {
	background: url(images/nhcart.png); 
	width:62px; height:25px; 
	border:none; 
	font-size: 12px;
}

.contactbutton:hover {
	background: url(images/cart.png); 
	width:62px; height:25px; 
	border:none; 
	font-size: 12px;
	color: #000000;
}