#homewrap {
	position: relative;
	width: 787px;
	margin-left: auto;
	margin-right: auto;
}

#mainbody {

	margin-top: 70px;	
	margin-left: 160px;
	margin-right: 40px;
	background-color: #FFFFFF;
	background-image: url(/images/bg_mainbody.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#mainbody-home {
	position: absolute;
	top: 70px;	
	left: 106px;
	width: 681px;
}

#logo {
	position: absolute;
	left: 90px;
	top: 30px;
}

#logo-home {
	position: absolute;
	left: 36px;
	top: 30px;
}

#topbar {
	background-image: url(/images/bg_topbar.jpg);
	background-repeat: repeat-x;
	border-left: 2px solid #FFF;
	text-align: right;
}

#bottombar {
	background-image: url(/images/bg_bottombar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#navbox {
	position: absolute;
	left: 54px;
	top: 86px;
	width: 158px;
	height: 280px;
}

#navbox-home {
	position: absolute;
	left: 0px;
	top: 86px;
	width: 158px;
	height: 280px;
}

#copyright {
	color:	#B2AF9C;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px;
	margin-left: 160px;
}

#copyright a {
	color:	#B2AF9C;
	text-decoration: none;
}

#copyright a:hover {
	color:	#FFFFFF;
	text-decoration: underline;
}

#copyright-home {
	position: absolute;
	color:	#B2AF9C;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px;
	left: 106px;
	top: 460px;
	width: 681px;
}

#copyright-home a {
	color:	#B2AF9C;
	text-decoration: none;
}

#copyright-home a:hover {
	color:	#FFFFFF;
	text-decoration: underline;
}
