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;

	
}



#prose {
background-color: #292929;
width: 30%;
text-align: center;
padding-left: 5px;
overflow: auto;
border-left: none;
border-right: none;
border-bottom: 5px #B2B2B2 solid;
border-top: none;

}

.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;
	}

a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	}

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;
}

.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;
}
	