body {
	margin: 0;
	padding: 0;
	background-color: #006599;
}
a { 
color : #3d667a; 
text-decoration : none; 
} 
a:hover { 
color : #0370a7; 
} 
#imSite {
	width: 984px;
	margin: 15px;
	text-align: left;
}
#imHeader {height: 130px; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; }
#imBody {background-image: url('content.jpg'); background-repeat: repeat-y; background-position: left top; }
#imMenuMain {width: 134px; float: left; padding: 10px 0 0 13px; }
#imMenuRigh {width: 134px; float: right; padding: 10px 0 0 13px; }
#imContent {
	width: 685px;
	float: left;
	margin-top: 8px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
}
#imFooter {
	clear: both;
	height: 48px;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#imFooter_L {margin: 25px 0 0 40px; float: left; }
#imFooter_R {margin: 25px 38px 0 0; float: right; }
