body {
	background-color: #3F3B30;
	margin: 0;
}

#main, #main_gallery {
	background: #454132 url(/assets/images/csh_background.jpg) 5% center no-repeat;
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	padding-top: 15px;
}

#main h1, #main_gallery h1{
	text-align: center;
	margin: 0;
}

#main_gallery {
	background: #454132 url(/assets/images/csh_background_sml.png) top left no-repeat;
}

#subHeader {
	display: inline;
}

#content {
	padding: 5px 95px;
	color: #adc8c7;
	font-family: arial;
	font-size: 13px;
}

#content h2 {
	text-align: center;
}

#content a {
	color: #a5633e;
}

table.pricing {
	width: 100%;
	font-size: 14px;
}

.pricing td {
	border-bottom: 1px dotted #adc8c7;
	padding-top: 10px;
	overflow: hidden;
}

.pricing td.price {
	text-align: right;
	vertical-align: bottom;
}

.pricing .oiltype {
	font-style: italic;
	display: block;
}

#content blockquote {
	float: left;
	width: 355px;
}
#content blockquote img{
	border:none;	
}

#content img {
	padding: 4px;
	border: 2px solid #5f807a;
}

#contactForm label {
	display: block;
}

#contactForm input,#contactForm textarea {
	border: 2px solid #a5633e;
}

#nav {
	margin: 0 0 10px 0;
	border-top: 2px solid #5f807a;
	padding: 4px;
	padding-bottom: 10px;
}

#nav ul {
	margin: 5px 0 10px 0;	
	list-style: none;
	padding-left: 40px;
}

#nav ul li {
	float:left;
	margin-right: 45px;
}

#nav a {
	background: url(/assets/images/menu_buttons.png) no-repeat;
	height: 17px;
	margin-right: 10px;
	float:left;
}

#nav #home {
	background-position: 0 0;
	width: 69px;
}

#nav #home:hover, #nav #home.active {
	background-position: 0 -25px;
}

#nav #people {
	background-position: -122px 0;
	width: 92px;
}

#nav #people:hover, #nav #people.active {
	background-position: -122px -25px;
}

#nav #places {
	background-position: -272px 0;
	width: 93px;
}

#nav #places:hover, #nav #places.active {
	background-position: -272px -25px;
}

#nav #things {
	background-position: -421px 0;
	width: 89px;
}

#nav #things:hover, #nav #things.active {
	background-position: -421px -25px;
}

#nav #bio {
	background-position: -572px 0;
	width: 41px;
}

#nav #bio:hover, #nav #bio.active {
	background-position: -572px -25px;
}

#nav #contact {
	background-position: -670px 0;
	width: 113px;
}

#nav #contact:hover, #nav #contact.active {
	background-position: -670px -25px;
}

#nav #prices {
	background-position: -840px 0;
	width: 85px;
}

#nav #prices:hover, #nav #prices.active {
	background-position: -840px -25px;
}

#bottombar {
	height: 50px;
	background-color: #5f807a;
}

#content #slide-show {
	position:relative;
	overflow:hidden;
	float: left;
	width: 355px;
}
#content #slide-show ul { margin:0; padding:0; list-style:none; }
#content #slide-show img { border: 0;}


















