* {
   margin: 0;
   padding: 0;
}

body{
   background:#D5CBA4;
   font-size: 89%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   color:#242424;
}

#container{
	width:770px;
	margin:0 auto;
	border:1px solid #fff;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 770px;
   height:125px;
   background:url(bg_header_h1.jpg) no-repeat;
}


/* =Content
---------------------------------------------------------------------
*/

#content{
   width: 770px;
}

#content h3{
   color: #6B3302;
   font-size: 1.3em;
   font-weight:normal;
   background:#DED6B4;
   padding:5px;
   border-top:1px solid #e4e4e4;
   border-bottom:1px solid #e4e4e4;
   margin-top:5px;
   margin-bottom:5px;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   color: #333;
   font-size: 1em;
   line-height: 1.5;

}

#content ul,
#content ol{
   margin-left: 3em;
}


#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content #text{
	padding:10px;
}

#content a{
   color: #6B3302;
}

#content a:hover{
	text-decoration:none;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   border-top: 1px solid #fff;
   background: #C6B882;
}

#footer p {
	padding:10px;
	font:12px Arial, Helvetica, sans-serif #242424;
	text-align:center;
	line-height:1.3;
}

#footer a {
	color:#242424;
}

#footer a:hover {
	text-decoration:none;
}

/* ---------->>> misc <<<---------------------------------------------------------------*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
