body {
	background-color: #000000;
	background-image:url('graphics/blank_back.gif');
	background-position: top center;
	background-repeat: none;
	font-family: Helvetica;
}
#content_holder {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 825px;
}
#info_box {
	position: relative;
	left: 95px;
	top: 165px;
	width: 240px;
	z-index: 0;
	font-size: 8pt;
}
#nav_div {
width:366px; 
position: relative;
left: 0px;
top: 160px;
}
.boxtitle {
font-weight: bold;	
font-family: Stencil STD;
margin-right: auto;
margin-left: auto;
font-size: 10pt;
}
#gall_container {
overflow-y: auto;
overflow-x: hidden;
position: relative;
top: 10px;
left: 370px;
width: 400px;
height: 350px;
/*border: solid 2px #000000;*/
padding-right: 10px;
}
#gall_inner {
/*margin-right: 10px;
margin-left: 10px;*/
/*border: solid 1px #000000;*/
}
#gall_inner img {
	width: 120px;
	margin: 3px;
	-moz-box-shadow: -3px 3px 5px #000;
	-webkit-box-shadow: -3px 3px 5px #000;
	box-shadow: -3px 3px 5px #000;
}
.thumbnail {
	cursor: hand;
	cursor: pointer;
}
.thumbnail:hover {
border: solid 1px white;	
}
#overlay {
background-image:url('graphics/overlay.png');	
height: 0;
width: 0;
z-index: 100;
position: absolute;
left: 0px;
top: 20px;
text-align: center;
color: #FFFFFF;
-moz-box-shadow: -10px 10px 8px #000;
-webkit-box-shadow: -10px 10px 8px #000;
box-shadow: -10px 10px 8px #000;
}
.fullsize {
	height: 520px;
	cursor: hand;
	cursor: pointer;
	border: solid 2px #000000;	
}
.fullsize:hover {
border: solid 2px #FFFFFF;	
}
#designer {
position: absolute;
text-align: right;
right: 50px;
bottom: 10px;
font-size: 10pt;
color: #ffffff;
background-image:url('graphics/overlay.png');
padding: 3px;
}
#designer a {
color: #CCC;
font-weight: bold;
}
#designer a:hover {
color: #FFFFFF;
}
a {
	color: #FFF;
}
