/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:920px;
	margin:0px auto;
	margin-bottom:20px;
	text-align:left;
}


/* container
---------------------------------------------------------------------------------------- */
#container{
	width:920px;
}

/* header
---------------------------------------------------------------------------------------- */
#header{
	width:920px;
	height:110px;
	background:url(../images/header_bg.gif) no-repeat top right;
	text-align:left;
}
#header p{
	width:603px;
	color:#602018;
	letter-spacing:2px;
	padding:20px 0px 0px 93px;
}
#header h1{
	width:600px;
	font-size:12px;
	color:#666;
	letter-spacing:1px;
	position:relative;
	padding:5px 0px 0px 96px;
}
#header .logo{
	margin-top:18px;
	float:right;
}


/* main
---------------------------------------------------------------------------------------- */
#main{
	width:920px;
}

#main .title{
	width:880px;
	margin-left:20px;
	margin-top:20px;
	border:1px solid #999;
}


/* topics
---------------------------------------------------------------------------------------- */
#main .section{
	width:880px;
	margin-left:20px;
	margin-bottom:0px;
	overflow:hidden;
}

#main .section h2{
	display: none;
}






/* footer
---------------------------------------------------------------------------------------- */
#footer{
	width:880px;
	height:68px;
	padding:0px;
	margin-left:20px;
	background:url(../common/fotter_rogo.gif) center left no-repeat;
	border-top:1px solid #333;
}
#footer p{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:14px;
	color:#333;
	padding:15px 0px 0px 270px;
}


#full{
	width:920px;
	height:0px;
	clear:both;
}