body {
	background-image: url(/inc/img/bgrepeat.jpg);
	background-repeat: repeat-x;
	background-color: #F0F1F1;
}

#header {
	position: relative;
	width: 920px;
	height: 250px;
	padding: 0 0 0 40px;
}

#logo {
	position: absolute;
	width: 309px;
	height: 200px;
	margin-left: -80px; 
}

#quicknav {
	position: absolute;
	width: 750px;
	height: 220px;
	right: 0;
	margin: 20px 20px 0 0;
}

#bodyLeft {
	width: 374px;
	height: 377px;
	padding: 40px;
	background-image: url(/inc/img/contentbg.png);
	background-repeat: no-repeat;
	float: left;
}

#bodyRight {
	/*width: 406px;
	height: 409px;
	padding: 22px;*/
	width: 370px;
	height: 373px;
	padding: 40px;
	margin: 0 0 0 10px;
	background-image: url(/inc/img/contentbg.png);
	background-repeat: no-repeat;
	float: left;
}
