#container {
	width:  960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

body {
	text-align: center;
}


#menu {
	float: left;
	width: 110px;
	margin-right: 20 px;
}


#content {
	float: left;
	width: 560px;
}


#sidebar {
	float: right;
	width: 260 px;
}


#footer {
	border-top: 1px solid #41342C;
	clear: both;
}
