body {
	margin:0;
	padding:0;
	background:#fff
}

body, p, h1, h2, h3, div, #header, #content, #thumbs {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic
}

p, h1, h2, h3, div {
	padding:0;
	margin:0
}

a, a:visited {
	color:#000; text-decoration:none
}

a:hover {
	color:#333
}

h1 {
	color:#fff;
	float:left
}

h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal
}

.clear {
	clear:both
}

#header {
	background:#000;
	width:100%;
	color:#fff;
	font-size:20px
}

#header a {
	color:#999;
	text-decoration:none
}

#header a:hover {
	color:#fff;
	text-decoration:none
}

#logo {
	float:left;
	width:50px;
	height:50px;
	background:url(images/logo) -50px no-repeat
}

#title {
	float:left;
	padding:12px 25px 14px 0px
}

.pusher {
	padding:12px 0;
	color:#999;
	cursor:pointer;
	width:100%;
	text-align:right
}

.pusher:hover {
	color:#fff
}

.mover {
	padding:0;
	margin:0;
	background:#000;
	color:#fff
}

.mover a {
	padding:0 0 0 25px;
	margin:0
}

.mover #fix {
	padding:13px 25px 18px 25px;
	line-height:18px;
	border-top:1px solid #333;
	font-size:16px
}

#thumbs ul {
	margin:0;
	list-style:none;
	padding:0 0 50px 0
}

#thumbs li {
	float:left;
	margin:0;
	width:50px;
	height:50px;
	position:relative
}

#thumbs li a {
	display:inline;
	width:10px;
	height:10px;
	padding:12px 26px 28px 14px;
	_padding-bottom:14px;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	background:url(foo.gif); /*this is for IE6, foo doesn't have to exist, or you can use a transparent gif*/
	color:rgb(0, 0, 0);
	font-size:20px;
	text-decoration:none
}

#thumbs li a:hover {
	background:url(images/s.png);
	text-indent:0;
	text-decoration:none;
	color:#fff;
	_background-color:#fff;
	_color:#000;
}

#thumbs li.current a, #thumbs li.current a:hover {
	background-color:#000000;
	text-indent:0;
	text-decoration:none;
	color:#fff;
	filter: alpha(opacity = 100)
}

#thumbs li a span {
	display:none;
}

#thumbs li a:hover span, #thumbs li.current a span {
	display:inline;
	font-weight:100;
	font-style:italic
}

#info {
	float:left;
	width:250px;
	display:inline;
	font-size:16px
}

#footer {
	padding:50px
}
