@charset "utf-8";
body {
	background: #4C786B;
	margin: 0;
	padding: 0;
	color: #4C2916;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}


a img { 
	border: none;
}


a:link {
	color: #E6CFA3;
	font-weight: bold;	
	text-decoration: underline;
}


a:visited {
	color: #E6CFA3;
	text-decoration: underline;
}


a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #ABA492;
	margin: 0 auto; 
}


.header {
	background: #B1898A;
	text-align: center;
}


.sidebar1 {
	float: left;
	width: 180px;
	background: #ABA492;
	padding-bottom: 10px;
	color: #4C2916;
}


.content {
	background: #E6CFA3;
	padding: 10px 0;
	width: 780px;
	float: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}


ul.nav li {
	border-bottom: 1px solid #666; 
}


ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #B1898A;
}


ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #E6CFA3;
	color: #4C2916;
	font-weight: bold;
}


.super-header {
	background: #B1898A;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #4C2916;
    padding: 15px 15px 15px 15px;
}


.footer {
	background: #ABA492;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #4C2916;
	padding: 15px 15px 15px 15px;
}

	
.fltrt {  
	float: right;
	margin-left: 8px;
}


.fltlft { 
	float: left;
	margin-right: 8px;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
