html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background: #EED7AC url(../images/bg_01.jpg) repeat left top;
}
body, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #683B20;
}
a:link, a:hover, a:active, a:visited {
	color: #9D5015;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding:0px;
	font-weight:bold;
}
h1 {
	font-size:180%;
	margin:8px 0;
}
h2 {
	font-size:150%;
	margin:4px 0;
}
h3 {
	font-size:120%;
	margin:2px 0;
}
p, ul, ol, dl {
	margin:0;
	margin-bottom: 1em;
}


#full_page {
	position:relative;
	width:780px;
	margin:30px auto;
	background:url(../images/bg_02.jpg) top left repeat;
}
#top_right {
	position:absolute;
	top:-14px;
	right:20px;
	color: #9D5015;
	font-size:11px;
}
#top_right a {
	padding:0 4px;
	text-decoration:none;
}
#top_right a:hover {
	color:#FFF8CE;
	text-decoration:none;
}
#corner_tl {
	position:absolute;
	top:0;
	left:0;
	width:192px;
	height:193px;
	background:url(../images/corner_tl.png) top left no-repeat;
}
#features_pane {
	position:absolute;
	top:60px;
	left:540px;
	width:187px;
	height:232px;
	background:url(../images/features_bg.gif) top left no-repeat;
}
#features_pane #features_img {
	width:154px;
	height:53px;
	margin:14px 0 8px 16px;
	background:url(../images/logo_loc.png) top center no-repeat;
}
#features_pane ul {
	margin:0;
	padding:0;
	list-style:none;
}
#features_pane li {
	margin:0;
	padding:3px 0;
	line-height:150%;
}
#features_pane a {
	display:block;
	padding:2px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#features_pane a:hover {
	text-decoration:underline;
}
#features_pane div {
	padding:2px 0;
	text-align:center;
	color: #9D5015;
	font-weight:bold;
}

#splash_img {
	position:absolute;
	top:60px;
	left:179px;
	width:350px;
	height:188px;
}
#splash_img img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#splash_img img.active {
    z-index:10;
}
#splash_img img.last-active {
    z-index:9;
}
#menu_left {
	float:left;
	margin-top:18px;
	margin-left:27px;
	width:136px;
	background:#B15018 url(../images/menu_bg.gif) top left no-repeat;
	border:1px solid #340F01;
}
#menu_left div {
	margin-top:120px;
	margin-bottom:16px;
}
#menu_left ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu_left li {
	margin:0 10px;
	padding:0;
	list-style:none;
	border-top:1px solid #E26C22;
	border-bottom:1px solid #9D430F;
}
#menu_left li.first {
	border-top:none;
}
#menu_left li.last {
	border-bottom:none;
}
#menu_left a {
	display:block;
	padding:3px 10px 3px 22px;
	background:url(../images/bullet_01.gif) top left no-repeat;
	color:#FFF8CE;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
}
#menu_left a:hover {
	text-decoration:underline;
}

#frame_top {
	background:url(../images/frame_top.gif) top left no-repeat;
	height:48px;
}
#frame_middle {
	background:url(../images/frame_middle.gif) top left repeat-y;
	padding-bottom:30px;
}
#frame_bottom {
	background:url(../images/frame_bottom.gif) top left no-repeat;
	height:64px;
}
#content_wrapper {
	min-height:400px;
	padding:12px 90px;
}
#content_pane {
	line-height:140%;
}
#content_pane ul {
	list-style:none;
	margin:0 15px;
	margin-bottom:15px;
	padding:0;
}
#content_pane h1 {
	margin-bottom:18px;
	padding-left:18px;
	background:url(../images/icon_h1.gif) left center no-repeat;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #AD4015;
}
#footer_pane {
	padding-top:30px;
	font-size:11px;
}
#footer_pane p {
	margin:0;
	padding:0;
	text-align:center;
	color:#FFEBC6;
}
#footer_pane a {
	color:#FFEBC6;
	text-decoration:none;
}
#footer_pane a:hover {
	text-decoration:underline;
}

