@charset "utf-8";
/* CSS Document */

body {
padding:0;
margin:0;
background:#FFFFFF;
background-image:url(images/bckg.png);
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration:none;
color:#000000;
}

.main {
position:relative;
width:800px;
min-height:600px;
margin:0px auto auto auto;
}

#logo {
width:800px;
height:180px;
}

.menu {
	position:absolute;
	z-index:2;
	width:740px;
	height:110px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	left: 24px;
	top: 116px;
}

#btn1 {
	height:65px;
	width:130px;
	position:absolute;
	z-index:100;
	left: 6px;
	top: 8px;
}

#btn2 {
	height:65px;
	width:130px;
	position:absolute;
	z-index:100;
	left: 114px;
	top: 24px;
}
#btn3 {
	height:65px;
	width:130px;
	position:absolute;
	z-index:100;
	left: 230px;
	top: 33px;
}
#btn4 {
	height:65px;
	width:130px;
	position:absolute;
	z-index:100;
	left: 342px;
	top: 33px;
}
#btn5 {
	height:65px;
	width:130px;
	position:absolute;
	z-index:100;
	left: 460px;
	top: 24px;
}
#btn6 {
	height:65px;
	width:130px;
	position:absolute;
	z-index:100;
	left: 583px;
	top: 9px;
}

.content {
position: relative;
width:800px;
}

.contenttxt {
	position:absolute;
	background-image:url(images/contentbckg.png);
	background-repeat:repeat-y;
	width:640px;
	height:450px;
	left: 26px;
	top: 81px;
	padding-left:40px;
	padding-right:40px;
	z-index:100;
	text-align:justify;
	
}

.scrollcontent {
	overflow-y:auto;
	height:450px;
	width:665px;
	padding-right:5px;
	height:420px;
}

.content_header {
	background-image:url(images/menu_d.png);
	background-repeat:no-repeat;
	position:absolute;
	width:720px;
	height:200px;
	z-index:1;
	left: 24px;
	top: -19px;
	text-align:center;
	padding-top:60px;
	font-size:18px;
	font-weight:bold;
}

.content_footer {
	position:absolute;
	width:720px;
	height:30px;
	z-index:28;
	left: 26px;
	background-image:url(images/contentfoot.png);
	top: 530px;
	background-repeat:no-repeat;
}

#cross {
	position:absolute;
	width:50px;
	height:50px;
	left: 4px;
	top: -23px;
}

#menu_down_small {
font-size:10px;
width:400px;
float:left;
margin-left:30px;
}

#menu_up_big {
font-size:14px;
float:left;
margin-left:50px;
}

.txtfield {
border:1px solid #0066FF;
background-image:url(images/txtbckg.png);
}

.big_btn {
	width:175px;
	height:91px;
	margin-left:20px;
	cursor:pointer;
	position:relative;
	float:right;
	background-image:url(images/big_btn.png);
	background-repeat:no-repeat;
}
