body {

	background-image: url("./staticimages/sherwoodentrance.jpg");
  	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: black;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	padding: 0;
	min-width: 900px;
	}
	
table
	{
	text-align: center;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 10px;
	border: 1px #6699CC solid;
	border-spacing: 0px;
	padding: 0 5px;
	
	} 
	
	
	

p {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin: 0px;
	}

ul { 
	margin: 0 0 0 15px; 
	padding: 0 0 10px; 
	}

ol { 
	margin: 0 0 0 20px; 
	padding: 0 0 10px; 
	}

a:link {
	color: #A52A2A; 
	text-decoration: 
	underline; 
	}

a:visited { 
	color: #b8860b; 
	}

a:hover { 
	color: #9e9ec0; 
	}

input { 
	color: #696969; 
	font-size: 10px; 
	font-family: Verdana, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 13px; 
	text-decoration: none; 
	}

h1 {
	color: black;
	font-size: 20px;
	font-family: Verdana, Georgia, serif;
	line-height: 16px;
	font-weight: normal;
	margin: 7px 0;
	padding: 0;
	}

h2 {
	font-family: Verdana, Georgia, serif;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h3 {
	font-family: Verdana, Georgia, serif;
	color: #80785e;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

td {
	font-family: Verdana, Georgia, serif; 
	font-size: 11pt;
	}


/*********************/
/*       fonts       */
/*********************/
.sans100 { 
	font-size: 100%;
	font-family: Verdana, Georgia, serif;
	}

.serif60 { 
	font-size: 60%;
	color: #A52A2A; 
	font-family: Verdana, Georgia, serif; 
	}

.serif75 { 
	font-size: 75%;
	color: #A52A2A; 
	font-family: Verdana, Georgia, serif; 
	}
	
.serif100 { 
	font-size: 100%;
	color: #A52A2A; 
	font-family: Palatino, Georgia, serif ; 
	}
	
.serif150 { 
	font-size: 150%;
	color: #A52A2A; 
	font-family: Palatino, Georgia, serif ; 
	}
	
.serif200 { 
	font-size: 200%;
	color: #A52A2A; 
	font-family: Palatino, Georgia, serif ; 
	}
	
.serif300 { 
	font-size: 300%;
	color: #A52A2A; 
	font-family: Palatino, Georgia, serif ; 
	}


/*********************/
/*  2-Level Menus    */
/*********************/	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	}

#nav a {
	color: #9e9ec0
	display: block;
	width: 8em;
	}

#nav li { /* all list items */
	padding: 0;
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: lightgrey;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#content {
	clear: left;
	color: #ccc;
	}
	

/****************************/
/*   Advent Header Text     */
/****************************/	
.advent_header1 {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 32px;
	color: #A52A2A; 
	font-family: Palatino, Georgia, serif ; 
	}
	
.advent_header2 {

	margin-left: 88px;
	font-size: 24px;
	color: #A52A2A; 
	font-family: Palatino, Georgia, serif ; 
	}

	
/*********************/
/*   Three Columns   */
/*********************/		

#wrapper{
	margin-top: 150px;
	position: relative;
	/* border: 1px solid #333; */
	}
/* mac hide \*/
* html #wrapper{height:1%}
/* end hide*/

#footer{
	font-size: 12px;
	font-family: "Times New Roman", Georgia, serif ; 
	border-top:1px solid #fff;
	text-align:center;
	z-index: 2; 
	position: relative; 
	left: 0px; 
	bottom: 10px; 
	width: 100%;
	clear:both;
	}

#middle{
	margin: 0 150px 0 170px; /* top right bottom left */
	/* border: 1px solid #333; */
	}
	
#content,#content2{
	color: black;
	position:relative;
	width:98%;
	float:left;/* contain clearing*/
	}

#content2{
	margin:0 -1px
	}/* moz needs this*/

#left{
	/* border: 1px solid #333; */
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	z-index:-1	
	}

#right{
	/* border: 1px solid #333; */
	padding: 2px;
	position: absolute;
	top: 0;
	right: 0;
	width: 145px;

}

* html #left{
	margin-right:-3px;
	}/* 3 pixel jog*/
	
* html #right{
	margin-left:-3px;}
	/* 3 pixel jog*/


/* clear without structural mark-up */
.clearfix:after {
    	content:"."; 
    	display:block; 
    	height:0; 
    	clear:both; 
    	visibility:hidden;
	}

.clearfix {
    	display:inline-block;
	}

/* mac hide  \*/
.clearfix {
	display: block;
	}
/* End hide */






