html,body{
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;

}
body{
	text-align:center;
	background-color: #B6B091;
}
#container{
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
	height: 100%;
}
#container_inner{
	background-image:url(images/dex_bg.jpg);
	color:#000000;
	text-align: left;
	width: 900px;
	height: 675px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	border: 1px solid #000000;

}

#sidebar_right{
	width:170px;
	height: 675px;
	top: 0px;
	float: right;
	padding: 0px;

}

#sidebar_right_inner {
	background-image: url(images/right_bar_bg.png);
	background-repeat: no-repeat;
	height: 163px;
	width: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.sidebar_right_inner_img{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}

#nav {
	clear: both;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 106px;
	width: 615px;
	margin-top: 10px;
	padding: 0px;
	height: 30px;
	
}
#nav_inner {
	clear: both;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 150px;
	height: 30px;
	background-image: url(images/nav_bg.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main {
	width: 720px;
	float: left;
	margin: 0px;
	text-align: justify;
	position: relative;
	height: 675px;

}
#textbox{
	color: #1E1A14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right:220px;
	margin-left:106px;
	text-align: justify;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#scroll-textbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4E4934;
	overflow: auto;
	height: 332px;
	width: 387px;
	text-align: justify;
	scrollbar-face-color: #645F42; /*/ obviously change this to whatever you want /*/
	scrollbar-arrow-color: #645F42;
	scrollbar-highlight-color: #B6B091;
	scrollbar-3dlight-color: #B6B091;
	scrollbar-shadow-color: #FFFBF0;
	scrollbar-darkshadow-color: #645F42;
	scrollbar-track-color: none;
	margin-right: 10px;
	padding-right: 10px;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
p{
	margin:0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #3C320F;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 3px;
}
h2 {
	font-size: 17px;
	font-weight: normal;
}

h3 {

	font-size: 15px;
	font-weight: normal;
}


h4 {

	font-size: 13px;
	font-weight: bold;
}
#logo_head{
	width: 437px;
	height: 103px;
	background-repeat: no-repeat;
	background-image: url(images/dex_logo.png);
	margin-top: 20px;
	margin-left: 67px;
}
#foot{
	width: 505px;
	height: 156px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
}
#foot_inner{
	width: 390px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	margin-left: 106px;
	margin-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	height: 90px;
}
