/* CSS Document */
body {
	background: #C7BF8B url(/img/bk_body.jpg) center top no-repeat;
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: 12px;
	color: #000; 
	margin: 30px 0 30px 0; padding: 0;
	text-align: left;
}
* { padding: 0; margin: 0; line-height: 20px;}

a { color: #446625; font-weight: bold; }
a:hover	{ color: #D50000; }

td {
	font-size: 12px;
	color: #000; 
	text-align: left;
}
td p {
	padding-bottom: 20px;
}

/* Interface and layout elements*/
#container {
	width: 770px; 
	margin: 0 auto; 
	text-align: center;
}
#header {
	background: #fff;
	height: 120px;
	margin: 0;
	border-bottom: 4px #000 solid;
	text-align: left;

}
#headlogo {
	float: left;
	width: 236px;
}
#headnav {
		padding-top: 90px;
		margin-left: 260px;
		width: 520px;
}
#homeimage {
	position: relative;
	height: 200px;
	margin: 0;
	border-bottom: 1px #fff solid;
}
#contentimage {
	position: relative;
	background: #fff url(/img/contentback.jpg) left top repeat-y;
	height: 75px;
	border-bottom: 1px #fff solid;
}

#content {
	background: #fff url(/img/bk_content.gif) center bottom repeat-y;
	padding-bottom: 60px;
}
#footer {
	background: #fff url(/img/bk_content-bot.gif) center bottom no-repeat;
	color: #D2E75E;
	padding-right: 536px;
	font-size: 10px;
	text-align: left;
}
#footer p {
	font-size: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#left {
	float: left;
	width: 236px;
	margin: 0;
	text-align: left;
}
#q {
	background: #0F220D url(/img/bk_q_doug.gif) top left no-repeat;
	padding: 15px 20px 0 20px;
	color: #fff;
	height: 347px;
}
#qbottom {
	background: #0f220d url(/img/bk_q-bot.gif) top left no-repeat;
	height: 15px;
}
.separate {
	background: transparent url(/img/left_separator.gif) 0px 10px no-repeat;
	height: 15px;
	padding: 10px 0 10px 0;

}

#leftcontent {
	background: #446625 url(/img/bk_subgradient.jpg) top left no-repeat;
	padding: 10px 20px 50px 20px;
	color: #fff;
}
#right {
	width: 494px;
	margin-left: 266px;
	padding-top: 30px;
	text-align: left;
}
.clearboth {
	clear: both;
}



/*text elements */	
h1, h2, h3, h4, h5 {
	padding-bottom: 15px;
}
h1 {
	font-size: 16px;
	color: #000;
}
#left h1 {
	font-size: 12px;
	font-weight: bold;
	color: #F1BA07;
	margin: 0;
	padding: 0;
}
#left p, #q p, #leftcontent p {
	font-size: 11px;
}
#left ul, #left li{
	margin-left: 0;
	list-style: none;
}

#right p {
	padding-right: 40px;
	padding-bottom: 20px;
}

.threecol {
	padding-right: 20px;
}
.threecol ul {
	margin-left: 15px;
}