body {
	width:				100%; /* Real width: 910px */
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	margin-left:		0px;
	margin-right:		0px;
	background-color:	#f7f7f7;
	padding:			0px;
}


div#wrapper_top {
	width:				100%;
	height:				138px;
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	background-image:	url(../img/top-bgr.jpg);
	background-repeat:	repeat-x;
	background-color:  	#666666;
}

div#wrapper_bottom {
	width:				100%;
	height:				60px;
	margin-top:			0px !important;
	margin-bottom:		0px !important;
	background-image:	url(../img/bottom-bgr.jpg);
	background-repeat:	repeat-x;
	background-color: 	#CCCCCC;
}

div#top_content {
	width:				960px;
	height:				138px;
	padding:			0px 0px 0px 0px;
	margin-left:		auto;
	margin-right:		auto;
}

div#header {
	width:				960px;
	height:				101px;
	margin-bottom:		3px;
	background-image:	url('../img/navigation-bgr.png');
	background-repeat:	no-repeat;
}

div#navigation {
	width:				960px;
	height:				34px;
}

div#spacer {
	width:				960px;
	height:				20px;
	background-image:	url('../img/spacer.png');
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
}

div#content_main {
	width:				960px;
	margin-left:		auto;
	margin-right:		auto;
	background-image:	url(../img/wrapper-bgr.png);
	background-repeat:	repeat-y;
	position: 			relative;
}

div#content_left {
	float:				left;
	width:				210px;
	margin-right:		40px;
	padding-bottom:		40px;
}

div#content_right {
	float:				right;
	width:				710px;
	padding-bottom:		40px;
}

div#bottom {
	width:				960px;
	margin-left:		auto;
	margin-right:		auto;
}

div#footer {
	width:				960px;
	padding-top:		15px;
	padding-bottom:		50px;
	margin-left:		auto;
	margin-right:		auto;
	text-align: 		center;
}
