body {margin: 0; padding: 0; background-color: #006A00; }
#imSite {
	width: 988px;
	margin: 15px auto;
	text-align: center;
}
#imHeader {height: 150px; background-color: #A60000; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-color: #FFFFAA; }
#imMenuMain {height: 30px; padding: 1px 7px 0 7px; background-color: #004000; }
#imContent {
	clear: left;
	padding: 1px 7px 0 7px;
	z-index: 0;
}
#imFooter {clear: both; height: 25px; background-color: #004000; background-image: url('bottom.jpg'); background-repeat: no-repeat; }

