@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../img/bg02.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

#header{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#home #header{
	margin-bottom: 30px;
}

#content{
	clear: both;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}

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

#main{
	float: right;
	width: 730px;
}

#sub{
	float: left;
	width: 200px;	
}