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: 727px;
	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: 72px;
	right: -4px;
}

#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:hover {
	background: url(/images/templates/bg_menu_main_active.gif);
}

#main {
	position: relative;
	margin-top: 168px; /* make room for the header, but subtract the height of the logo because of that weird drop bug (should be 204) */
	padding: 20px 34px 20px 34px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
	width:661px;
}

#screen_shot {
	position: absolute;
	top: 89px;
	right: 18px;
	z-index: 20;
}

#screen_shot_wrap {
	float: right;
	width: 266px;
	height: 84px;
}

#footer {
	clear: both;
}

#footer_left {
	float: left;
	margin: 8px 0px 0px 14px;
}

#footer_right {
	float: right;
	margin: 8px 14px 0px 0px;
}
