body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2701FE;
	background-image: url(images/test_background3.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
  }

#wrapper {
	width: 980px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	text-align: left;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#topbar {
	width: 980px;
	}
	
#navlinks {
	position: relative;
	width: 980px;
}
#header {
	position: relative;
	width: 980px;
}

#content {
	background-image: url(images/lower_background.gif);
	background-repeat: repeat-y;
	height: 1300px;
	padding: 0px 75px;
	}
	
#newscontent {
	background-image: url(images/lower_background.gif);
	background-repeat: repeat-y;
	height: 2000px;
	padding: 0px 75px;
	}

#staffcontent {
	background-image: url(images/lower_background.gif);
	background-repeat: repeat-y;
	height: 2000px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 75px;
	}
	
div.nl
{width: 550px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	text-align: left;
	border: 0;}

div.nl ul {
width: 36em; 
margin: 0;
padding: 0;
list-style: none;
}

div.nl li {
width: 6em;
margin: 0;
padding: 0;
float: left;
} 

h1 {clear: left;
text-align: center;
}

h2, h3, h4 {
text-align: center;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 1px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 160px; /*position where enlarged image should offset horizontally */
}

.style1 {
	color: #FFFFFF;
	font-size: 16px;
}

