body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:60px; 
	background-image:url(images/bg.jpg); background-repeat:repeat;
	color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#333333;
	scrollbar-highlight-color:#666666;
}
.info {
	font-size:12px;
	margin:30px;
}
.banner {
	width:480px;
}
#outer {
	width:860px;
	position:absolute; left:1%;right:1%;top:8%;margin:auto;
	z-index:2;
}
#content {
	width:480px;
	height:343px;
	overflow:auto;
	background-color:#111111;
	z-index:3;
}
#intro {
	width:800px;
	height:375px;
	font-size:18px;
	z-index:4;
}
#main {
	height:340px;
	color:#FFFFFF;
	font-size:11px;
	padding-left:5px;
	overflow:auto;
	z-index:5;
}
#list {
	width:300px;
	height:343px;
	color:#FFFFFF;
	font-size:11px;
	padding-right:4px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:5;
}
a:link {color:#0fd821;text-decoration:none;}
a:visited{text-decoration:none;color:#0fd821;}
a:hover{color:#ffffff;text-decoration:none;}
a:active{text-decoration:none;}
a img { border: 0px red solid; }
a:hover img {border: 0px white solid; }
a:visited img {border: 0px black solid; }
a:active img {border: 0px black solid;}

<!-- Photostuffs -->
.setThumb {
	width: 40px;
	height: 90px;
	margin: 5px;
	overflow:auto;	
}
.setTitle {
	color: white;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 65px;
}
.photo {
	width:75px;
	height:75px;
}
.preview {
	visibility:hidden;
}
#gal img {
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#photoFade {
	background-color:#000000;
	width:900px; 
	height:550px;
	filter:alpha(opacity=95);opacity:0.95;
	position:absolute; left:1%;right:1%;top:6%;margin:auto;
	z-index:4;
}
#photoWin {
	width:650px;
	height:500px;
	position:absolute; left:0;right:0;top:6%;margin:auto;
	z-index:5;
}
