/* Layout Stylesheet */ 

body {
	margin: 50px;
	padding:0;
	background: #808080;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
 }

#bar-top {
	width: 700px;
	height: 100px;
	background: #c0c0c0;
	color: #333333;
	border: solid #000000;
	border-width: 1px 1px 1px 1px;
	margin: 0;
	background-color: #333333;
}

#bar-bottom {
	width: 700px;
	height: 20px;
	position:relative;
	background: #c0c0c0;
	color: #999999;
	border: solid #000000;
	border-width: 0px 1px 1px 1px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	letter-spacing: 2px;
 }

#content {
	height: 310px;
	position:relative;
	border: solid #000000;
	border-width: 0px 1px 1px 1px;
	background: #ffffff;
	color: #333333;
	overflow: auto;
	margin:0px;
	width: 700px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 25px;
 }

