body {
	background: #FFFFFF url(/images/bkgd_body.jpg) repeat-x;
	margin: 0px;
}
#wrapper {
	background: #FFFFFF url(/images/bkgd_content.jpg) repeat-y;
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#header {
	background: transparent url(/images/bkgd_header.jpg) no-repeat top left;
	margin: 0px auto;
	height: 129px;
	width: 800px;
	clear: both;
}
#header h1, #header p {
	display: none;
}
#nav {
	width: 160px;
	float: left;
}
#content {
	width: 600px;
	float: right;
	margin-right: 10px;
}
#cms_toolbar {
	display:block;
	float:right;
	margin-top:-25px;
}
div#column_a {
	width: 380px;
	float: left;
}
div#column_a .module {
	background: url(images/bkgd_mod.jpg) left repeat-y #ffffff;
	margin-bottom: 7px;
}
div#column_a .module_top {
	background: url(/images/bkgd_mod_top.jpg) left no-repeat #ffffff;
	height: 12px;
	width: 380px;
	clear: both;
}
div#column_a .module_bottom {
	background: url(/images/bkgd_mod_bottom.jpg) left no-repeat #ffffff;
	height: 12px;
	width: 380px;
}
div#column_b {
	float: left;
	width: 210px;
	margin-left: 10px;
}
div#column_b .module {
	background: url(images/bkgd_mod_b.jpg) left repeat-y #ffffff;
	margin-bottom: 7px;
}
div#column_b .module_top {
	background: url(/images/bkgd_mod_top_b.jpg) left no-repeat #ffffff;
	height: 12px;
	width: 210px;
	clear: both;
}
div#column_b .module_bottom {
	background: url(/images/bkgd_mod_bottom_b.jpg) left no-repeat #ffffff;
	height: 12px;
	width: 210px;
}
#clear_all {
	width: 800px;
	clear:both;
}
#footer {
	background: transparent url(/images/bkgd_footer.jpg) no-repeat bottom left;
	margin: 0px auto;
	height: 35px;
	width: 800px;
	clear: both;
}
#footer p {
	margin: 0px 20px 0px 200px;
	font: Verdana, Arial, Helvetica, sans-serif 80% #cccccc;
	font-size:80%;
}
@media screen, print {
.mobile {
	display: none;
}
}

