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

#page {
	position: relative;
	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_top {
	position: absolute;
	top: 0px;
	left: 204px;
	width: 168px;
	height: 62px;
	background-image: url(/images/site/bg_cutoff_top.gif);
	background-repeat: no-repeat;
}

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

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

#bg_cutoff_right_1 {
	position: absolute;
	top: 64px;
	right: 0px;
	width: 135px;
	height: 168px;
	background-image: url(/images/site/bg_cutoff_right.gif);
	background-repeat: no-repeat;
}

#bg_cutoff_right_2 {
	position: absolute;
	top: 234px;
	right: 0px;
	width: 135px;
	height: 168px;
	background-image: url(/images/site/bg_cutoff_right.gif);
	background-repeat: no-repeat;
}

#main {
	margin: 14px 32px 14px 32px;
}

#menu {
	margin: 0px 32px 0px 32px;
}

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

li.button_menu_home {
	list-style: none;
	float: left;
	width: 168px;
	height: 168px;
	margin: 1px;
}

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

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

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

.blank_2 a {
	background: url(/images/site/button_menu_home_blank_2.gif) no-repeat;
}
.blank_3 a {
	background: url(/images/site/button_menu_home_blank_3.gif) no-repeat;
}
.blank_4 a {
	background: url(/images/site/button_menu_home_blank_4.gif) no-repeat;
}
.blank_5 a {
	background: url(/images/site/button_menu_home_blank_5.gif) no-repeat;
}
.blank_6 a {
	background: url(/images/site/button_menu_home_blank_6.gif) no-repeat;
}
.blank_7 a {
	background: url(/images/site/button_menu_home_blank_7.gif) no-repeat;
}
.blank_8 a {
	background: url(/images/site/button_menu_home_blank_8.gif) no-repeat;
}

#login {
	float: left;
	width: 150px; /* this is also set in the IE tweaks file */
	padding: 10px 10px 0px 10px;
}

#banner_1 {
	float: left;
	width: 148px; /* this is also set in the IE tweaks file */
	height: 148px; /* this is also set in the IE tweaks file */
	padding: 10px;
	margin: 1px;
	text-align: center;
	background-image: url(/images/site/bg_home_banner_light.gif);
	background-repeat: no-repeat;
}

#banner_2 {
	float: left;
	width: 148px; /* this is also set in the IE tweaks file */
	height: 148px; /* this is also set in the IE tweaks file */
	padding: 10px;
	margin: 1px;
	text-align: center;
	background-image: url(/images/site/bg_home_banner_dark.gif);
	background-repeat: no-repeat;
}

#intro {
	float: left;
	margin-left: 24px;
	width: 340px; /* this is also set in the IE tweaks file */
	padding: 10px 0px 0px 0px;
}

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

