body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	
	background-color: #FFF;
	color: #707070;
}
#nav {
	margin: 0;
	height: 47px;
	width: auto;
	color: #6B6B6B;
	background: transparent;
}
html>body #nav {
	width: 355px;
}
#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	text-align: center;
}
#home #nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style-type: none;
	text-align: center;
}
#nav ul li {
	width: 65px;
	display: block;
	float: left;
	text-align: center;
	padding: 25px 0 0;
	margin: 0;
}
#nav ul li a {
	width: 65px;
	height: 20px;
	margin: 0;
	color: #6B6B6B;
	background: transparent;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 0.8em Arial;
	voice-family: inherit;
}
body>#nav ul li a {
	width: 70px;
}
#nav ul li a:hover {
	color: #333;
	background: transparent;
	text-decoration: none;
}
#nav a:active {
	color: #6B6B6B;
	background: transparent;
}
#home #m-home, #services #m-services, #history #m-history, #contact #m-contact {
	width: 65px;
	margin: 0;
	color: #6B6B6B;
	display: block;
	text-align: left;
	voice-family: inherit;
	font: bold 90% Arial;
}
#home #nav {
	background: url(../images/homebg.gif) no-repeat;
}
#services #nav {
	background: url(../images/servicesbg.gif) no-repeat;
}
#history #nav {
	background: url(../images/historybg.gif) no-repeat;
}
#contact #nav {
	background: url(../images/contactbg.gif) no-repeat;
}
#container {
	width: 770px;
	margin: 0;
}
#left {
	margin-left: 2px;
	width: 430px;
	float: left;
	height: 100%;
}
#content-left {
	background: url(../images/leftbg.gif) no-repeat;
	width: 340px;
	height: 458px;
	padding: 15px 5px 0 85px;
}
#right {
	width: 335px;
	float: left;
	height: 100%;
}
#header {
	text-indent: -3000px;
	width: 430px;
	height: 143px;
	clear: both;
}
#home #header {
	background: url(../images/homeheader.gif) no-repeat;
}
#services #header {
	background: url(../images/servicesheader.gif) no-repeat;
}
#history #header {
	background: url(../images/historyheader.gif) no-repeat;
}
#contact #header {
	background: url(../images/contactheader.gif) no-repeat;
}
#lhlogo {
	background: url(../images/lhlogo.gif) no-repeat;
	width: 335px;
	height: 177px;
	clear: both;
}
#slogan {
	text-indent: -3000px;
	width: 335px;
	height: 384px;
}
#home #slogan {
	background: url(../images/homeright.gif) no-repeat;
}
#services #slogan {
	background: url(../images/servicesright.gif) no-repeat;
}
#history #slogan {
	background: url(../images/historyright.gif) no-repeat;
}
#contact #slogan {
	background: url(../images/contactright.gif) no-repeat;
}
#content-left {
	font: 0.75em Arial;
}
#content-left ul {
	list-style-position: outside;
}
#content-left li {
	margin: .5em 0;
}
#content-left p {
	line-height: 20px;
}
a {
	color: #707070;
}
a:hover {
	color: #535353;
}
#footer {
	float: right;
	padding-right: 5px;
	font: 0.7em Arial;
}
#footer a {
	color: #707070;
}
#footer a:hover {
	color: #F5A52C;
}