*{
	font-family:Arial, Tahoma;
	font-size:12px;
}
body{
	background:url("images/top_bg.png");
	margin:0px;
}
h1{
	font-size:18px;
	margin:0px;
}
#topbar{
	background:url("images/top_bg.png");
	height:35px;
	width:100%;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	color:#DDD;
}
#topbar div a{
	color:#DDD;
	text-decoration:none;
	font-size:11px;
	text-shadow: 2px 1px 0px #000;
}
#topbar div a:hover{
	color:#FFF;
}
#header{
	position:relative;
	top:0px;
	left:0px;
	width:945px;
	height:254px;
}
#main_wrap{
	width:100%;
	margin:0px;
	background:url("images/bg-body.gif");
}
#main{
	width:945px;
}
#left{
	width:260px;
	float:left;
	text-align:justify;
	border-right:1px solid #b7b7b7;
	color:#2e2d2c;
}
#left2{
	width:240px;
	float:left;
	text-align:justify;
	color:#2e2d2c;
}
#right{
	width:640px;
	float:right;
	text-align:justify;
	color:#2e2d2c;
}
#one{
	width:945px;
	text-align:left;
	color:#2e2d2c;
}
#one h1{
	margin-bottom:6px;
}
#right ul, #one ul{
	margin:0px;
	padding:0px;
}
#right ul li{
	padding:0px;
	list-style:none;
	float:left;
	margin-right:15px;
}
#one ul li{
	padding:0px;
	list-style:none;
	margin-bottom:30px;
}
#footer{
	background:url("images/top_bg.png");
	height:62px;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	text-shadow: 2px 1px 0px #000;
}
#footer a{
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
.white{
	margin:0px;
	width:100%;
	height:10px;
	position:absolute;
	left:0px;
	top:35px;
}

.btn{
	display:none;
	cursor:pointer;
	position:absolute;
	top:100px;
}
#prevbtn{
	left:35px;
}
#nextbtn{
	right:35px;
}
.himg{
	position:absolute;
	top:10px;
	left:10px;
}
#menu{
	position:absolute;
	top:110px;
	left:480px;
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu ul li{
	list-style:none;
	width:99px;
	height:33px;
	background:url("images/menu_bg.png") no-repeat;
	float:left;
	margin-left:15px;
}
#menu ul li a{
	display:block;
	color:#FFF;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:6px;
}

.input_wrap{
	background:url("images/form_textfield.png") no-repeat;
	border:0px;
	width:239px;
	height:49px;
}
.input_wrap input{
	background:none;
	border:0px;
	width:200px;
	height:25px;
	font-weight:12px;
	margin-top:10px;
	margin-left:18px;
}
.textarea_wrap{
	background:url("images/form_areabg.png");
	width:624px;
	position:relative;
	top:25px;
	left:0px;
}
.textarea_wrap textarea{
	margin-left:18px;
	width:585px;
	height:140px;
	border:0px;
	background:none;
}
.submitbtn{
	background:url("images/form_send.png") no-repeat;
	width:239px;
	height:49px;
	border:0px solid black;
	color:#666;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
}
.submitbtn:hover{
	color:#000;
}
