#page {
	position: relative; /* this is also set in the IE tweaks file */
	background: url(../graphics/site/sidebar_bg.gif);
	background-repeat: repeat-y;
	max-width: 1200px;
}

#header {
	border: 0px solid red;
}

#header_color_left {
	left: 0px;
	position: absolute;
	width: 196px;
	height: 148px;
	background-color: #63C12C;
}

#header_logo {
	left: 196px; /* make room for the left photo */
	position: absolute;
	background-color: #FFF500;
}

#header_color_right {
	margin-left: 541px; /* make room for the left color and logo */
	height: 122px;
	background-color: #873790;
}

#menu_top {
	background: url(../graphics/site/menu_top_bg.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-left: 196px; /* make room for the left photo */
	padding: 6px 0px 0px 72px; /* pad the content */ /* this is also set in the IE tweaks file */
	height: 28px;
	border: 0px solid orange;
}

#content {
	position: relative;
	margin-left: 196px; /* make room for the sidebar */
	padding: 0px 72px 24px 24px; /* pad the content */
	border: 0px solid blue;
	overflow: visible; /* this is also set in the IE tweaks file */
}

#sidebar {
	float: left;
	width: 188px;
	padding: 0px 0px 0px 8px;
	border: 0px solid green;
}

#footer {
	clear: both;
	height: 60px;
	background: #333399;
	padding: 10px 0px 0px 2px;
}


