#wrapper{
	width: 766px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#header{
	background: url('../_images/bg-top.jpg') no-repeat center top;
	height: 233px;
	position: relative;
}
#body{
	padding: 10px 30px;
	margin: 0 9px;
	text-align: left;
	background: #f7f4eb;
	position: relative;
	overflow: hidden;
	width: 688px;
}
#footer{
	clear: both;
	margin: 0 10px;
	padding: 0 30px;
	background: url('../_images/bg-footer.gif') #d0cab1 repeat-x top;
	height: 13em;
	text-align: left;
}

#left-shadow{
	position: absolute;
	top: 199px;
	left: 0px;
	width: 10px;
	height: 298px;
	background: url("../_images/bg-left-shadow.gif") no-repeat top;
}
#right-shadow{
	position: absolute;
	top: 199px;
	right: 0px;
	width: 10px;
	height: 313px;
	background: url("../_images/bg-right-shadow.gif") no-repeat top;
}
