@charset "utf-8";
#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -290px;
	min-width:800px;
	left: 0px;
}

#inner {
	margin: auto;
	height: 580px;
	width: 800px;
}
.navmargin {
	margin-right:10px;
}
#logoholder {
	display:inline;
	float:left;
	width:800px;
	height:82px;
	overflow:hidden;
}
#midholder {
	display:inline;
	float:left;
	width:800px;
	height:430px;
	overflow:hidden;
}
#navholder {
	display:inline;
	float:left;
	width:800px;
	height:36px;
	overflow:hidden;
}
#footerholder {
	display:inline;
	float:left;
	width:800px;
	height:32px;
	overflow:hidden;
}
#imagearea {
	display:inline;
	float:left;
	width:575px;
	height:430px;
	overflow:hidden;
}
#textarea {
	display:inline;
	float:left;
	width:225px;
	height:430px;
	overflow:hidden;
}
.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#3b2e00;
}
/* BUTTONS */

.btntext, a.btntext:link, a.btntext:active, a.btntext:visited {
	font-family: Arial Narrow, Arial Narrow, Helvetica, sans-serif;
	font-size: 17px;
	color: #3b2e01;
	line-height:28px;
	text-align: left;
	height: 28px;
	text-decoration: none;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom-color: #b68a3f;
}

a.btntext:hover {
color: #666666;
text-decoration: none;
}

/* END BUTTONS */
.scroll {
	width:219px;
	height:385px;
	overflow:auto;
	margin-right:6px;
	margin-bottom:5px;
	margin-top:40px;
	SCROLLBAR-FACE-COLOR: #fffaea; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fffaea; 
	SCROLLBAR-SHADOW-COLOR: #fffaea; 
	SCROLLBAR-3DLIGHT-COLOR: #fffaea; 
	SCROLLBAR-ARROW-COLOR: #3b2e01; 
	SCROLLBAR-TRACK-COLOR: #fffaea; 
	SCROLLBAR-DARKSHADOW-COLOR: #fffaea;
}
.scroll2 {
	width:219px;
	height:385px;
	overflow:auto;
	margin-left:6px;
	margin-bottom:5px;
	margin-top:40px;
	SCROLLBAR-FACE-COLOR: #fffaea; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fffaea; 
	SCROLLBAR-SHADOW-COLOR: #fffaea; 
	SCROLLBAR-3DLIGHT-COLOR: #fffaea; 
	SCROLLBAR-ARROW-COLOR: #3b2e01; 
	SCROLLBAR-TRACK-COLOR: #fffaea; 
	SCROLLBAR-DARKSHADOW-COLOR: #fffaea;
}
