body {
	background-color: #4a2A00;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #806666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
  position: relative;
	background: url(banner.jpg) no-repeat;
	height: 140px;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
  position: absolute;
	bottom: 0px;
  margin-bottom: 0px;
}

#header a {
	color: #F90;
	text-indent: 3mm;
	font-family: helvetica, verdana, arial, serif;
	text-decoration: none;
}

#header a:hover {
	background-color: transparent;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 125px;
  background-color: #F5BF7A;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;
}

#sidebar a, #side_sel {
  background-color: #FFDB97;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover, #side_sel {
	background-color: #Da8050;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#side_sel{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #4A2A00;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
}

#content h2 {
	color: #4A2A00;
	font-style: italic;
}

#footer {
	background-color: #fff5e5;
	clear: right;
	color: #000000;
	font-size: 0.6em;
	margin: 0 auto;
	padding: 20px 10px 4px 10px;
	text-align: right;
	width: auto;
}

#footer a {
	border-bottom: 1px dotted #666650;
}

#footer a:hover {
	text-decoration: none;	
}
