@charset "utf-8";
/* CSS Document */
#tent {
	float: left;
	margin-left: 10px;
	width: 960px;	
	background-color: #eeebe0;
	color: #000;	
}
#tent .content {
	float: left;
	width: 830px;
}
#gallery {
	width: 250px;
	float: right;
}
