@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	padding: 0;
	margin: 0;
	text-align: center;
}

#header{
	width: 770px;
	margin: 10px auto 0 auto;
	text-align: left;
	overflow: hidden;
}

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

#content{
	clear: both;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}

#footer{
	clear: both;
	width: 770px;
	height: 85px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/css/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

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

