@charset "utf-8";
#page {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../layout/page_middle.jpg);
}
#page #header {
	background-image: url(../layout/page_top.jpg);
	height: 100px;
	width: 780px;
}
#page #footer {
	background-image: url(../layout/page_bottom.jpg);
	height: auto;
	width: 780px;
}
#page #main #navbar {
	height: 30px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#page #main #inner {
	width: 740px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 10px;
}
#page #main {
	background-image: url(../layout/page_middle.jpg);
	width: 780px;
	background-repeat: repeat;
	height: auto;
	padding-bottom: 15px;
}
#page #main #innerright {
	float: right;
	width: 360px;
	margin-right: 30px;
	height: auto;
}
#page #main #innerright2 {
	float: right;
	width: 500px;
	margin-right: 30px;
	height: auto;
}

#page #main #innerbottom {
	clear: both;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: auto;
}

#page #main #innerleft {
	width: 350px;
	float: left;
	height: auto;
}
#page #main #innerleft2 {
	width: 180px;
	float: left;
	height: auto;
	margin-left: 40px;
}
