body {
	margin: 0;
	padding: 0;
	background-image: url(bg2.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#imSite {width: 976px; margin: 15px auto; text-align: left; }
#imHeader {
	height: 161px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#imBody {
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFB3;
}
#imMenuMain {
	width: 134px;
	float: left;
	padding: 0px 0 0 0px;
	background-image: url(menu_bok1.jpg);
	height: 400px;
	background-repeat: repeat-y;
}
#imContent {
	width: 800px;
	float: left;
	margin-top: 0px;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: black;
	font-family: "Monotype Corsiva";
}
#imContent a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#999999;
	font-family: "Monotype Corsiva";
}
#imContent a:hover{
	color:#999999;
	font-family: "Monotype Corsiva";
}
#imFooter {
	clear: both;
	height: 50px;
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#imFooter_L {
	margin: 20px 0 0 30px;
	float: left;
}
#imFooter_R {
	margin: 20px 30px 0 0;
	float: right;
}
