﻿body {margin: 0; padding: 0; background-color: #FFFFFF; }
#imSite {
	width: 968px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imHeader {height: 284px; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; }
#imBody {
	background-image: url('content.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	height: inherit;
}
#imMenuMain {width: 134px; float: left; padding: 11px 0 0 15px; }
#imContent {
	width: 775px;
	margin-top: 1px;
	height: auto;
	float: left;
}
#imFooter {
	clear: both;
	height: 51px;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	top: auto;
	margin-top: auto;
}
#imFooter_L {margin: 21px 0 0 15px; float: left; }
#imFooter_R {margin: 21px 15px 0 0; float: right; }
