html{
	scrollbar-arrow-color: #D29C63;
	scrollbar-3dlight-color: #E4C886;
	scrollbar-face-color: #E4C886;
	scrollbar-darkshadow-color: #E4C886;
	scrollbar-track-color: #E4C886;	
	scrollbar-highlight-color: #D29C63;
	scrollbar-shadow-color: #E4C886;
}
BODY {
	background: #E4C886;
	color: #491F0A;
	line-height: 1.6;
	font-size: 8pt;
	font-family: "Trebuchet MS";
	margin: 0;
}
A{
	color: #E0E0BB;
	text-decoration: none;
	outline: none;
}
A:Hover{
	color: #E0E0BB;
	text-decoration: underline;
}
img{
	border: 0;
}
#logo{
	width: 800px;
	height: 375px;
	background: url('images/logo.jpg');
}
#ad{
	width: 728px;
	background: #FFFFFF;
}
#main{
	background: #CC9D6F url('images/mainbg.jpg');
	width: 550px;
	margin-left: 90px;
}
#main ul{
	list-style-type: none;
	width: 429px;
	margin: 0 auto;
	padding: 0;
	padding-top: 11px;
	line-height: 1px;
}
#main li{
	margin: 0;
	padding: 0;
	display: inline;
}
#border{
	background: url('images/border.jpg');
	width: 468px;
	height: 3px;
	margin: 0 auto;
	margin-top: 6px;
}
#content{
	background: url('images/insidebg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 35px;
	padding-top: 5px;
	padding-bottom: 44px;
	min-height: 400px;
	text-align: justify;
	position: relative;
}
input, select, textarea{
	background: #D9A876;
	border: 1px solid #AB684A;
	border-radius: 3px;
	line-height: 1.6;
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: #491F0A;
	padding: 3px 5px;
}
input[type=text], input[type=password]{
	width: 140px;
}
input[type=password]{
	margin-right: 3px;
}
textarea{
	width: 330px
}
input[type=submit], input[type=reset]{
	padding-left: 7px;
	padding-right: 7px;
}
input[type=submit]:hover, input[type=reset]:hover{
	background: #DABD98;
	cursor: pointer;
}
p.host{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 7pt;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}