html, body {
margin:0;
padding:0;
}

body {
color:white;
font:12px Verdana, sans-serif;
background:#798287;
}

	body #header {
	position:absolute;
	top:68px;
	left:489px;
	z-index:2;
	width:243px;
	height:631px;
	}

	body#index #header {
	background: url("../img/sidepics_home.jpg");
	}
	body#pricing #header {
	background: url("../img/sidepics_price.jpg");
	}
	body#contact #header {
	background: url("../img/sidepics_contact.jpg");
	}

		#header a {
		display:none;
		}


#container {
position:relative;
margin:auto;
width:564px;
min-height:739px;
height:auto !important;
height:739px;
background:#6C4831 url("../img/bgrepeat.jpg");
}

#menu ul {
position:absolute;
height:58px;
width:474px;
top:132px;
left:49px;
z-index:100;
margin:0;
padding:0;
list-style:none;
background: url("../img/menu.jpg") no-repeat;
}

	#menu ul li {
	margin:0;
	padding:0;
	height:100%;
	float:left;
	text-indent:-10000px;
	text-decoration:none;
	}

		#menu ul li a:hover,
		#menu ul li.current a {
		background-image: url("../img/menu.jpg");
		}

		#menu ul li a {
		display:block;
		height:100%;
		outline:none;
		}

	#menu ul li.nth-child1 a{
	width:217px;
	background-position:0px 58px;
	}
	#menu ul li.nth-child2 a{
	width:119px;
	background-position:-217px 58px;
	}
	#menu ul li.nth-child3 a{
	width:138px;
	background-position:-336px 58px;
	}

#content {
margin:0;
padding:400px 80px 0 40px;
background: url("../img/bg.jpg") no-repeat;
min-height:339px;
height:auto !important;
height:339px;
}

	table {
	font:12px Verdana, sans-serif;
	}

	img {
	border:0;
	}

	h1 {
	font-size:18px;
	color:#D2D0FA;
	}

	h2 {
	font-family:Arial;
	font-size:16px;
	color: #D2D0FA;
	margin-bottom:0;
	}

	img#areamap{

	}

	a {
	color:#e7f89a;
	}
		a:hover {
		color:#fd3e3e;
		}
	
	label,textarea {
	display:block;
	}

	input,textarea {
	color:gray;
	}

	#content address {
	margin:1em 0 ;
	}

hr#clear {
clear:both;
visibility:hidden;
}

#footer {
padding:1em 10px 1em 40px;	
font-size:10px;
}
	#footer #copyright{
	margin-top:15px;
	color:#543826;
	text-align:center;
	}

	#footer #copyright a {
	color:#543826;
	}