html {
	overflow-y: auto;
	overflow-x: auto;
	margin: 0px;
}

body {
	background-color:#7A0094;
	color:#7A0094;
	font-family:Georgia;
	text-align:justify;
	margin: 0px;
}

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}

a.menu:link {
	text-decoration:none;
	color:#7A0094;
}
a.menu:visited {
	text-decoration:none;
	color:#7A0094;
}
a.menu:active {
	text-decoration:none;
	color:#7A0094;
}
a.menu:hover {
	text-decoration:underline;
	color:#7A0094;
}

.containerdiv {
	position:absolute;
	top:0px;
	width:954px;
	height:100%;
	left:50%;
	margin-left:-477px;
}

.topdiv {
	position:absolute;
	top:0px;
	left:0px;
	width:954px;
	height:142px;
	background:url(../pictures/top.jpg);
}

.middlediv {
	position:absolute;
	top:142px;
	left:0px;
	width:954px;
	background:url(../pictures/middle.jpg);
	bottom:26px;
}

.bottomdiv {
	position:absolute;
	left:0px;
	width:954px;
	height:26px;
	background:url(../pictures/bottom.jpg);
	bottom:0px;
}

.menudiv {
	position:absolute;
	left:25px;
	width:900px;
	height:40px;
	top:93px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	overflow-x:hidden;
	overflow-y:hidden;
}

.updatediv {
	position:absolute;
	left:860px;
	width:80px;
	height:40px;
	top:28px;
	font-size:11px;
	text-align:center;
}

.submenudiv {
	font-size:14px;
	background-image: url(../pictures/contentbg.jpg);
	position: absolute;
	top: 130px;
	left: 15px;
	width: 920px;
	height: 25px;
	margin-top: 0px;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:center;
}

.contentdiv {
	position:absolute;
	top:155px;
	left:15px;
	bottom:25px;
	background-image: url(../pictures/contentbg.jpg);
	width:760px;
	bottom:9px;
	overflow-x:auto;
	overflow-y:auto;
	text-align:justify;
	margin-top: 0px;
	margin-left: 80px;
	padding-right: 80px;
	margin-bottom: 20px;
}