@import url(base.css);
	

body{	
	background:url(../img/common/body_bg.jpg) repeat-x;
	}
	
p,
ul li{
	font-size:1.2em;
	}

div#all{
	width:768px;
	margin:0 auto;
	text-align:left;
	background:url(../img/common/wrap_bg.png) repeat-y;
	}
	
div#wrapper{
	width:760px;
	margin:0 auto;
	height:auto;
	
	}
	

div#header{
	width:760px;
	height:71px;
	margin:0 auto;
	background:url(../img/common/header_bg.jpg) no-repeat;
	}
	
div#header h1{
	width:240px;
	text-indent:-9999px;
	padding-left:18px;
	float:left;
	}
	
div#header h1 a{
	margin-top:11px;
	height:52px;
	display:block;
	background:url(../img/common/logo.jpg) no-repeat;
	}
	
div#header .hidden{
	display:none;
	}

	
div#head-r{
	width:320px;
	float:right;
	}
	
div#head-r p{
	text-align:right;
	height:20px;
	color:#fff;
	}
	
div#container{
	padding-top:15px;
	background:url(../img/common/con_bg.jpg) repeat-x;
	}
	
	
div#cont-inner{
	width:739px;
	margin:0 auto;
	height:auto;
	}
	
a{
	color:#013698;
	}

/* --huckclearfix-- */

div#header:after,
div#container:after{
	content: "";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
	}

	
div#header,
div#container{
	display:inline-block;
	}
 
/*\*/
* html div#header,
* html div#container{
	height:1%;
}

div#header,
div#container{
	display:block;
	}

body#index h4{
	font-size:12px;
	font-weight:normal;
}
/**/


	