/* ---------layout features------------- */
#main{
	width: 724px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #CD8D1F url('../_images/bg-main2.jpg') center 284px no-repeat;
}

#top-null{
	height: 284px;
	border: none;
	background: url("../_images/bg-top.jpg") center top no-repeat;
}

#middle-null{
	margin: 0 14px;
	background: #ececec;
	border-left: 4px solid #9b600c;
	border-right: 4px solid #9b600c;
	border-bottom: 1px solid #ececec;
}
#middle{
	width: 650px;
	margin: 0 auto;
}

#footer-null{
	width: 100%;
	clear: both;
	background: url("../_images/bg-footer.jpg") center top no-repeat;
	position: relative;
}
#footer{
	padding: 20px 25px 0 25px;
}

#global{
	background: url("../_images/bg-main.jpg") center top no-repeat;
	height: 410px;
}