@charset "utf-8";
/* CSS Document */
#main{
	width:690px;
	margin:0px auto;
	height: auto;
	background-color:#e6d7b6;
}
#main_2{
	width:690px;
	margin:0px auto;
	height: auto;
	background-color:#e6d7b6;
}
#leftbar{
	width:230px;
	float:left;
}
#rightbar{
	width:452px;
	float:left;
	height: auto;
	background-color: #e6d7b6;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
}
#rightbar_2{
	width:452px;
	float:left;
	height: auto;
	background-color: #e6d7b6;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
}
