﻿body {
	text-align:center;
	margin:0;
	padding:0;
	background-image:url(../media/fancybg.jpg);
	background-position:center 5px;
	background-repeat:no-repeat;
}
#pageForm {
	display:block;
	width:980px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#bodyWrapper {
	clear:both;
	float:left;
	width:980px;
	padding-top:190px;
}
#content-secondary {
	float:right;
	width:370px;
	right:0;
}
#content-primary {
	float:left;
	width:500px;
	left:0;
}
#content-primary,
#content-secondary {
	position:relative;
}
#footer {
	padding:20px 0;
	clear:both;
	text-align:center;
}
#headerTop UL LI UL,
#headerTabs UL LI UL {
	display:none;
	visibility:hidden;
	left:0;
	z-index:2;
}