body {
	background-color:#bdb399;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #330000;
	font-size: 0.8em;
}

h1 {
	background-color: #BAAF94;
}

#content div img {
	/*border:1px solid #867F6D;*/
}

#container { margin:0px;padding:0px; width:100%;height:100%;}

#navigation { width:180px;margin:0px;padding:0px;float:left;}

#navigation ul { list-style:none;margin:0px;padding:0px; }
#navigation ul li { width:180px;height:90px;margin:0px;padding:0px; }
#navigation ul li span { display:none; }

#left_sideBar {
	margin:1.0em;
	margin-top:3.0em;
       
}

#content {
	margin:0px;
	margin-left:180px;
	/*width:100%;*/
	min-height:360px;
	
	background-image: url(images/sideline.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align:left;
}

#content div {
	display:block;
	margin:0px;
	margin-left:1.0em;
	max-width:45em;
}
h2 {
	border-top: 1px none #B8AC92;
	border-right: 1px none #B8AC92;
	border-bottom: 1px dotted #B8AC92;
	border-left: 1px none #B8AC92;
	font-size: 140%;
}
a {
	color: #990000;
	font-weight: 300;
	font-size: 105%;
}
a:hover {
	background-color: #ADA081;
	color: #CCCCCC;
}
h3 {
	font-size: 110%;
}
hr {
	margin:2.0em;
	margin-left:-1.0em;
	border-top: 1px solid #330000;
	border-right: 0px none #330000;
	border-bottom: 0px none #330000;
	border-left: 0px none #330000;
}
#footer {
	margin:0px;
	margin-left:-1.0em;
	padding:0px;
	background-image: url(images/tent_bottom.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 800px;
}

.smallText {
	font-size:smaller;
	color:#663333;
}

.rightNav {
	text-align: right;
}

input, textarea {
        border:1px solid #333333;
        background:#afa898;
}

input:hover, textarea:hover {
       background:#b8a898;
}