*
{
	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(../img/body.gif) repeat-x center left;
	color: #eed;
	cursor: default;
	font: 11px Verdana, sans-serif;
}

img
{
	font-size: 9px;
; color: #000000
}

ol
{
	list-style: none;
}

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

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

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

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

#header a.current
{
;
}

#header a
{
	padding: 5px;
; color: #000000
}

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

#header h1
{
	background: url(none);
	float: left;
	font-size: 14px;
	font-weight: bold;
; color: #000000
}

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

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

#placeholder
{
	background: #665;
	float: right;
	width: 350px;
	height: 340px;
}

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

#showcase
{
	background: #665;
	float: right;
	overflow: auto;
	width: 275px;
	height: 340px;
; clip:   rect(   )
}

#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;
}