.contentHolder {
	background-image: url(repeater.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
.content {
	margin: 0px;
	padding: 0px;
	width: 530px;
	position: static;
	left: 130px;
}
.bottom {
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	clip:   rect(auto auto 0px auto);
	top: 100%;
}
.allus {
	margin: 0px;
	width: 800px;
	top: 0px;
	bottom: 0px;
	height: 100%;
}
.top {
	background-image: url(total.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 252px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
.bottom2 {
	background-image: url(background.gif);
	background-position: center bottom;
	background-repeat: repeat-y;
	height: 100%;
	bottom: 0px;
}
.menuHolder {
	position: absolute;
	top: 17px;
	width: 815px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: 28px;
	height: 578px;
}
.subMenuHolder {
	position: absolute;
	top: 193px;
	width: 391px;
	border: thin dotted #FF6600;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 14px;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}
