@charset "utf-8";
#footer {
	background-image: url(../images/footer.jpg);
	height: 108px;
	text-align: center;
	padding-top: 6px;
	color: #FFFFFF;
}
#footer .desdes {
	display: block;
	float: left;
	height: 70px;
	width: 120px;
	position: relative;
	left: 25px;
	top: 10px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 165px;
}
.header-lnk {
	display: block;
	height: 135px;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 62px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	height: 27px;
	width: 110px;
	float: right;
	text-align: center;
}
#header  li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	height: 20px;
}
#header a:hover {
	color: #EB830A;
}


body {
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	color:#663300;
}
a:link, a:visited {
	text-decoration:none;
	color:#f57e20;
}
a:hover {
	text-decoration:none;
	color:#ffcc00;
}
option {
	font-size:10px;
	font-family:tahoma;
}
select {
	font-family:tahoma;
	font-size:12px;
}
#last-thread {
	float: right;
	height: 20px;
	width: 550px;
	background-image: url(../images/last-bost.jpg);
	padding-right: 178px;
	padding-left: 20px;
	padding-top: 9px;
	color: #FFFFFF;
	text-align: right;
}
#container {

}
#maincontainer {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00b050;
}
#login-header {
	background-image: url(../images/login-bg.jpg);
	float: left;
	height: 191px;
	width: 221px;
	padding-top: 60px;
	padding-right: 5px;
	padding-left: 5px;
}
#fla-header {
	float: right;
	height: 222px;
	width: 748px;
}
#mainpage {
	width: 979px;
	margin-right: 9px;
	margin-left: 14px;
	background-color: #FFFFFF;
}
.user-input {
	background-image: url(../images/user-bg.jpg);
	height: 27px;
	width: 204px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: tahoma;
	font-size: 12px;
	margin:0px;
	border:0px;
}
.pass-input {
	background-image: url(../images/user-bg.jpg);
	height: 27px;
	width: 204px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: tahoma;
	font-size: 12px;
	margin:0px;
	border:0px;
}.bt-login {
	background-image: url(../images/login-bt.jpg);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 224px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#page-menu {
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;

}
#page-center {
	float: right;
	width: 680px;
	margin-top: 10px;
	margin-right: 10px;
}
.box-bg {
	margin-bottom: 10px;
}
.box-title {
	color: #FFFFFF;
	background-image: url(../images/box-title.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 24px;
	padding-top: 4px;
}
.box-content {
	background-color: #FFFFFF;
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: center;
}
