/* author: Scott Marlow, MarketingByMarlow.com | 206.784.5454
modified: January 4, 2011

SITE COLORS
Tan		#f4ecbd rgb(244,236,189)
Brown	#d7cb81 rgb(215,203,129)
Grey	#555651 rgb(85,86,81)
Red 	#fd0911 rgb(253,9,17)
*/
html {
overflow-y: scroll
}
body {
	background:#555651 url(../images/bg_pattern.gif) repeat;
	font-family: Trebuchet MS, Helvetica, arial, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 40px 0 0 0;
}
#wrapper {
	background: #fff url(../images/bg_content.gif) repeat;
	margin-right: auto;
	margin-left: auto;
	width: 880px
}
#wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#header {
	background-color: #fff;
	height: 119px;
	overflow:hidden
}
#header img {
	border: none
}
/* NAVIGATION */

#nav ul {
	background-color: #d7cb81;
	border-top: 8px solid #555651;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	width: 860px
}
#nav li {
	display: inline;
	font-size: 1.2em;
	letter-spacing: .07em;
	list-style-type: none;
	text-transform:uppercase
}
#nav a {
	color: #000;
	font-weight: bold;
	padding: 0 8px 0 8px;
	text-decoration: none
}
#nav a:hover, #nav a.select {
	color: #fd0911;
	text-decoration: none
}
/* SIDEBAR */

#sidebar {
	float: left;
	margin: 0 10px 0 20px;
	width:190px
}
#sidebar img {
	border: 1px solid #fff;
	margin-bottom: 10px
}
/* MAIN CONTENT */

#content {
	background: #f4ecbd;
	float: right;
	min-height: 400px;
	padding-right: 100px;
	width: 520px
}
h1 {
	color: #555651;
	font-size: 1.8em;
	letter-spacing: .1em;
	margin-top: 0;
	padding-top: 0
}
h2 {
	color: #555651;
	font-size: 1.6em;
}
p, li, q, cite {
	color: #555651;
	font-size: 1.4em;
	line-height: 1.5em;
}
li {
	margin-bottom: 6px
}
a {
	color: #fd0911;
	text-decoration: underline
}
a:hover {
	text-decoration: none
}
#credit {
	margin: 80px auto 0 auto;
	text-align: right;
	width: 880px
}
#credit a {
	color: #d9d9d9;
	text-decoration: none
}
#credit a:hover {
	text-decoration: underline
}
