body {
	margin: 0;
	padding: 0;
	background-color: #C0C0C0;
	font-size: 18px;
}
#imSite {width: 988px; margin: 15px auto; text-align: left; }
#imHeader {height: 120px; background-color: #FFFFFF; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-color: #FFFFFF; }
#imMenuMain {height: 30px; padding: 1px 7px 0 7px; background-color: #008000; }
#imContent {
	clear: left;
	padding: 1px 7px 0 7px;
	font-size: 18px;
}
#imFooter {clear: both; height: 25px; background-color: #008000; background-image: url('bottom.jpg'); background-repeat: no-repeat; }

