/* --- WIREFRAME LAYOUT ---- */
body {
  	margin: 0;
  	padding: 0;
	background: #DDDDB9 url(../images/content_back.gif) 78px 0px repeat-y;
	font: 11px verdana, geneva, arial, sans-serif;
  	}
#header {
  	padding-bottom:1.5em;
  	height:87px;
  	width:100%;
	border: 0;
	margin: 0;
	border-bottom: 5px solid #ffffff;
	background-color: #DDDDB9;
	
  	}  
img	{
	border: 0;
	}
#banner {
    float:left;
    width:100%;
	height:35px;
	background-color:#33CC33;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	}
#wrapper {
	margin: 0;
	padding: 0;
	width: 660px;
	}
#content {
	clear:both;
	margin: 0 0 0 100px;
	padding: 10px;
	width:387px;
	}
#footer_index{
	margin:0;
	padding:0;
	}
#footer {
	clear: both;
	height:35px;
	text-align:center;
	margin: 0;
	padding: 1em 0 0 0;
	border-top: 1px dashed  #000000;
	color: #BABAA2;
	}
#footer_index li{
 	display:inline;
	list-style-type: none;
	padding-right: 20px;
	}



/* --- Navigation Code ---*/
	
#navigation {
  	position: absolute;
	top: 146px;
	left: 520px;
  	width:16em;
  	background:#ffffff url("../images/nav_bot_right.gif") bottom right;
  	background-repeat:no-repeat;
	line-height:normal;
  	}
#navigation ul {
	margin:0;
	padding: 1em;
	list-style:none;
	background: url("../images/nav_bot_left.gif") bottom left;
	background-repeat:no-repeat;
	}
#navigation li {
	margin:0;
	padding:0;
	}
#navigation a {
	display:block;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	}
#navigation a:hover {
	color:#333;
	text-decoration:underline;
	}
		
/* Typography */
	
#main ul { 
 	list-style-image: url(images/bullet.gif); 
	}
#main li { 
	padding-bottom: .3em;
	}
h1 {
	font-size: 2.0em;
	margin: 0 0 0 110px;
	font-weight:normal;
	padding: 60px 0 0 0;
	}
h1 a{
	text-decoration:none;
	color:#003300;
	}
h2 {
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	}
.post {
    padding: 1em;
	border-bottom: 1px dashed #4D8745;
	}
#lastPost {
	border-bottom: none;
	}
.date {
	float: right;
	font-size:.8em;
	background-image:url(../images/icons/note.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding: 0 10px 0 3px;
	height:16px;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
	padding-top:0em;
	}
.post address {
	text-align:right;
	}
address {
	font-size:.75em;
	padding-top: 1em;
	}
