body {
	text-align: center;
	font-family: Verdana, arial, sans-serif;
	background-color: #fcf4ed; 
	width: 100%;
	}

* {padding: 0; margin: 0;}

div#container {
	width: 100%;
	margin: 0px;
	text-align: left;
	background-color: #fcf4ed; 
	color: #000;
	}

div#header {
	height:160px;
	padding:0;
	margin:0;
	width: 100%;
	background-image: url(images/header_bkg2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

div#logo {
	height:160px;
	background-image: url(images/basic_logo.jpg);
	background-repeat: no-repeat;
	background-position: 2% 0%;
	}

div#header h1 {
	width:100%;
	padding-top: 20px;
	padding-left: 5px;
	font:2.7em "comic sans MS", cursive;
	font-weight: bold;
	letter-spacing: 5px;
	color:#363;
	border: 1px none;
	}

div#header h2 {
	width:100%;
	padding-top: 20px;
	padding-left: 80px;
	font:1.5em "comic sans MS", cursive;
	font-weight: bold;
	letter-spacing: 3px;
	color:#c37932;
	}

p {
	padding: 10px;
	font-size:.8em;
	}

p:first-letter {
	font-style: italic;
	font-size: 1.2em;
	color: #360;
	}


div#topnav {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	width: 100%;
	color: #fff;
	background-color: #c37932;
	text-align: center;
	padding: 5px;
	}

div#topnav a {
	color: #fff;
	background-color: #c37932;
	padding: 5px 40px 5px 40px;
	text-decoration: none;
	border: 0px solid #fff;
	}

div#topnav a:hover {
	background-color: #fed2a6;
	color: #c37932;
	}

div#leftnav {
	float:left; 
	width:170px; 
	margin: 0;
	padding: 40px 20px 20px 20px;
	color: #363;
	background-color:#fcf4ed;
	border: none;
	}

div#leftnav ul {
	list-style-type: none;
	border: none;
	}

div#leftnav li {
	border-bottom:2px dotted #fc9; 
	margin:0; 
	padding:.6em 0em; 
	text-indent:.5em;
	font-size:.9em;
	font-weight:bold;
	}

div#leftnav li:first-child {
	border-top:2px dotted #fc9;
	}

div#leftnav li a {
	text-decoration:none; 
	color:#363;
	}

div#leftnav a:hover {
	color:#c37932;
	text-transform: uppercase;
	}

*html div#leftnav ul {
	border-top:2px dotted #fc9;
	}

div#logos img{
	margin-top: 40px;
	}

div#main {
	position: relative;
	margin-left: 170px;
	margin-right: 80px;
	padding: 2em 2em 4em 4em;
	background-color: #fcf4ed;
	border:1px none;
	}

.pictures {
	border: 3px none #363;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

div#list {
	margin-left: 25px;
	padding: 2em;
	border:1px none;
	font-size: 0.8em;
	}

div#list li {
	margin-bottom: 15px;
	}

.directions {
	margin-left: 25px;
	padding: 2em;
	font-size: 0.8em;
	}

div#main h2 {
	font-size:1.1em;
	margin-left: 10px;
	margin-bottom:20px;
	color: #363;
	}

div#main h3 {
	font-size:1.1em;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 50px;
	color: #363;	
	}

div#main a, a:visited {
	text-decoration: none;
	font-size:.8em;
	color:#069;
	}

div#footer {
	clear: both;
	text-align:center;
	background-color:#c37932;
	padding: 5px;
	margin: 5px;
	}

div#footer a {
	text-decoration:none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #c37932;
	color:#fff;
	border: 1px none white;
	margin: 5px;
	padding: 5px 20px 5px 20px;
	}

div#footer a:hover {
	background-color: #fed2a6;
	color: #c37932;
	}
