/* --- WIREFRAME LAYOUT ---- */
body {
  	margin: 0;
  	padding: 0;
	background-color:#DDDDB9;
	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;
	background-image:url(../images/background_left.gif);
	background-repeat:repeat-y;
	background-position:left;
	}
#content {
	clear:both;
	margin: 0 0 0 105px;
	padding: 0 25px 0 0;
	width:387px;
	background-color:#ffffff;
	background-image:url(../images/background_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
#footer_index{
	margin:5px 0 0 120px;
	padding:0;
	}
#footer {
    width:100%;
	height:35px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	clear: both;
	height:35px;
	margin: 0;
	padding: 1em 0 0 0;
	color:#003300;
	}
#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 li#selected {
	background-image: url(../images/bullet.gif); 
	background-repeat:no-repeat;
	background-position: right;
	}
#navigation a {
	display:block;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	font-weight:bold;
	}
		
/* Typography */
	
#content ul { 
 	list-style-image: url(../images/bullet.gif); 
	}
#content li { 
	padding-bottom: .3em;
	}
a {
	color:#003300;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	text-decoration:underline;
	}
h1 {
	font-size: 2.0em;
	margin: 0 0 0 110px;
	font-weight:normal;
	padding: 60px 0 0 0;
	display:inline;
	}
h2 {
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	}
#banner h2 {
	padding: 10px 0 0 0;
	margin: 0 0 0 105px;
	}
.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;
	}
