#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 900px;
	 background-image:url(img/backgroundstripe.gif);
	 background-repeat:repeat-y;
}

	
	body {
	background-color: #2f220a; /*dark brown background on long pages*/
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	margin: 0 auto; /*needed for site to float over background*/
	width: 900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .75em;
	padding-bottom:50px;
}
 #content {
	 padding:0px;
	 }
 

#content {

float: right;
width: 700px;
background-color:#FFF;
margin-top:3px;
padding-top:12px;
}


#header {
        border-bottom:1px solid #3b2f18;
        border-top:1px solid #3b2f18;
        background-color:#e9ba5e;
        width:900px;
        padding:0px;
        margin:0px;
}

*html #header{margin-top:-2px;} /*needed to remove gold around images in IE6*/
	
	.bullets {
		
		
	}
	
	
	#leftcolumn{
	width: 173px;
	padding-top:60px;
}

p.leftcolumn {
	color:#3b2f18; /*font color*/
		width:133px; /*must be smaller than width of column to give padding to left and right of column*/
		padding-left:20px;
	}


p {color:#2f220a;
	line-height:1.6em;
	margin-right:35px;
}

td {color:#2f330a;}
	
		.red {
	color:#F00;
}	

.address {
	padding-left:160px;}


img.staffpic{
		margin: 0px 0px 10px 10px;}
		
		img.header_right {
			border-left: 1px solid #2f220a;
			border-right: 1px solid #2f220a;}
			
				img.header_left {
			border-left: 1px solid #2f220a;}

img.bodycopy {
float:right;
padding:0 20px;
}
	
h1 {
font-size:1.6em;
font-weight:bold;
color:#2f220a;
margin-top:30px;
}


h2 {
font-size:1.2em;
color:#2f220a;
margin-bottom:-7px;


}


h3 {
font-size:1em;
color:#2f220a;
margin-bottom:-7px;
border-bottom:1px solid #ccc;


}

ul {
	margin-left:5px;
	list-style-position:inside;
	padding:0px;
	color:#2f220a;
}





/*****************NAVIGATION NEW ********************/

	

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 173px; /* Width of Menu Items */
	float:left;
	}

ul#nav li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 172px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #71a557; /* IE6 Bug */
	padding: 6px 7px 6px 20px;
	font-size:13px;
	border-bottom:1px solid #030;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { color: #3b2f18; background: #c7e7b7; } /* Hover Styles */
		
li ul li a { padding: 7px; margin-left:2px; border-right:1px solid #000; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


/*A background must be declared on the li a, else when a sub-menu stretches further (vertically) than the main menu itself, the links start to disappear before you have time to click them. */



/*****************END NAVIGATION NEW ********************/




	
	#footer {
	clear: both;
}