/* ---------layout features------------- */
#main{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#top-null{
	height: 167px;
	border: none;
}
.bg-1{
	background: #f2f2f2 url("../_images/bg-top-1.jpg") no-repeat;
}
.bg-2{
	background: #f2f2f2 url("../_images/bg-top-2.jpg") no-repeat;
}
.bg-3{
	background: #f2f2f2 url("../_images/bg-top-3.jpg") no-repeat;
}
.bg-4{
	background: #f2f2f2 url("../_images/bg-top-3.jpg") no-repeat;
}
.bg-5{
	background: #f2f2f2 url("../_images/bg-top-5.jpg") no-repeat;
}

#middle-null{
	width: 100%;
	background: #f2f2f2 url("../_images/bg-middle-basic.gif") center repeat-y;
}
#middle-null2{
	background: #dadada url("../_images/bg-middle.gif") 0 0 repeat-x;
	margin: 0 6px;
}
#middle{
	margin: 0 30px;
	padding: 7em 0 1px 0;
}

#footer-null{
	width: 100%;
	background: url("../_images/bg-bottom.gif") no-repeat;
}
#footer{
	padding: 10px 0 0 0;
}
