/*Layout*/

body {
	background:url(../images/body_bg.gif) 50% 0 repeat-y;
	background-color:#fdfce6;
	margin:0;
}
#wrapper {
	width:950px;
	margin:0 auto;
	background-color:#fff;
}
#header {
	width:950px;
	height:126px;
	background:url(../images/header_bg.gif) top center no-repeat;
}
#navigation {
	padding:105px 0 0 10px;
}
#content {
	width:950px;
	height:auto;
}
.home_top_content {
	width:950px;
	height:146px;
	background:url(../images/top_checklist.gif) bottom right no-repeat;
}
.home_bottom_content {
	width:950px;
	min-height:342px;
	background:url(../images/home_bottom_bg.jpg) top right no-repeat;
}


