/* CSS Master Style Sheet, schulterestorations.com, incept: 7/31/2007
	Designer: Jackie Ellis, Author: Ben Liu, gelatincube.com */


/* some images may need to be darkened using photoshop levels: 0 .8 255 */
html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
	cursor: pointer;
}

body {
	font: 80% Georgia, Times, serif;
	_font-size: 70%; /* This is an IE hack */
	background-color: #ddcaa2;
}

a {
	text-decoration: none;
	color: inherit;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 5px;
}


#mainarea {
	background: url('../img/mainarea_bg.jpg') top left repeat-y;
	width: 958px;
	margin: 0 auto;
	margin-top: 0px;
}

#header {
	background: url('../img/header_bg.jpg') top left no-repeat;
	width: 958px;
	padding-top: 96px;
}

#header_bot {
	width: 958px;
	height: 18px;
}

#main_inside {
	width: 930px;
	margin-left: 10px;
}

#content_left {
	width: 215px;
	float: left;
}

#content_right {
	width: 715px;
	float: right;
}

#footer {
	background: url('../img/footer_bg.jpg') top left no-repeat;
	width: 958px;
	height: 93px;
	position: relative;
	clear: both;
}

div#footer_left {
	font: .85em Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 9px;
	left: 73px;
	color: #8e0820;
}

div#footer_right {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	color: #8e0820;
	margin: 9px 15px 0 0;
	display: inline;
}

div#footer_right a {
	color: #8e0820;
}

ul#nav_sub {
	font: 1.1em Georgia, Times, serif;
	margin-top: 72px;
	padding-bottom: 38px;
	font-variant: small-caps;
	list-style: none;
}

ul#nav_sub li {
	float: left;
	margin: 0 17px 0 0;
}

ul#nav_sub li a {
	color: #473125;
}
	
div#nav_main {
	width: 958px;
	height: 37px;
	background-color: #4b3124;
}


