body {
	background: #782100;
	color: inherit;
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin:10px 10px 0px 10px;
	padding:0px;
}	
		
#leftcontent {
	position: absolute;
	left:10px;	
	top:319px;
	width:156px;
	background:#dfdccb;
	color: inherit;
	border:1px solid #000;
	padding-left: 28px;
	padding-right: 16px;
}

#centercontent {
	background:#dfdccb;
	color: inherit;
	border:1px solid #000;
	margin-top: 0px;
	margin-left: 201px;
	margin-right:201px;
	padding-left: 30px;
	padding-right: 12px;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:319px;
	width:184px;
	background:#dfdccb;
	color: inherit;
	border:1px solid #000;
	padding-left: 8px;
	padding-right: 8px;
}
	
#banner {
	background: url(images/header_top.jpg) no-repeat;
	background-position: left top;
	height:270px;
}

	a:link {color: #000000; text-decoration: underline; }
	a:active {color: #0000ff; text-decoration: underline; }
	a:visited {color: #000000; text-decoration: underline; }
	a:hover {color: #ff0000; text-decoration: none; }

#navbar {
	background: url(images/navbar.jpg) no-repeat;
	height:39px;
}

#footer {

	background:#dfdccb;
	color: inherit;
	border:1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 201px;
	margin-right:201px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 12px;
	text-align: center;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	background: inherit;
	}
	
pre {
	font-size:11px;
	color:blue;
	background: inherit;
	margin:0px 10px 10px 10px;
	}
	
.greek {
	color:#999;
	background: inherit;
	}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.imgright {
  margin: 6px 0px 6px 9px;
  float: right;
  border: 1px solid black;
}	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}	
	
p,h1 {
	margin:0px 10px 10px 10px;
}	
		
h1 {
	font-size:14px;
	padding-top:10px;
}
		
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}
	
#rightcontent p {
	font-size:10px
}