
	
div#container {

	width:960px;
	padding:42px 0px 0px 0px;
	margin:0px auto 0 auto;
}

div#content{
	background-color: #f3f2f1;
	padding-left: 10px;
	padding-right: 10px;
	}

div#page {
	width:700px;
	float:left;
}
div#sidebar {
	width:220px;
	float:right;
}


div#bottom-navigation{
	float:right;
	width:120px;
	clear:right;
	position:relative;
	left:135px;
}

.clear {
	clear:both;
}
