@charset "UTF-8";
.container {
	float: left;
	height: 800px;
	width: 1000px;
	margin-top: 35px;
	margin-left: 35px;
}
.sidebar {
	float: left;
	height: 800px;
	width: 175px;
	text-align: right;
}
.content {
	float: left;
	height: auto;
	width: 825px;
}
.text {
	float: left;
	height: auto;
	width: 500px;
	padding-top: 50px;
	padding-left: 100px;
}
