
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #c0c0c0;
 color: #000000;
 text-align: center;
 }

#bar-top
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	background-color: #ff9933;
	margin: 0px 5%;
	border-left: #000000 2px solid;
	width: 800px;
	color: #333333;
	border-bottom: #000000 2px solid;
	height: 25px;
	text-align:left;
}

#bar-bottom {
 width: 800px;
 font-family:Agency FB;
 font-size:75%; 
 height: 25px;
 background-color: #ff9933; 
 color: #333333;
 border-top: solid 2px #000000;
 border-right: solid 2px #000000;
 border-left: solid 2px #000000; 
 border-bottom: solid 2px #000000;
 position: relative;
 margin: 0px 5%;
 }

#content
{
	border-right: #000000 2px solid;
	background: #ff9933;
	margin: 0px 5%;
	overflow: auto;
	border-left: #000000 2px solid;
	width: 800px;
	color: #333333;
	position: relative;
	height: 450px;
}

#contentList
{
    border-right: #000000 2px solid;
	background: #ff9933;
	margin: 0px 5%;
	overflow: auto;
	border-left: #000000 2px solid;
	width: 800px;
	color: #333333;
	position: relative;
	min-height:450px;
	
}

#wrap
{
    border-right: #000000 2px solid;
    border-left: #000000 2px solid;
    background: #ff9933;
	overflow: auto;
	position: relative;
	width: 800px;
	color: #333333;
	min-height:450px;
}


#filters
{
    
}