@charset "utf-8";
/*---- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #faf8cf;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000000;
	line-height: 1.5em;
}	

a:link {
	color:#CC3300;
	}
a:visited {
	color: #993333;
	}
a:hover {
	color: #FF6600;
	}
a:active {
	color:#666666;
	}
.nobox {
	border: none;
	text-decoration: none;
}	
#wrapper {

	position: relative;
	width: 798px;
	margin: 0 auto;
	text-align: left;
	background: #faf8cf url(../Images/sidebarbkgrnd.jpg) repeat-y;
	border-color: #6C0D0B;
	border-width: 2px;
	border-style: solid;
}
#clear{
	clear:both;
}
/*----------position container elements ------*/
#header{
	position:relative;
	background: #faf8cf url(../Images/banner-summer.jpg) no-repeat center top;
	height:	148px;
}	
	#header h1{
	margin-left: -9000px;
}
	#navbar{
	height: 40px;
	text-align: center;
	background-color: #FAF8CF;
	padding-right: 1px;
	padding-left: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2em;
}
#content {
	float: right;
	width:590px;
	padding-top: 6px;
	padding-right: 1em;
	padding-left: 1em;
	
}
#sidebar {
	float: left;
	width: 144px;
	line-height: 1em;
	padding-left: 16px;
	background: #FCF5E2;
}
#sidebar ul {
	list-style: none;
	
	}
	#sidebar ul li {
	line-height: 1.5em;
	color:#000000;
	}
	#sidebar ul li a {
	text-decoration: none;
	color:#6A0D06
	}
#footer {
	color: #000000;
	font: 1em Georgia, Arial, Helvetica, sans-serif;
	background: #faf8cf;
	margin-top: 1em;
	text-align: right;
	padding-right: 10px;
	height: ;
	padding-left: 10px;
}
#credits {
	color: #000000;
	font: .8em Geneva, Arial, Helvetica, sans-serif;
	background: #faf8cf;
	height: 150px;
	padding: 8px;
	width: 788px;
	text-align: left;
	margin: 0 auto;

}
.underline {
	border-bottom-style: double;
	text-decoration: underline;
}
