body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(img/bkg.gif);
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.mainframe {
	background-color: #000000;
	position: absolute;
	z-index: 1;
	width: 600px;
	left: 55px;
	top: 0px;
	visibility: visible;
	height: 4000px;
}
.divider {
	width: 570px;
	position: absolute;
	z-index: 5;
	font-size: 16px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	left: 0px;
}
.content {
	visibility: visible;
	z-index: 5;
	width: 570px;
	left: 70px;
	top: 160px;
	position: absolute;
}
.secondaryframe {
	background-color: #000000;
	position: absolute;
	z-index: 1;
	height: 4000px;
	width: 200px;
	left: 710px;
	top: 0px;
	visibility: visible;
	background-image:  url("img/bkg-side.gif");
	background-repeat: no-repeat;
	background-position: top;
}
.sidecontent {
	visibility: visible;
	z-index: 6;
	width: 170px;
	left: 725px;
	top: 160px;
	position: absolute;
}
.dividerside {

	width: 170px;
	position: absolute;
	z-index: 5;
	font-size: 16px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
