* {
	padding:0;
	margin:0;
	outline:0;
}
body {
	font-family: Arial, verdana, sans-serif;
	color:#FFF;
	font-size:11px;
	background:#3C403F url('images/bg.jpg');
	scrollbar-base-color: #c4aa76;
	scrollbar-arrow-color: #c4aa76;
	scrollbar-DarkShadow-Color: #c4aa76;
}
#horizon {
	background-color: #3C403F;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	background-color: #3C403F;
	margin-left: -498px;
	position: absolute;
	top: -280px;
	left: 50%;
	width: 996px;
	height: 560px;
	visibility: visible;
	text-align:left;
	z-index:98;
}
#menu {
	background: url('images/menu_bg.jpg');
	height:560px;
	width:255px;
	float:left;
}
#frame {
	background: url('images/content_bg.png');
	height:560px;
	width:741px;
	float:right;
}
#text {
	width: 690px;
	height: 400px;
	margin-top: 100px;
	overflow:auto;
	letter-spacing:2px;
	line-height:17px;
	font-size:12px;
	padding-right:10px;
}
#text h1 {
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#7B1700;
	margin-bottom:8px;
}
#options {
	height:285px;
	width:120px;
	margin-top:200px;
	margin-left:70px;
}
#foot {
	position:absolute;
	width:300px;
	height:20px;
	margin-top:285px;
	left:50%;
	margin-left:180px;
	z-index:99;
	text-align:right;
}
#submenu div {
	width:690px;
	text-align:center;
}
#submenu a {
	color:#7B1700;
	text-align:none;
}
#submenu a:hover {
	color:#FFF;
}
#submenu ul {
	padding-top:7px;
	padding-left:70px;
	list-style:none;
}
#submenu li {
	float:left;
	margin-right:20px;
}
table {
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	text-align:left;	
}
th {
	font-weight:normal;
	width:200px;
	letter-spacing:2px;
}
input, textarea, select {
	margin:5px;
	border:1px solid #000;
	background-color:#fff;
}
select {
	letter-spacing:0px;
}
textarea {
	width:400px;
	height:80px;
}
.fieldsmall {
	width:100px;
}
.fieldhalf {
	width:195px;
}
.fieldmid {
	width:290px;
}
.fieldlarge {
	width:400px;
}
.smalltext {
	font-size:11px;
}