@charset "utf-8";
/* CSS Document */
.layout{
	width:100%;
	background-repeat:repeat-x;
	background-position:0 0;
	text-align:center;
}
.grid{
	width:870px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.site{
	width:870px;
}
.header-contain{
	width:870px;
	height:200px;
}
.top-contain{
	width:830px;
}
.menu-contain{
	width:870px;
	height:60px;
}
.content-contain{
	width:830px;
}
.content{
	width:545px;
	vertical-align:top;
}
.left-content{
	width:265px;
	vertical-align:top;
}
/* --- Outer Body ---*/
.top-left{
	background:url(div-images/top-left.png) left no-repeat;
}
.top-right{
	background:url(div-images/top-right.png) right no-repeat;
}
.top{
	background:url(div-images/top.png) no-repeat;
	width:830px;
	height:20px;
	margin: 0px 20px;
}
.left{
	background:url(div-images/left.png) left repeat-y;
}
.right{
	background:url(div-images/right.png) right repeat-y;
}
.mid{
	background-color:#f8d7ab;
	width:830px;
	margin:0px 20px;
	padding-top:5px;
}
.bottom-left{
	background:url(div-images/bottom-left.png) top left no-repeat;
}
.bottom{
	background:url(div-images/bottom.png) top repeat-x;
	width:830px;
	height:20px;
	margin:0px 20px;
}
.bottom-right{
	background:url(div-images/bottom-right.png) top right no-repeat;
}

/* --- Address & Info ---*/
.atop-left{
	background:url(div-images/ctop-left.png) top left no-repeat;
}
.atop-right{
	background:url(div-images/ctop-right.png) top right no-repeat;
}
.atop{
	background:url(div-images/ctop.png) top repeat-x;
	width:800px;
	height:15px;
	margin: 0px 15px;
}
.aleft{
	background:url(div-images/cleft.png) top left repeat-y;
}
.aright{
	background:url(div-images/cright.png) bottom right repeat-y;
}
.BottomPane{
	background:#fff;
	width:800px;
	margin:0px 15px;
}
.abottom-left{
	background:url(div-images/cbottom-left.png) top left no-repeat;
}
.abottom{
	background:url(div-images/cbottom.png) top repeat-x;
	width:800px;
	height:15px;
	margin:0px 15px;
}
.abottom-right{
	background:url(div-images/cbottom-right.png) top right no-repeat;
}

