/*////////////////////////////////////
				*****
////////////////////////////////////*/
#wrap{
    min-height: 100%;
    height: auto !important; /*footer fix*/
    height: 100%;
    margin: 0 auto -100px;/*footer fix*/
	width: 942px;
	background:#fff url(/img/bg_con.gif) repeat-y;
	border-left:4px solid #666;
	border-right:4px solid #666;
}
#contents{
	text-align:left;
	padding:15px 10px 15px 7px;
	width:925px;
}

/*////////////////////////////////////
				header
////////////////////////////////////*/

#header{
	width:942px;
	height:118px;
	margin:0 auto;
	text-align:left;
	background:url(/img/bg_header.gif);
	border-bottom:2px solid #666;
}


#logo{
	float:left;
	text-align:left;
	width:392px;
	height:83px;
	padding:3px 0 0 5px;
}

#headword{
	float:right;
	width:300px;
	padding:0 0 0 0;
	text-align:right;
}

#flashbox{
	width:100%;
	height:500px;
	position:absolute;
	z-index:1000;
	/*top:235px;*/
	top:185px;	
	left:0px;
	margin:0 auto;

}

#footer,.push {
    height: 100px;
}

/*////////////////////////////////////
				footer
////////////////////////////////////*/
#footer{
	text-align:left;
	width:942px;
	margin:0 auto;
	clear:both;
	background:#fff url(/img/bg_footer.gif) repeat-x;
}
#footerinner{
	padding:15px 0 0 0;
}
.ftl {
display:inline;
float:left;
margin:0 10px;
width:500px;
}
.ftr {
display:inline;
float:right;
margin:0 10px;
width:380px;
text-align:right;
}
/*////////////////////////////////////
			main sub
////////////////////////////////////*/
#main{
	float:right;
	width:685px;
}

.page #main{
	float:right;
	width:680px;
}

#sub{
	float:left;
	width:216px;
}
#sub h3{
	background:url(/img/circle.gif) no-repeat 0px 0px;
	padding-left:17px;
	height:26px;
}
