﻿body {
	margin: 0;
	padding: 0;
	background-color: #74BBBF;
	height: auto;
}
#imSite {width: 968px; margin: 15px auto; text-align: left; }
#imHeader {
	height: 177px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#imBody {
	background-image: url('images/content.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	right: inherit;
	float: left;
}
#imMenuMain {width: 134px; float: left; padding: 11px 0 0 19px; }

#imContent {
	width: 780px;
	float: left;
	margin-top: 1px;
	margin-left: 10px;
}
#imFooter {
	clear: both;
	height: 61px;
	background-image: url('images/bottom1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#imFooter_L {margin: 27px 0 0 32px; float: left; }
#imFooter_R {margin: 27px 32px 0 0; float: right; }


