body {
background-color: #000000;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;

	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B2B2B2;
	text-decoration: none;
	background-image: url('bottombg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;

	
}


#wrapper {
height: 99.5%;
width: 99.5%;
background-image: url('topbg.jpg');
background-repeat: repeat-x;
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B2B2B2;
	text-decoration: none;
}

#art {
height: 100%;
width: 100%;
text-align: left;
padding-top: 10px;
margin-left: 0px;
margin-right: 5px;
overflow: auto;
border: 1px #B2B2B2 solid;
}

#word {
background-color: #292929;
height: 350px;
width: 100%;
text-align: left;
padding-left: 5px;
overflow: auto;
border-left: 5px #B2B2B2 solid;
border-right: none;
border-bottom: none;
border-top: none;
}

#header{
color: #FFFFFF;
font-family: verdana;
font-size: 11px;
background-color: #000000;
height: 200px;
width: 100%;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}

#footer{
background-color: #000000;
height: 50px;
width: 100%;
padding: 0;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}



.content{
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B2B2B2;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2e2e2e;
	}

a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2e2e2e;
	}

a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	}

a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}



.h1{ 
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.h2{
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}



.h3{
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}



.h4{
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B2B2B2;
	text-decoration: none;
}

.redlight{ 
	font-size: 10px;
	font-family: verdana;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c70000;
}

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid #B2B2B2;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #B2B2B2;
}

.thumbnail span{
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px dashed #b2b2b2;
visibility: hidden;
color: #B2B2B2;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 230px;
z-index: 50;
}
	