@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	}
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: #C03;
	text-decoration: underline; 
	}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	}
a:hover, a:active, a:focus { 
	text-decoration: none;
	}
.container {
	width: 900px;
	background: #EADCAE;
	margin: 0 auto; 
	}
header {
	background: #ADB96E;
	height: 110px;
	}
.sidebar1 {
	float: left;
	width: 200px;
	background: #EADCAE;
	padding-bottom: 10px;
	}
.content {
	padding: 0px 0;
	width: 500px;
	float: left;
	}
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
	}
nav ul {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px; 
	}
nav ul li {
	border-bottom: 1px solid #666; 
	}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;
	text-decoration: none;
	background: #C6D580;
	}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background: #ADB96E;
	color: #FFF;
	}
footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both; 
	}
.fltrt {  
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
aside {
	display: block;
	float: left;
	width: 200px;
	background: #EADCAE;
	padding: 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: lighter;
	color: #300;
	}
header, section, footer, nav, article, figure {
	display: block;
	font-size: 66%;
	}