body {
	background-color: #BBC6B8;
	color: #000000;
	padding: 0px;
	margin: 2px;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
}

a:hover {
	color: #404040;
	text-decoration: none;
}

li {
	line-height: 36px;
	text-decoration: none;
	list-style-image: none;
	font-variant: normal;
	color: #BBC6B8;
	bottom: 10px;
	font-size: large;
	font-style: normal;
}

li a:visited{
	color: #FFFFFF;
}

li a:link {
	color: #FFFFFF;
}

li a:hover {
	color: #BBC6B8;
}

#news { 
	position: absolute; 
	top: 180px; 
	right: 70px; 
	visibility: visible; 
	display: block;	
}

#news a {
	background-color:#FFFF66;
	color: #32577B;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	border: double #880000; 
	display: block;
	width: 150px;
}
		
#news a:hover {
	color: #32577B; 
	background-color:#FF9933;
}

#header { 
	position: relative;
	height: 70px;
	width: 100%;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 0px; /*top right bottom left*/ 
	background-image: url(images/name3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#name { 
	height: 70px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 0px; /*top right bottom left*/ 
	border: 0px;
	background-image: url(images/name2.jpg);
	background-position: 90 0;
	background-repeat: repeat;
}

#navlist {
	position: absolute;
	top: 60px;
	left: 290px;
	width: 198px;
	margin: 0px 0px 0px 10px; /*top right bottom left*/ 
	padding: 20px 0px 20px 0px; /*top right bottom left*/ 
}

#bottom { 
	postition: relative;
	height: 30px;
	background-color: #000000;	
	background-image: url(images/bottom.jpg);
	background-position: 670px 0px;
	background-repeat: no-repeat;
}

#slidey-black { 
	height: 70px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 0px; /*top right bottom left*/ 
	border: 0px;
	background-image: url(images/name2.jpg);
	background-repeat: repeat;
}

#credit { 
	text-align: center;
}

