body, table, tr, td {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #D4B494;
	letter-spacing: 1px;
	margin: 0px;
	scrollbar-base-color: #3C2819;
   scrollbar-face-color: #3C2819;
   scrollbar-track-color:#3C2819;
   scrollbar-3dlight-color: #7B5A39;
   scrollbar-highlight-color: #3C2819;
   scrollbar-arrow-color: #7B5A39;
   scrollbar-darkshadow-color: #7B5A39;
   scrollbar-shadow-color: #3C2819;
}
body {
	background-color: #202020;
	background-image : url('images/background.gif');
}
table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}
a:link, a:active, a:visited {
	font-weight: none;
	color: #D4B494;
	cursor: crosshair;
	text-decoration: none;
}
a:hover {
	color: #778272;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 435px;
	height: 608px;
	text-align: left;
}
#content {
	position: absolute;
	top: 177px;
	left: 0px;
	width: 435px;
	height : 250px;
	border: 2px solid #7B5A39;
	padding: 3px;
	margin: 0px;
	background-color: #3C2819;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: auto;
}
#top {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 311px;
	height : 179px;
	border: 2px solid #7B5A39;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
#bottom {
	position: absolute;
	top: 425px;
	left: 104px;
	width: 311px;
	height : 179px;
	border: 2px solid #7B5A39;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
input, textarea, option, select {
	background-color: #7B5A39;
	font: 8pt arial;
	color:  #202020;
	letter-spacing: 1px;
	border: 1px solid #C0C0C0;
	padding:2px; 
}

#navigation {
	position: absolute;
	top: 427px;
	left: 0px;
	letter-spacing: 2px;
	text-align: right;
	height: 177px;
	width: 104px;
	padding: 10px;
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3C2819;
}
#title {
	position: absolute;
	top: 0px;
	left: 331px;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3C2819;
}
