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

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

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

img
{
	font-size: 9px;
	border: 1px solid #CCCCCC;
}

ol
{
	list-style: none;
}

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

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


#header h1
{
	background: 0 no-repeat 11px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px 0 0 0px;
}

#header p
{
	color: #FFFFFF;
	float: left;
	padding: 0 0px 0 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 10px;
}

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

#placeholder
{
	float: left;
	width: 500px;
	height: 375px;
	margin-left: 15px;

}

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

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

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

#showcase a:hover img
{
	border: #547DAB;
}

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

#showcase li
{
	display: inline;
}

