﻿#mainLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 965px;
	height: 100%;
	background-color: #B2B2B2;
}
#homeLayer {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	width: 100px;
	height: 100%;
	float: left;
	background-color: #B2B2B2;
}
.homeItem {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #000000;
	width: 98px;
	height: 49px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.homeItem:hover {
	border-width: 0px 0px 1px 1px;
	width: 99px;
	background-color: #FFFFFF;
	color: #000000;
}
#contLayer {
	width: 865px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
}
#copyLayer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 125px;
	background-image: url('../images/mim_s.gif');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}