.background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5DBB4C;
	background-color: #650055;
	background-repeat: repeat-y;
}
#masterlayer {
	position:absolute;
	top:0px;
	width:95%;
	height:1px;
	overflow: visible;
}
#logo {
	position:absolute;
	left: 50%;
	width: 779px;
	margin-left: -350px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	overflow: visible;
}
#navigation {
	position: relative;
	width: 800px;
	left: 0px;
	text-align: center;
	top: 0px;
}
.bold {
	font-weight: bold;
}
#contentbox {
	overflow: visible;
	position: relative;
	width: 800px;
	left: 0px;
	margin-top: 0px;
	padding: 0px;
	top: 0px;
	text-align: center;
}
#bottom {
	position:relative;
	width: 779px;
	overflow: visible;
}
a:link {
	color: #99FF00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #99FF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #99FF00;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #99FF00;
	text-decoration: none;
	font-weight: bold;
}

