body 
{
	margin: 0px;
	padding: 0px;
	background-color: #f7921e;	
	text-align: center;
}

.header
{
	margin-left: 11px;
}

.thumb_holder
{
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
}



/* LAYOUT */

#container
{
	position: absolute; 
	left: 50%;
   top: 50%;   
	width: 994px;
	height: 670px;
   margin-left: -492px;
   margin-top: -335px;
}

#top
{
	clear: both;
	width: 994px;
	height: 180px;
	background-color: #ffffff;
}

#menu_container
{
	width: 387px;
	height: 490px;
	background-image: url('../gfx/menu.jpg');
	float: left;
}

#menu
{
	width: 182px;
	height: 460px;
	float: right;
}

#content_container
{
	width: 607px;
	height: 370px;
	background-image: url('../gfx/content.jpg');
	float: right;
	clear: right;
}

#content
{
	overflow:scroll;
	overflow-x: hidden;
	margin-left: 11px;
	padding-right: 10px;
	padding-bottom: 20px;	
	height: 290px;
	width: 500px;
}

#bottom
{
	width: 607px;
	height: 120px;
	float: right;
	clear: right;	
}
