body {
	margin: 0px;
}
.botton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcfcf;
}
.botton a{
text-decoration:none;
	color: #cfcfcf;
}
.botton a:hover{
text-decoration:underline;
	color: #cfcfcf;
}
.about_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #c7b9b8;
	margin-right: 20px;
	margin-left: 46px;
}
.about_textpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #c7b9b8;
}
.about_bg {
	background-attachment: scroll;
	background-image: url(images/abouts_37.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #c7b9b8;
	margin-right: 20px;
	margin-left: 46px;
}
.contact_text a{
	color: #c7b9b8;
	text-decoration: none;
}
.contact_text a:hover{
	color: #c87a00;
	text-decoration: underline;
}
.feedback_bg {
	background-attachment: scroll;
	background-image: url(images/feedback_02_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.index_bg {
	background-attachment: scroll;
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.index_text {
	color: #d3cccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.index_text a{
	text-decoration: none;
	color: #d3cccc;
}
.index_text a:hover{
	color: #c87a00;
	text-decoration: underline;
}
.head_link {
	color: #919191;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.head_link a{
	color: #919191;
	text-decoration:none;
}
.head_link a:hover{
	color: #919191;
	text-decoration:underline;
}
.left_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration:none;
}
a.left_text:visited {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 12px; color:#ffd700;text-decoration: none;} 
a.left_text:link {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color:#ffffff;text-decoration: none;}
a.left_text:hover {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color:#ffffff;text-decoration: underline;}

.left_text li{
	margin-top: 5px;
	margin-bottom: 5px;
}
.left_text .tree
{
	list-style-position: outside;
	list-style-image: url(images/left_icon1.gif);
}
.left_text .childtext
{
	list-style-image: url(images/left_icon2.gif);
}
.login_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
}
input {
	border: 1px solid #b0b0b0;
}







#content {
    z-index: 0;
	width:100%;
	height:100%;
}
#cover {
    top: 0px;
    left: 0px;
    position: absolute;
    width: expression(document.body.clientWidth);
    height: expression(document.body.clientHeight);
    background-color: #333;
    filter: Alpha(opacity=70);
    z-index: 1;
	text-align:center;
}

#login {
    top: 0px;
    left: 0px;
    position: absolute;
	top:100px;
	left:380px;
    width: 265px;
    height: 215px;
    z-index: 2;
	text-align:left;
}

.reg {
    top: 0px;
    left: 0px;
    position: absolute;
	top:100px;
	left:212px;
    width: 600px;
    height: 400px;
    z-index: 3;
	text-align:left;
}


