@charset "utf-8";
/* CSS Document */

img {border:0;}

#wrapper {
	position:relative;
	width:800px;
	margin:0 auto;
	padding:25px 35px;
	background-image:url(/images/wrapper-bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	height: 613px;
}

#main-body {
	position:absolute;
	top:383px;
	width:798px;
	height:587px;
	background-image:url(/images/main-body-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left: 1px #eae1d8 solid;
	border-right: 1px #eae1d8 solid;
	z-index:1;
}
#main-body-home {
	position:absolute;
	top:286px;
	width:800px;
	height:288px;
	background-image:url(/images/home-content-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left: 1px #eae1d8 solid;
	border-right: 1px #eae1d8 solid;
	z-index:1;
	left: 34px;
}

#home-left-navigation {
	position:absolute;
	width:338px;
	height:272px;
	top:0px;
	color:#ffffff;
	background-color:#353638;
	border-right:1px #929294 solid;
	left:0px;
	z-index:2;
}

#content {
	position:absolute;
	width:500px;
	z-index:2;
	top: 316px;
	line-height:25px;
	right:65px;
}
#content-home {
	position:absolute;
	width:421px;
	padding:0px 10px;
	z-index:2;
	top: 326px;
	line-height:25px;
	color:#ffffff;
	text-align:justify;
	right:45px;
}

#footer {
	position:absolute;
	width:800px;
	padding:10px 35px 25px 35px;
	height:70px;
	background-image:url(/images/footer-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:1;
	top: 576px;
	left: 0px;
}
