/* CSS Document */

/* ---------------------------------------------------------------
LAYER CSS
----------------------------------------------------------------*/
#container_bg {
	background-image		: url(../images/bg_container.gif);
	background-repeat		: repeat-x;
	height					: 100%;
	}
#container {
	margin					: 0 auto;
	width					: 800px;
	background-image		: url(../images/bg_body.gif);
	background-repeat		: repeat-y;
	}
#left_container {
	width					: 170px;
	float					: left;
	background-image		: url(../images/bg_left_shadow.gif);
	background-repeat		: repeat-y;
	}
#content_container {
/*	position				: absolute;
	top						: 0;
	left					: 170px;*/
	float					: left;
	width					: 620px;
	}
#right_container {
	margin-left				: 790px;
	width					: 10px;
	background-image		: url(../images/bg_right_shadow.gif);
	background-repeat		: repeat-y;
	}
#nav_container {
	width					: 170px;
	margin-top				: 22px;
	}
.clr {
	clear					: both;
	}

/* ---------------------------------------------------------------
LAYER CONTENT
----------------------------------------------------------------*/
#spacer {

}
#header {
	background-image		: url(../images/bg_header.gif);
	background-repeat		: repeat-x;
}
#metanavigation {
	padding					: 0 20px 5px 90px;
	height					: 15px;
}
#subnavigation {
	padding					: 5px 20px 8px 90px;
	background-image		: url(../images/bg_metanav.gif);
	background-repeat		: repeat-y;
}
#path {
	padding					: 5px 20px 15px 90px;
}
#content {
	padding					: 0 20px 20px 90px;
}
