/* CSS Document */
#page {
	width: 759px;
	margin: 0 auto;
}
#header, #menu, #content_wrap, #content, #page_footer, #footer {
	position: relative;
}

#page {
	background: url('../images/layout/back_tile.gif') top left repeat-y;
}

#content_wrap {
	width: 759px;
}

* html #content_wrap {
}

#left_image {
	width: 217px; 
	height: 340px; 
	background: url('../images/layout/top_image.gif') top left no-repeat;
	position: absolute;
	left: 0; top: 0;
	z-index: 0;
}

#menu {
	top: 158px;
	right: 30px;
	z-index: 2;
	position: absolute;
}

#header {
	background: url('../images/layout/banner.gif') top right no-repeat;
	height: 175px;
}

#page_footer {
	height: 42px;
	margin-top: 30px;
	background: url('../images/layout/footer_back.gif') bottom left no-repeat;
	clear: both;
}
#bottom_image {
	width: 164px;
	height: 218px;
	background: url('../images/layout/footer_image.gif') top right no-repeat;
	position: absolute;
	right: 0;
	top: -176px;
}

* html #bottom_image {
	right: -1px;
}

#footer {
	background: #e0b27d url('../images/layout/page_footer.gif') right no-repeat;
	height: 85px;
	width: 759px;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
	margin: 0;
	margin-left: 90px;
	padding-top: 20px;
}

#content_floater1 {
	width: 1px;
	float: right;
}

#content_floater2 {
	height: 176px;
	width: 124px;
	float: right;
	clear: right;
}
#left {
	width: 150px;
	float: left;
	margin-top: 110px;
	padding-top: 60px;
	padding-left: 30px;
	margin-right: 20px;
	border-right: 1px solid #e9dbb9;
	padding-bottom: 2em;
	position:relative;
	z-index:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#center {
	width: 520px;
	float: left;
}

* html #center {
	margin-left: 0;
	padding-top: 1em;
}
