body {
	background: #000;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
}

h1:hover, h2:hover, p.description:hover, p.posted:hover, a:hover, #previous:hover, #next:hover, #newwindow:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

h1 {
	position: absolute;
	margin: 0px;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	top: 0px;
	right: 0px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;
}

h2 {
	position: absolute;
	margin: 0px;
	border: 1px #666 solid;
	top: 36px;
	left: 48px;
	background: #000;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;
}

p.description {
	position: absolute;
	margin: 0px;
	border: 1px #666 solid;
	top: 80px;
	left: 48px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	max-width: 600px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" ); /* hack for crappy IE6 */
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;
}

p.description a {
	color: #FFF;
}

p.posted {
	position: absolute;
	margin: 0px;
	border: 1px #666 solid;
	top: 18px;
	left: 48px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	max-width: 400px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;
}

.taken {
	font-size: 11px;
}

#mainimage {
	position: absolute;
	top: 19px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

#previous {
	position: absolute;
	top: 34px;
	right: 94px;
	width: 84px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 10;	
}

a#previouslink {
	background: #000;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 10;	
}

#next {
	position: absolute;
	top: 34px;
	right: 10px;
	width: 84px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 10;	
}

a#nextlink {
	background: #000;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 10;	
}

#next img, #previous img {
	border: 2px #FFF solid;
	z-index: 10;	
}

#newwindow {
	position: absolute;
	top: 136px;
	right: 10px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;	
}

#newwindow a {
	background: #000;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;	
}

#newwindow a:hover {
	background: #CCC;
	color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.sidebar {
	position: absolute;
	bottom: 50px;
	left: 0px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background: #000;
	color: #FFF;
	font-size: 12px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 12;
}

.sidebar ul {
	list-style: none;
	padding: 0 12px 0 12px;
}

.sidebar li {
	padding: 2px 0 2px 0;
}

.sidebar a {
	background: #000;
	color: #FFF;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;	
}

.sidebar a:hover {
	background: #CCC;
	color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000;
	color: #FFF;
	font-size: 10px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 10;
}

