	body	{
		background-color: #8c2118 ;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: .85em ;
	}

	#wrapper {
		position: relative ;
		text-align: left ;
		width: 90% ;
		margin-right: auto ;
		margin-left: auto ;
		/*padding: 120px 0 0 0 ; /*pushes top down for header*/
}

	#header {
		background-image: url(images/background.jpg);
		background-repeat : repeat-x;
		background-position: left top;
		padding : 10px ;
		margin-right: auto ;
		margin-left: auto ;
		margin-top: 0 ;
		margin-bottom: 20px ;
		text-align: center; 
		width: 90% ;
	}

	#header h1	{
		font-family: garamond, serif;
		margin-top: -3px ;
		margin-left: 156px ;
	}
	
	#header p	{
		font-family: garamond, serif;
		font-weight: bold ;
		font-size: .85em ;
	}
	#navigation	{
		position: absolute;
		left: 0 ;
	}
	
	ul#menu	{
		list-style-type: none ;
		padding: 0 ;
		margin: 0 ;
		float: left;
			}
	
	#menu a:link, #menu a:visited {
   background: url("images/buttonnav.gif") 0 0 no-repeat;
   display: block ;
	width: 120px ;
	height: 50px ;
	text-decoration: none ;
	color: #F5F5F5;
   }

	#menu a:hover, #menu a:active {
   background-position: -120px 0;
	color: #800040;
   }

	#menu li	{
			line-height : 60px ;
			text-align: center ;
			font-weight: bold ;
			font-size: .85em ;
	}

	
	#rounded	{
		background-color: #ffffff ;
		color: #333333 ;
		margin-left: 150px ;
		padding: 40px ;
		border: 5px solid #EEE8AA;
		-moz-border-radius: 25px ;
		height: 100%;
		/*text-indent: -30px ;*/
	}
	
	#rounded	h2 {
		font-family: tahoma, verdana, arial, helvetica, sans-serif ;
		font-size: 2em ;
		font-weight: bold ;
		letter-spacing : 5px;
		color: #8c2118 ;
	}

	#rounded p:first-letter	{
		font-size: 2em ;
		vertical-align: top;
		padding: 0.1em ;
		float: left ;
		font-family: "Imprint MT Shadow", "Old English Text MT", garamond,  serif, cursive;
	}
	
	#footer	{
		clear: both ;
		text-align: center ;
		padding: 5px ;
		border: 2px solid #eee8aa ;
		margin-top: 10px ;
		background-color: white ;
	}
	
	 img.tour 	{
	 	float: right ;
		margin-left: 15px ; 
		border: 1px solid black ;
		margin: 10px ;
	} 
	
	 img.tourleft 	{
	 	float: left ;
		margin-left: 15px ; 
		border: 1px solid black ;
		margin: 10px ;
	} 
	
	ul.describe {
		list-style-type : none; 
		margin-left : -5px;
	}
	
	li.describe  {
		padding-bottom : 1em ;
	}

	div.highlight	{
		border: 2px dotted #184A8C;
		background-color: #fff ;
		color: #000 ;
		margin: 1em 5em ;
		padding: 10px ;
	}