/* Layout Stylesheet */ 

body {
	margin: 0;
	padding:0;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
 }

#bar-top {
	width: 100%;
	height: 40px;
	color: #333333;
	border: solid #000000;
	border-width: 2px 0;
	margin: 0;
	background-color: #CCCCCC;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: #c0c0c0; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content {
	height: 600px;
	position:relative;
	background: #ffffff;
	color: #333333;
	overflow: auto;
	margin-top: 2%;
	margin-right: 10%;
	margin-left: 10%;
	border: 0px none #FFFFFF;
 }
 
