/* Layout Stylesheet */ 

body {
	margin: 0;
	padding:0;
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#bar-top {
	width: 100%;
	background: #CCCCCC;
	border-top-width: 10px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	margin-bottom: 2px;
}

#bar-bottom {
	width: 100%;
	height: 30px;
	text-align: center;
	position:relative;
	background: #CCCCCC;
	margin:5px 0px 5px 0px;
	color: #000000;
	border-top: 10px double #FFFFFF;
	border-right: 0;
	border-bottom: 10px double #FFFFFF;
	border-left: 0;

 }

#center {
	position:relative;
	margin:5px 5% 10px;
	border: thin solid #FFFFFF;
 }

#content {
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
	border-top: 4px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: #FFFFFF;
	padding-bottom: 1%;
	padding-top: 1%;




 }
 
 #copy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	border: thin solid #FF99FF;
 }

#logo {
	text-align: center;
	margin-top: 1%;
 }
