html, body {height: 100%;}
body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #898989;
	height: 100%;
}
a, a:visited {
	color: #898989;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #000;
}
.clear {
	clear: both;
}
h1, h2, h3, h5, h6 {
	line-height: 1.3em;
	letter-spacing: -.05em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 45px;
}
h3 {
	font-size: 28px;
}
h5 {
	font-size: 16px;
}
#container {
	width: 800px;
	margin: 0px auto;
	height: 100%;
}
body#about #container {
	min-height: 100%;
	height: auto;
}
#header {
	float: left;
	margin-right: 54px;
	width: 157px;
	height: 100%;
	padding-top: 80px;
}
#header h1 a {
	display: block;
	width: 157px;
	height: 202px;
	background: url(../_img/hartley_entertainment.gif) no-repeat;
	text-indent: -9999px;
}
#header h2 {
	display: block;
	width: 157px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 15px;
}
#header h2.info {
	background-image: url(../_img/pro_services.gif);	
	height: 39px;
}
#header h2.serving {
	background-image: url(../_img/serving_tn.gif);	
	height: 16px;
}
#content {
	background: url(../_img/divider.gif) repeat-y top left;
	float: left;
	width: 480px;
	height: 100%;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-top: 80px;
}
#content #nav  {
	margin-bottom: 30px;	
}
#content #nav ul li {
	float: left;
	margin-right: 29px;
}
#content #nav ul li:last-child {
	margin-right: 0px;	
}
#content #nav ul li a {
	display: block;
	height: 22px;
	width: 65px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content #nav ul li.about a {
	background-image: url(../_img/nav_about.gif);
}
#content #nav ul li.pricing a {
	background-image: url(../_img/nav_pricing.gif);	
}
#content #nav ul li.gallery a {
	background-image: url(../_img/nav_gallery.gif);	
}
#content #nav ul li.contact a {
	background-image: url(../_img/nav_contact.gif);	
	width: 78px;
}
#content #nav ul li.resources a {
	background-image:url(../_img/nav_resources.gif);	
	width: 90px;
}
body#about #nav ul li.about a,
body#pricing #nav ul li.pricing a,
body#gallery #nav ul li.gallery a,
body#contact #nav ul li.contact a,
body#resources #nav ul li.resources a {
	background-position: 0px -20px;
}
#content .inner {
	margin-left: 10px;
	margin-right: 7px;
}	
#content .img {
	border: 1px solid #898989;
	margin: 0px 15px 15px 0px;
}
#content .img.right {
	float: right;	
	margin: 0px 0px 15px 15px;
}
#content .img.noborder {
	border: none;	
}
#content p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
body#pricing .inner h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	margin-top: 20px;
}
body#pricing .divide {
	padding-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #898989;
}
body#contact fieldset,
body#resources fieldset {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 35px;
}
body#contact fieldset legend,
body#resources fieldset legend {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #4c4c4c;
}	
body#resources fieldset {	
}
body#gallery .inner ul li a {
	display: block;
	width: 145px;
	height: 145px;
	overflow: hidden;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}
body#gallery .copy {
	margin-top: 15px;
	color: #999;
}