body {margin: 0; padding: 0; background-color: #FFFFFF; }
#imSite {
	width: 800px;
	text-align: left;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#imHeader {
	height: 200px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
}
#imBody {background-color: #1E1F22; }
#imMenuMain {height: 40px; padding: 1px 25px 0 45px; background-color: #FF8000; }
#imContent {clear: left; padding: 1px 7px 0 7px; }
#imFooter {
	clear: both;
	height: 115px;
	background-color: #C0C0C0;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

