@charset "utf-8";
.container {
	position:relative;
}
div.feature-frame {
	padding:25px 32px 26px 30px;
	width:799px;
	height:511px;
	margin:auto;
	background-image:url(../img/home-frame.png);
	position:relative;
	z-index:2;
}
div.feature-frame img {
	position:absolute;
	left:30px;
	top:25px;
	width:799px;
	height:511px;
	z-index:1;
}
div#plaque-top {
	left:287px;
	top:528px;
	position:absolute;
	width:282px;
	height:8px;
	background-image:url(/img/plaque-top.png);
	background-repeat:no-repeat;
	z-index:3;
}
table.feature-frame td.nw {
	background-image:url(../img/main-frame-nw.png);
	width:32px;
	height:26px;
}
table.feature-frame td.ne {
	background-image:url(../img/main-frame-ne.png);
	width:33px;
	height:26px;
}
table.feature-frame td.sw {
	background-image:url(../img/main-frame-sw.png);
	width:32px;
	height:27px;
}
table.feature-frame td.se {
	background-image:url(../img/main-frame-se.png);
	width:33px;
	height:27px;
}
table.feature-frame td.n {
	background-image:url(../img/main-frame-n.png);
	width:796px;
	height:26px;
}
table.feature-frame td.e {
	background-image:url(../img/main-frame-e.png);
	width:33px;
	height:509px;
}
table.feature-frame td.s {
	background-image:url(../img/main-frame-s.png);
	width:796px;
	height:27px;
}
table.feature-frame td.w {
	background-image:url(../img/main-frame-w.png);
	width:32px;
	height:509px;
}
div.below-frame {
	background-image:url(../img/home-bottom-content.png);
	background-repeat:no-repeat;
	background-position:top;
	width:834px;
	height:131px;
	padding: 20px 12px 30px 12px;
}
div.below-frame div.subdiv {
	padding: 0px 25px;
	border-right: 1px solid #543D27;
	width:227px;
	float:left;
	height:100%;
}
div.below-frame div.subdiv.last {
	border-right:0px none;
}


div.below-frame-top {
	width:858px;
	height:21px;
	background-image:url(../img/home-bottom-content-top.png);
	background-position:top;
	background-repeat:no-repeat;
}
div.below-frame-middle {
	background-image:url(../img/home-bottom-content-middle.png);
	background-repeat:repeat-y;
	background-position:top;
	width:834px;
	padding: 0px 12px;
}
div.below-frame-middle div.subdiv {
	padding: 0px 25px;
	/*border-right: 1px solid #543D27;*/
	width:227px;
	float:left;
	height:100%;
}
div.below-frame-middle div.subdiv.last {
	border-right:0px none;
}
div.below-frame-bottom {
	width:858px;
	height:30px;
	background-image:url(../img/home-bottom-content-bottom.png);
	background-position:top;
	background-repeat:no-repeat;
}
