#container {
	width: 920px;
	height:auto;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF
}

#header {
	width: 920px;
	height: 150px;
	margin: 0 auto;
	padding-top: 0px
}

#content {
	width: 920px;
	height:inherit;
	margin: 0 auto;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

#left {
	float: left;
	width: 250px;
	margin: 0;
	padding-top: 10px;
	color: #666666;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

#right {
	float: right;
	width: 660px;
	margin: 0;
	padding-top: 10px;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

#right_top {
	float: right;
	width: 660px;
	margin: 0;
	padding: 0px;
	color: #666666;
}

#right_bottom {
	float: right;
	width: 920px;
	height: 370px;
	margin: 0;
	padding-top: 5px;
	color: #666666;
	background-color:#FFFFFF;
	background-repeat: repeat;
}

