@charset "gb2312";

/* CSS Document */

* { margin : 0 ; padding : 0 ; }

html {
	width : 100% ;
	height : 100% ;
}

body {
	width : 100% ;
	height : 100% ;
	margin:0;
	padding:0;
}
h3 {
	padding-bottom: 20px;
	border: none;
}
#container {
	width : 100% ;
	height : 100% ;
	min-height: 86%;
	background-color:#485E5F;
	position:relative;
	margin:0;
	padding:0;
}

#contents {
	width : 100%;
	background-color:#FFFFFF;
	/*height : 88%;*/
/*	background-image: url(../../img/back.gif);*/
	clear:left;
	overflow: visible;
	padding: 0 0 20px 0 ;
}

#cont_rap {
	width: 870px;
}


#header {
	width : 870px;
	height : 76px;
	padding :0;
	margin: 0;
}
#footer {
	position: relative;
	bottom: 0px;
}

#menu {
	float : left;
	width : 150px;
	margin: 0 15px ;
	line-height:0;
	font-size:4px;
	_display:inline;
}



#cont {
	width : 410px;
	padding-left: 10px;
}

.clear {
	clear:both;
	height:1px;
	display:block;
}

.text { 
	font-size: 12px; 
	line-height: 160%;
}
