.rootlayer {
	top: 50%;
	right: 50%;
	position: absolute;
	z-index: 1;
}
.menutop {
	height: 32px;
	width: 760px;
	position: absolute;
	left: -380px;
	top: -200px;
	z-index: 2;
}
.main-pic {
	width: 360px;
	height: 336px;
	position: absolute;
	left: -380px;
	top: -168px;
	z-index: 2;
	background-color: #FFFFFF;
	background-image: url(pix/pic1.jpg);
	background-repeat: no-repeat;
}
.main {
	background-color: #FFFFFF;
	height: 336px;
	width: 400px;
	position: absolute;
	left: -20px;
	top: -168px;
	z-index: 2;
	background-image: url(pix/border.gif);
}
.main .text {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 385px;
	height: 336px;
	overflow: auto;
	text-align: justify;
	padding-right:10px;
}
.main .text h1 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.main .text table {
	font-size: 11px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.menubottom {
	position: absolute;
	height: 32px;
	width: 760px;
	left: -380px;
	top: 168px;
	z-index: 2;
}
BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(pix/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #AA0000;
	font-weight: bold;