@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-x;
}

#title{
	width: 914px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/header_bg.png);
	background-position: top;
	background-repeat: repeat-y;
}

#header{
	width: 960px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
	z-index: 999;
}

#topicpath{
	width: 914px;
	margin: 0 auto;
}

#menu{
	width: 914px;
	height: 51px;
	margin: 0 auto;
	text-align: left;
	/*background-image: url(../img/menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;*/
}

#content{
	clear: both;
	width: 914px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	background-color: #FFFFFF;
}

#footer{
	clear: both;
	width: 914px;
	margin: 0 auto;
}

#main{
	width: 920px;
	margin: 0 auto;
}

