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

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

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

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

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

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

img
{
	font-size: 9px;
}

ol
{
	list-style: none;
}

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

#container
{
	margin: -295px 0 0 -380px;
	width: 760px;
	height: 570px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #ddd;
	padding: 10px;
	background:#fff;
	
}

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

#header
{
	font: 11px/30px Verdana, sans-serif;
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
	height: 31px;
	background-color:#6DC33E;
	border: 0px solid #00CC66;
}

#header a.current
{ color:#fff;
	font-weight: normal;
}

#header a
{
	padding: 5px;
}

#header a:hover
{
	color: #900;
}

#header h1
{
	background: url(../img/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: #fff;
	float: right;
	padding: 0 20px 0 0;
}

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

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

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

#showcase
{
	background: #fff;
	float: right;
	overflow: auto;
	width: 250px;
	height: 500px;
}

#showcase img
{
	background: #ffffff;
	border: 0px solid #fff;
	margin: 0 0 5px 5px;
	padding: 1px;
	width: 100px;
	height: 100px;
}

#showcase a:hover img
{
background-color:#aaa;
	}

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

#showcase li
{
	display: inline;
}

/* =Add1
--------------------------------------------------------------------*/

#add1
{
	overflow:auto;
	height:500px;
	
}