﻿body
{ 
	background: #000000; 
	margin: 0;
	text-align: center;
	display: block;
	height: 100%;
}
h3,h4 
{
	font: 600 12px arial;
}
img
{
	border: 0px
}
.container 
{
	width: 720px;
	background-color:#000;
	border-top: 1px solid #9E8A46;
	border-right: 1px solid #F4E3A9;
	border-bottom: 1px solid #C29818;
	border-left: 1px solid #F4E3A9;
	text-align: left;
	margin: 20px auto 10px auto;
	position:relative;
}
.header 
{
	width: 100%;
	position: relative;
	margin: 0;
	display: block; 
}
.title{
margin:10px 0;
width:695px;
height: 45px;
}
.content 
{ 
	background: #EBE2AE;
 	position:relative;
 	width:700px; 
 	height: auto;  
 	margin: 0px; 
 	padding:15px 5px 5px 15px;
 	clear: right; 
 	color: #000; 
 	font: 8pt verdana;
 	text-align:left;
}
.content a 
{
	color: #9e8a46;
	font: 8pt arial;
}
.content a:hover
{
	color: black;
	font: 8pt arial;
}
div.content h1, h5
{
	font-size: 1.1em;
	padding: 0px;
	margin: 5px 0px;
}
img#barcrest
{
	float:right;
}
.content ol
{ 
	margin-left:15px;
	padding: 5px;
}