body {
	background-color: #7F7F7F;
	background-image: url(/images/site/bg_body.gif);
	margin: 0;
}

#page {
	position: relative; /* this is also set in the IE tweaks file */
	width: 849px; /* this is also set in the IE tweaks file */
	background-color: #FFFFFF;
	border: 8px solid #DBDCDD;
	margin: 20px auto 20px auto; /* this centers the page in all but IE */
}

#header {
	height: 63px;
	/* border: 1px solid orange; /* debug */
}

#login_panel {
	position: absolute;
	left: 44px;
	top: 0px;
	width: 146px;
	height: 62px;
	text-align: center;
	background-image: url(/images/site/bg_login_panel.gif);
	background-repeat: no-repeat;
}

#register_button {
	position: absolute;
	left: 44px;
	top: 0px;
	width: 146px;
	height: 62px;
}

#header_logo {
	position: absolute;
	right: 149px;
	top: 0px;
	width: 316px;
	height: 62px;
}

#bg_cutoff_left {
	position: absolute;
	top: 64px;
	left: 0px;
	width: 31px;
	height: 168px;
	background-image: url(/images/site/bg_cutoff_left.gif);
	background-repeat: no-repeat;
}

#main {
	float: right;
	margin-right: 20px;
	margin-top: 1px;
	width: 578px; /* this is also set in the IE tweaks file */
	min-height: 481px; /* this prevents the background image from being cut off on short pages */
	padding: 32px 16px 16px 32px;
	background-image: url(/images/site/bg_main.gif);
	background-repeat: no-repeat;
	/* border: 1px solid green; /* debug */
}

#menu {
	float: left;
	margin-left: 33px;
	margin-top: 1px;
	padding: 20px 0px 0px 18px;
	width: 149px; /* this is also set in the IE tweaks file */
	height: 471px;
	background-image: url(/images/site/bg_menu.gif);
	background-repeat: no-repeat;
}

ul.button_menu_default {
	margin: 0px;
	padding: 0px;
}

li.button_menu_default {
	list-style: none;
	width: 131px;
	height: 47px;
	margin-bottom: 3px;
}

li.button_home {
	list-style: none;
	width: 95px;
	height: 17px;
	margin: 0px 18px 3px 18px;
}

.home a, .home a:visited {
	background: url(/images/site/button_menu_default_home_0.gif) no-repeat;
}
.home a:hover, .home a:active {
	background: url(/images/site/button_menu_default_home_1.gif) no-repeat;
}

.section_1 a, .section_1 a:visited {
	background: url(/images/site/button_menu_default_1_0.gif) no-repeat;
}
.section_1 a:hover, .section_1 a:active {
	background: url(/images/site/button_menu_default_1_1.gif) no-repeat;
}

.section_2 a, .section_2 a:visited {
	background: url(/images/site/button_menu_default_2_0.gif) no-repeat;
}
.section_2 a:hover, .section_2 a:active {
	background: url(/images/site/button_menu_default_2_1.gif) no-repeat;
}

.section_3 a, .section_3 a:visited {
	background: url(/images/site/button_menu_default_3_0.gif) no-repeat;
}
.section_3 a:hover, .section_3 a:active {
	background: url(/images/site/button_menu_default_3_1.gif) no-repeat;
}

.blank_1 a {
	background: url(/images/site/button_menu_default_blank_1.gif) no-repeat;
}
.blank_2 a {
	background: url(/images/site/button_menu_default_blank_2.gif) no-repeat;
}

#footer {
	padding: 8px 0px 0px 42px;
	background-color: #DBDCDD;
}
