a:link,a:visited,a:active {
	color: #86532e;
	font-weight: normal;
	text-decoration: none; }
 
a:hover {
	color: #3b2414;
	font-weight: normal;
	text-decoration: none; }
 
img {
	border: 0px;
	vertical-align: top; }
 
body,html {
	background: #000000 url(images/background.jpg) repeat-x top center;
	color: #3b2414;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center; }
 
textarea,input {
	background: #ffffff;
	border: 1px solid #a19d98;
	color: #3b2414;
	margin: 2px 0px 2px 0px;
	padding: 3px;
	vertical-align: middle; }
 
select,option {
	background: transparent;
	color: #000000; }
 
hr {
	background-color: #a19d98;
	border-color: #a6a19c;
	border: 0px;
	color: #a39f99;
	height: 1px; }
 
div {
	text-align: left;
	vertical-align: top; }
 
.clear {
	clear: both;
	font-size: 0px; }
 
#outer_wrapper {
	background: url(images/banner.jpg) no-repeat top center;
	text-align: center; }
 
#inner_wrapper {
	margin: 0px auto;
	width: 924px; }
 
#navigation {
	height: 51px;
	line-height: 50px; }
 
#content {
	background: url(images/content_background.jpg) repeat-y center;
	margin-top: 257px;
	width: 924px; }
 
	#content div.top { background: url(images/content_top.jpg) no-repeat top center; }
 
	#content div.bottom {
		background: url(images/content_bottom.jpg) no-repeat bottom center;
		min-height: 500px; }
		
#full #content { background: url(images/content_background_full.jpg) repeat-y center; }
 
	#full #content div.top { background: url(images/content_top_full.jpg) no-repeat top center; }
 
	#full #content div.bottom { background: url(images/content_bottom_full.jpg) no-repeat bottom center; }
 
#column_left {
	float: left;
	padding: 24px 0px 24px 24px;
	width: 595px; }
	
#full #column_left {
	float: none;
	width: auto;
	padding: 24px; }
 
	#column_left h1 {
		background: url(images/headline_left.jpg) repeat-x bottom left;
		color: #86532e;
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 0px 14px;
		padding: 15px 10px; }
 
	#column_left div.plugin { padding: 12px 24px; }
 
#column_right {
	float: right;
	padding: 24px 0px;
	width: 250px; }
 
	#column_right h1 {
		background: #fbf8f5 url(images/headline_right.jpg) repeat-y left;
		border-bottom: 1px solid #a19d98;
		border-top: 1px solid #a19d98;
		font-size: 13px;
		font-weight: bold;
		line-height: 14px;
		margin: 0px;
		padding: 8px 25px; }
		
	#column_right div.subnavigation { 
		margin-bottom: 24px;
		border-bottom: 1px solid #a19d98; }
		
	#column_right div.submenu {
		width: 225px;
		border-top: 1px solid #a19d98;
		cursor: pointer;
		display: block;
		font-size: 13px;
		font-weight: bold;
		line-height: 14px;
		margin: 0px;
		padding: 8px 0px 8px 25px; }
		
	#column_right div.submenu:hover, #column_right div.submenu:hover a {
		background: #fbf8f5 url(images/headline_right.jpg) repeat-y left;
		color: #3b2414; }
		
	#column_right div.submenu a { color: #86532e; }
 
	#column_right div.plugin { padding: 6px 25px; }
 
#footer {
	color: #c09d70;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 20px;
	text-align: center; }
 
	#footer a {
		color: #c09d70;
		font-weight: normal;
		text-decoration: none; }
 
		#footer a:hover {
			background: transparent;
			color: #ffffff; }