body {margin: 0; padding: 0; background-color: #525372; background-image: url('bg.jpg'); background-repeat: repeat-x; background-position: left top;}
#imSite {
	width: 993px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
}
#imHeader {height: 131px; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; }
#imBody {background-color: #FFFFFF; background-image: url('content.jpg'); background-repeat: repeat-y; background-position: left top; }
#imMenuMain {height: 34px; padding: 1px 7px 0 7px; background-image: url('menu.jpg'); background-repeat: no-repeat; background-position: left top; }
#imContent {clear: left; padding: 8px 7px 0 7px; }
#imFooter {
	clear: both;
	height: 42px;
	background-color: #C0C0C0;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: normal;
}
#imFooter_L {
	margin: 17px 0 0 7px;
	float: left;
	color: #FFFF00;
	word-spacing: normal;
	white-space: normal;
}
#imFooter_R {margin: 17px 7px 0 0; float: right; }

