html, body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #422f23;
	background: #757371 url(../images/background.jpg) repeat top left;
	font-family: Arial, sans-serif;
}

html
{
	font-size: 10px !important;
}

td
{
	font-size: 12px;
}

div
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

div#header
{
	width: 100%;
	height: 245px;
	background-color: #2b2a28;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#banner
{
	height: 168px;
	width: 925px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

div#banner_logo
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 15px;
	left: 0px;
	width: 197px;
	height: 119px;
	background: transparent url(../images/logo.png) scroll no-repeat top left;
}

div#banner_left
{
	position: absolute;
	top: 22px;
	right: 250px;
}

div#banner_right
{
	position: absolute;
	top: 22px;
	right: 0px;
}

div#nav
{
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	width: 100%;
	height: 60px;
	color: #9d9d9c;
	background: transparent url(../images/nav_background.png) repeat-x scroll left top;
	font-family: 'Lucida Grande', Verdana, sans-serif;
}

html>body div#nav
{
	height: 77px;
}

div#nav a
{
	color: #6b161a;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 20px;
	font-weight: bold;
}

div#content
{
	width: 925px;
	margin: -22px auto 0px;
	position: relative;
	text-align: left;
}

div#content_border_top
{
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

div#content_border_top_left
{
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../images/content_tl.png) scroll no-repeat top left;
}

div#content_border_top_middle
{
	height: 9px;
	margin: 0 10px;
	padding: 0px;
	background-color: #ffffff;
	border-top: 1px solid #d9d6ba;
	margin: 0px 10px;
	display: block;
}

div#content_border_top_right
{
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: -1px;
	clear: none;
	background: transparent url(../images/content_tr.png) scroll no-repeat top left;
}

html>body div#content_border_top_right
{
	right: 0px;
}

div#content_main
{
	border-right: 1px solid #d9d6ba;
	border-left: 1px solid #d9d6ba;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

div.col_right_section
{

}

div.col_right_section img
{
	float: left;
	margin-top: 13px;
}

div.col_right_section_shift
{
	float: right;
	width: 161px;
	padding-top: 10px;
}

html>body div.col_right_section_shift
{
	padding-top: 0px;
}

div#content_border_bottom
{
	clear: both;
	height: 10px;
	width: 100%;
	position: relative;
}

div#content_border_bottom_left
{
	height: 10px;
	width: 10px;
	position: absolute;
	left: 1px;
	bottom: -3px;
	background: transparent url(../images/content_bl.png) scroll no-repeat top left;
}

html>body div#content_border_bottom_left
{
	left: 0px;
	bottom: 0px;
}

div#content_border_bottom_middle
{
	height: 9px;
	background-color: #ffffff;
	border-bottom: 1px solid #d9d6ba;
	margin: 0px 9px;
	paddin: 0px
	display: block;
	overflow: hidden;
}


div#content_border_bottom_right
{
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	right: -2px;
	background: transparent url(../images/content_br.png) scroll no-repeat bottom right;
}

html>body div#content_border_bottom_right
{
	right: 0px;
}

div#col_left
{
	padding: 0 30px;
	float: left;
	width: 454px;
	border-right: 2px solid #c4c3c2;
	font-size: 1.2em
}

html>body div#col_left
{
	width: 514px;
}

div#col_full
{
	padding: 0 30px;
	float: left;
	width: 856px;
	font-size: 1.2em
}

html>body div#col_full
{
	width: 856px;
}

div#col_right
{
	float: right;
	width: 300px;
	padding-right: 23px;
}

html>body div#col_right
{
	width: 300px;
}

div#newsletter
{
	width: 265px;
	height: 60px;
	background: transparent url(../images/newsletter_background.png) scroll no-repeat top left;
	padding: 8px 9px;
	position: relative;
}

div.filler
{
	clear: both;
}

div#footer
{
	width: 925px;
	margin: 12px auto;
	text-align: right;
	color: #d9d6ba;
}

div#footer a
{
	text-decoration: none;
	color: #d9d6ba;
}

div#footer a:hover
{
	text-decoration: underline;
}

h1
{
	font-weight: normal;
}

p.newsletter
{
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
}

p.subscribe
{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

div#newsletter label
{
	font-size: 0.9em;
}

div#newsletter input#newsletter_email
{
	border: 1px solid #969592;
	padding: 0px;
}

div#newsletter input.signup
{
	position: absolute;
	bottom: 11px;
	right: 21px;
}

html>body div#newsletter input.signup
{
	right: 22px;
}

div#col_right hr
{
	border: 0px;
	color: #c4c3c2;
	background-color: #c4c3c2;
	height: 2px;
	width: 98%;
	margin: 20px 0 10px;
}

h3
{
	font-size: 1.3em;
}

ul
{
	padding-left: 16px;
	margin-left: 2px;
}

html>body ul
{
	padding-left: 13px;
}

li
{
	line-height: 1.7em;
}

p.quote_source
{
	font-style: italic;
	font-size: 1em;
}

form, form label
{
	margin: 0px;
	padding: 0px;
}

.FormHeading
{
	font-size: 1.3em;
	font-weight: bold;
}
.Error
{
	color: Red;
}