/* 
Author: Scott Marlow, Marketing By Marlow (206-784-5454)
Author URI: http://www.marketingbymarlow.com

Site Colors
Dark Brown: 	#21110f (body background)
Orange: 		#f58023 (body links)
Gray: 			#a8a8a9 (navigation links)
Lt Brown: 		#976741 (footer copy)

*/

body {
	background: #21110f url("../img/bg_body_1280.jpg") repeat-y center;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0
	/*Scrollbar effects are IE only:
	scrollbar-base-color: #976741;
	scrollbar-arrow-color: #21110f;
	scrollbar-darkshadow-color:#253355;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#ff69b4;
	scrollbar-shadow-color:#f0f;
	scrollbar-track-color:#800080; (not IE)*/
}
#wrapper {
	background: url("../img/shadow.png") repeat top center;
	margin: 0 auto;
	height: 520px;
	padding: 17px 8px 17px 8px;
	position: relative;
	top: 80px;
	width: 984px/*	height: 520px;
	padding: 4px 9px 17px 7px;
	width: 960px*/
}
/* MAIN CONTENT */
#content {
	background: #fff;
	color: #241310;
	font-family: arial, verdana, sans-serif;
	height: 520px;
	/*margin-top: 9px;*/
	width: 960px;
	margin: auto
}
#content img {
	float: left
}
#content2 {
	float: right;
	height: 340px;
	margin: 150px 0 20px 0;
	padding: 0 50px 0 0;
	overflow: auto;
	width: 450px
}
h1 {
	color: #21110f;
	font-size: 1.6em;
	letter-spacing: .05em;
	margin: 0
}
h3 {
	color: #fff;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: .05em;
	margin: 0 0 -12px 0
}
h2 {
	color: #21110f;
	font-size: 1.4em;
	margin-bottom: -12px
}
#content ul, #footer ul {
	list-style-type: none
}
#content li {
	margin: .5em 0
}
p, li, q, cite {
	font-size: 1.2em;
	line-height: 1.5em
}
#content2 cite {
	margin: 0 0 1.6em 0
}
#content2 cite {
	display: block
}
a {
	color: #f58023;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
/* NAVIGATION */
#nav {
	font-family:  Trebuchet MS, arial, verdana, sans-serif;
	position: absolute;
	top: 37px;
	left: 20px;
	z-index: 5
}
#nav ul {
	background: url("../img/bg_nav.png") no-repeat;
	height: 41px;
	list-style-type: none;
	margin: 0;
	padding: 36px 0 0 450px;
	width: 510px
}
#nav li {
	display: inline;
	font-size: 1.4em;
	letter-spacing: .04em;
	margin: 0;
}
#nav li a {
	color: #a8a8a9;
	text-decoration: none;
	padding: 1em .5em
}
#nav a:hover, #nav a.select {
	color: #f58023
}
/* FOOTER */
#footer {
	color: #fff;
	margin-top: 30px;
	text-align: center
}
#footer p, #footer q {
	font-size: 1.3em
}
ul#nav2 {
}
#nav2 li {
	display: inline;
	height: 70px;
	line-height: 70px;
	letter-spacing: .03em;
	margin-right: .5em
}
#footer a {
	color: #fff;
	font-weight: normal
}
#footer a:hover {
	color: #fff;
}
#footer a.select {
	color: #f58023
}
strong {
	font-size: 1.4em
}
#footer2 {
	text-align: center
}
#footer2 img {
	clear: both;
	display: block;
	margin: 14px auto;
}
#footer2 p, #footer2 a {
	color: #976741;
	font-size: 1.1em;
	letter-spacing: .03em;
	text-decoration: none
}

