*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	color: #eed;
	cursor: pointer;
	text-decoration: none;
}

body, html
{
	height: 100%;
	overflow: hidden;
}

body
{
	background: #221 url(/i/gallery/body.gif) repeat-x center left;
	color: #eed;
	cursor: default;
	font: 11px Verdana, sans-serif;
}

img
{
	font-size: 9px;
}

ol
{
	list-style: none;
}

/* =Container
----------------------------------------------------------------------*/

#container
{
	margin: -213px 0 0 -380px;
	width: 760px;
	height: 426px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* =Header
----------------------------------------------------------------------*/

#header
{
	font: 11px/30px Verdana, sans-serif;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
	height: 31px;
}

#header a.current
{
	background: #332;
	color: #fff;
	font-weight: bold;
}

#header a
{
	padding: 5px;
}

#header a:hover
{
	background: #110;
}

#header h1
{
	background: url(/i/gallery/polaroid.gif) no-repeat 0 11px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px 0 0 20px;
}

#header p
{
	color: #998;
	float: right;
	padding: 0 20px 0 0;
}

/* =Placeholder
----------------------------------------------------------------------*/

#placeholder
{
	background: #665;
	float: left;
	width: 500px;
	height: 375px;
}

/* =Showcase
----------------------------------------------------------------------*/

#showcase
{
	background: #665;
	float: right;
	overflow: auto;
	width: 250px;
	height: 375px;
}

#showcase img
{
	background: #332;
	border: 1px solid #998;
	margin: 0 0 5px 5px;
	padding: 1px;
	width: 100px;
	height: 75px;
}

#showcase a:hover img
{
	border-color: #fff;
}

#showcase ul
{
	margin: 5px 0 0;
}

#showcase li
{
	display: inline;
}