@charset "utf-8";
/* CSS Document */
.container {
	margin:10px auto 0 auto;
	width:940px;
}
.full{
	float:left;
	width:940px;
}
.third {
	float:left;
	width:300px;
}
.content {
	float:left;
	width:620px;
	padding: 10px 10px;
	display: inline;
}

