body {
	margin: 0;
	padding: 0;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

/* header */
#header {
	height:168px;
}

/* main */
#main {
}
/* content-top */
 #content-top {
	 height:350px;
}
/* content */
 #content {
	float: left;
	width: 960px;
	margin-left: 0;
	padding: 0;
}
/* footer */
#footer {
	width: 960px;
	height: 30px;
	clear: both;
}

/* other */
#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer {
	overflow:visible;
}

/**
* Markup free clearing
* Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */

