body {
	margin: 0;
	padding: 0;
	background-color: #050845;
	color: white;
	background-image: url(njca_jpg/background2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font: small Arial, Helvetica, Verdana, sans-serif, times new roman;
}

#wrapper {
	background-color: lightblue;
	color: black;
/*	margin: 30px 40px 30px 40px; */
	margin: 30px auto 30px auto;
	width: 800px;
	padding: 10px;
	border: 2px solid black;
/*	text-align: justify; */
	-moz-border-radius: 10px;
	//--//height: 250px;
}

#header-bottom {
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}

#tagline {
	font-weight: bold;
/*	width: 247px;
	color: black;
	border: 1px solid black;
	-moz-border-radius: 5px; 
*/

}

#logo {
	float: left;
	font-size: large;
	font-weight: bold;
	text-align: right;

} 

#logo-text {
	float: left;
	/*width: 600px;*/

}
#content {
	margin: 0 0 0 160px;
	border: 1px solid black;
	background-color: aquamarine;
	color: black;
	padding: 5px;
	-moz-border-radius: 5px;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;	
	margin-top: 10px;
}
#sidebar2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 159px;
}
#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin-top: 10px;
	clear: both;
}
#footer p {
	color: gray;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow; changed 11/07/09*/
padding: 5px;
left: -1000px;
/*border: 1px dashed gray; changed 11/07/09*/
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*/
visibility: visible;
top: 0;
left: 22%; /*position where enlarged image should offset horizontally was 230px*/

z-index: 50;
}
