body {
	 font:10px/1.0 Verdana, Arial, Helvetica, sans-serif;
 	height:100%;
  background:#413F3F;
 	margin:10px 10px 10px 10px;
 	padding:0px;
}

a {
 text-decoration:none;
	font-weight:bold;
	color:#c00;
}

.aBlack {
 font:	10px/1 Verdana, Arial, Helvetica, sans-serif;
 text-decoration:none;
	font-weight:bold;
	color:#000;
}

.whiteBold {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

.greek {
	text-decoration:none;
	color:#999;
}

.smGreek {
 font:	9px/1 Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999;
}

ol {
	margin-right:40px;
}

li {
	margin-bottom:10px;
}

#banner {
  position:static;
  height:10%;
  width:100%;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: red;
		background:#413F3F;
		margin-right:10px;
		}
html>body #banner {
}

#contentwrap{
		position:relative;
  left:0px;
  right:10px;
  height:2400px;
  margin: 0;
  margin-bottom:10px;
}
html>body #contentwrap{
  width: 100%;
  padding: 0;
}

#leftcontent {
		position:absolute;
  top:0px;
  left:0px;
		width:160px;
		margin-bottom:20px;
		background:#fff;
		border:1px solid #000;
  overflow:hidden;
		}
html>body #leftcontent {
  height:100%;
  min-height:2800px;
}

#leftcontent p {
		font-size:10px
		}
	
#centercontent {
  position:relative;
  top:0px;
		background:#fff;
		border:1px solid #000;
		margin-left:162px;
		margin-right:182px;
		margin-bottom:20px;
  overflow:hidden;
}
html>body #centercontent {
  height:100%;
  min-height:2800px;
  padding:5px;
}

#centercontent p {
		font-size:10px
		}
	
#rightcontent {
		position:absolute;
  top:0px;
  right:1px;
		width:180px;
		margin-bottom:20px;
		background:#fff;
		border:1px solid #000;
  overflow:hidden;
		}
html>body #rightcontent {
  height:100%;
  min-height:2800px;
}

#rightcontent p {
		font-size:10px
		}
	
p,h1,pre {
		margin:4px 10px 10px 10px;
		}
		
h1 {
		font-size:14px;
		padding-top:10px;
		}
		
html>body  #scrollDown{
  position:fixed;
  bottom:22px;
	 left:10px;
	 right:10px;
  clear:both; 
  min-height: 12px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: red;
  vertical-align: middle;
		background:#413F3F;
 	text-decoration:none;
 	font-weight:bold;
 	color:#fff;
  text-align:right;
}

#footer{
  position:absolute;
  bottom:0px;
	 left:10px;
	 right:10px;
  clear:both; 
  min-height: 22px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: red;
  vertical-align: top;
		background:#413F3F;
  background-image:url(../images/copyrightWBR08.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
 	text-decoration:none;
 	font-weight:bold;
 	color:#fff;
  text-align:right;
}

html>body  #footer{
  position:fixed;
  bottom:0px;
	 left:10px;
	 right:10px;
  clear:both; 
  min-height: 22px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: red;
  vertical-align: top;
		background:#413F3F;
  background-image:url(../images/copyrightWBR08.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
 	text-decoration:none;
 	font-weight:bold;
 	color:#fff;
  text-align:right;
}


