body {
	background: url(/images/templates/bg_body.gif) repeat-x #CCCDCC;
	padding: 28px; /* this is also set in the IE tweaks file */ /* this sets a minimum margin */
}

#page {
	position: relative;
	width: 731px;
	margin: auto; /* this centers the page */
}

#header {
	position: relative;
	border: 0px solid red;
	z-index: 10;
}

#header_logo {
	position: relative; /* for some reason if we set this to absolute, the entire header drops down to the top of the main div */
	top: 0px;
	left: 0px;
}

#header_tagline {
	position: absolute;
	top: 0px;
	right: 16px;
}

#header_image {
	position: absolute;
	top: 54px;
	left: 0px;
	border: 0px solid red;
}

#header_grid {
	position: absolute;
	top: 75px;
	right: 0px;
}

#menu_main_mask {
	position: absolute;
	top: 27px;
	right: 16px;
	width: 476px;
	height: 5px;
	z-index: 20;
}

#menu_main {
	position: absolute;
	top: 27px;
	right: 16px;
	width: 476px;
	height: 28px;
	font-family: Arial;
	background: url(/images/templates/bg_menu_main.gif) repeat-x #C2141B;
	z-index: 10;
}

#menu_main ul {
	margin: 0;
	padding: 0;
}

#menu_main li {
	list-style: none;
	float: left;
}

#menu_main a {
	float: left;
	height: 28px;
	line-height: 28px;
	padding-left: 16px; /* make room for the arrow in the background image; this leaves a total of 380px for the buttons, whose widths are set individually in the content file */
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#menu_main a#active {
	background: url(/images/templates/bg_menu_main_active.gif);
}

#menu_main a:hover, #menu_main a#active:hover {
	background: url(/images/templates/bg_menu_main_active.gif);
}

#menu_section {
	position: absolute;
	top: 123px;
	left: 1px;
	width: 132px;
	border-top: 1px solid #FFFFFF;
	font-family: Arial;
	z-index: 10;
}

#menu_section ul {
	margin: 16px 0 0 0;
	padding: 0;
}

#menu_section li {
	list-style: none;
}

#menu_section a {
	display: block;
	padding: 4px 8px 5px 24px;
	line-height: 11px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

#menu_section a#active {
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/templates/bg_menu_section_active.gif) no-repeat #666666;
}

#menu_section a:hover, #menu_section a#active:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/templates/bg_menu_section_active.gif) no-repeat #666666;
}
#menu_section ul li ul {
	margin: -7px 0 0 0;
	padding: 0 0 5px 0;	
	background-color: #d5d5d5;
}

#menu_section ul li ul li {
	list-style: none;
}

#menu_section ul li ul li a {
	display: block;
	padding: 5px 0px 0px 35px;
	font-size: 11px;
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: none;
}

#menu_section ul li ul li a#active {
	color: #666666;
	text-decoration: none;
	background: url(/images/templates/bg_menu_section_sub_active.gif) no-repeat;
}

#menu_section ul li ul li a:hover, #menu_section ul li ul li a#active:hover {
	color: #666666;
	text-decoration: none;
	background: url(/images/templates/bg_menu_section_sub_active.gif) no-repeat;
}

#main {
	position: relative;
	margin-top: 87px; /* make room for the header, but subtract the height of the logo because of that weird drop bug (should be 123) */
	padding-top: 20px;
	padding-right: 214px; /* includes 194 for the sidebar */
	padding-left: 156px; /* includes 132 for the section menu */
	padding-bottom: 24px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url(/images/templates/bg_menu_section.gif) repeat-y #FFFFFF;
}

#sidebar {
	position: absolute;
	top: 88px;
	right: 16px;
	width: 178px;
	border: 0px solid green;
	z-index: 20;
}

#footer {
	clear: both;
}

#footer_left {
	float: left;
	margin: 8px 0px 0px 14px;
}

#footer_right {
	float: right;
	margin: 8px 14px 0px 0px;
}
