* {margin: 0; padding: 0;}
html, body {height: 99%;}

body
{
	behavior: url("csshover2.htc");
	background: #000 url(imges/12_col.gif) center repeat-y;
	color: #ddd;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 90%;
}

a {color: #fff;}
a:hover {text-decoration: none;}
h1 {color: #fff; font-size: 30px; font-weight: normal;}
h1 a {text-decoration: none;}
h3 {font-weight: normal; margin-bottom: 10px;}
img {border: 0;}
.clearboth {clear: both;}

#wrapper {margin: 0 auto; width: 960px; overflow: hidden;}
#header {clear: both; margin: 10px 0; width: 100%;}
#sidebar {float: right; width: 240px;}
#sidebar ul {list-style: none;}
#sidebar li {background: #222; color: #ddd; margin-bottom: 2px; padding: 3px;}
#sidebar li a {text-decoration: none;}
#sidebar li:hover {background: #000;}

#photo-count
{
	display: none;
	background: #000; color: #fff;
	margin-bottom: 2px; 	padding: 5px;
	text-align: center;
	width: 100px;
}

#photo-info {float: left; width: 700px;}
#photo {float: left; overflow: hidden; width: 700px; height: 500px;}
#photo img {width: 100%;}

#caption
{
	display: none;
	font-size: 80%;
	padding-bottom: 5px; padding-right: 5px;
	text-align: right;
	width: 805px;
}

#thumbnails {margin-top: 20px; height: 266px; overflow: auto;}
#thumbnails a {display: block; float: left; margin: 5px; width: 60px; height: 60px; overflow: hidden;}
#thumbnails img {width: 60px; height: 60px;}

#footer {clear: both; font-size: 11px; margin: 10px auto; padding: 5px; text-align: right; width: 960px; opacity: .5; filter: alpha(opacity=50);}

