html, body, h1, h2, h3, h4 {
	margin-top: 10px;
	padding: 0;
}
h1 {
	text-align: center;
 font: 28px "Times New Roman", serif;
 color: #C1C1C1;
}
a {
	color: #C1C1C1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C1C1C1;
	text-decoration: underline;
}

body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #C1C1C1;
}
#right {
 position: absolute;
 top: 0;
 left: 268px;
 width: 400px;
}
#nav {
 background-color:transparent;
 height: 60px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 40px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav a:hover{
 text-decoration:underline;
 }
#nav .selected a {
 font-weight: bold;
 text-decoration:underline;
}

.gallerycontainer{
	position:relative;
	margin-left: 0;
	text-align:left;
    }

.thumbnail img{
border: 3px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 3px solid white;
}

.thumbnail span{ 
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 10px solid white;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{
visibility: visible;
top: 50px;
left: 290px; 
z-index: 50;
}


/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
position: relative;
}


