body{
margin: 0;
Padding: 0;
Font-family: Verdana, Sans-serif;
font-size: small;
background: url(images/bground.jpg) repeat-x top left #4F2515;
}
* html body{
font-sixe: x-small; /*for IE5/Win */
f\ont-size: x-small; /*for other IE versions */
}
/**************layout structure*****************/

#wrap {
width: 773px;
margin-top: 10px;
text-align: left;
background: url(images/bodybg.jpg) repeat-y #866C6D;
}
/* allows the floated elements to be wrapped in the wrap background*/
div.spacer {
  clear: both;
  }

#header{
background:url(images/header.jpg) no-repeat top left #EBEBEB;
height: 84px;
}

#sidebar{
float: left;
width: 184px;
margin-left: 5px;
vertical-align: top;
background: url(images/navbody.gif) repeat-y;

}


#content {
float: left;
width: 570px;
line-height: 1.5em;
color: white;
}

#nav {
	float: right;
	height: 40px;
	border-left: 2px solid #4F2515;
	border-top: 2px solid #4F2515;
	margin: 42px 1px 0px 0px;
}


#footer {
clear: both;
}

/************** LEFT Sidebar Stuff*****************/
 #sidebar p{
padding-left: 10px;
padding-right: 20px;
color: white;
font-size: 80%;
line-height: 1.5em;
}

 #sidebar h2{
padding-left: 10px;
padding-right: 20px;
color: #866C6D;
font-size: 120%;
line-height: 1.5em;
}

A {
    color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 80%;
}



/**************General TEXT formatting*******************/

H1{
font-family: Papyrus, Verdana, Sans-serif;
font: bold;
color: #4F2515;
padding: 15px 30px;
font-size: 175%;
background: url(images/h1image.jpg) no-repeat left;
line-height: 1.5em;  
}
H2 {
font-size: 130%;
}
Ul li{
font-size:95%;
}
em {
font-size:150%;
}

td{
line-height: 1.5em;
font-size: 80%;
color: white;
}
th{
font-size: 100%;
color: white;
}


/**************NAV formatting*******************/

.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav li {
	height: 40px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	float: left;
	display: inline;
	padding: 10px 10px;
}

.nav li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.nav li a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
}
