body {
	background-image: url(Images/bkgrnd.jpg);
	background-attachment: fixed;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}
table {
	color: #FFF;
	border-collapse:collapse;
}
a {
	color: #F0F;
	text-decoration: none;
}
a:link
a:visited {
	color:#FFF;
}
h1 {
	color: #FF00FF;
	font-size: 32px;
	font-weight:normal;
}
#container {
	width: 900px;
	background-color:#000;
	border-width: 1px;
	border-color:#FFF;
	border-style:solid;
}
#header {
	height: 150px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
#header_logo {
	float: left;
}
a img {
	border: 0;
}
#header_banner {
	float: left;
	color: #FFF;
	background-image: url(Images/topbanner.jpg);
	height: 150px;
	width: 500px;
	text-align: right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#header_banner a{
	text-decoration:none;
	color:#F0F;
}
#navbar {
	height: 36px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#content {
	color:#FFF;
}
#footer {
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width: 1px;
}
#footer a{
	text-decoration: none;
	color: #FFF;
}
#footer a:hover{
	color:#F0F
}
#copy {
	width: 900px;
}
#copy a{
	color:#FFF
}
.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;
	border: 1px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 280px;
	left: 465px; /*position where enlarged image should offset horizontally */
	z-index:50;
}
.links a{
	color:#F0F;
	text-decoration: none;
}
.links2 a{
	color:#FFF;
	text-decoration: none;
}
.question {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;

}
.h1 {
	color: #F0F;
	font-size: 32px;
	padding: 15px;
	padding-left: 0px;
}
.h2 {
	color: #F0F;
	font-size: 24px;
	padding: 15px;
	padding-left: 0px;
}
