/* --- WIREFRAME LAYOUT ---- */
body {
  	margin: 0;
  	padding: 0;
	background-color:#ffffff;
	font: 11px verdana, geneva, arial, sans-serif;
	background-image:url(../images/text_back6_left.gif);
	background-repeat:repeat-y;
	background-position:15px ;
  	}
#header {
  	height:50px;
  	width:100%;
	border: 0;
	margin: 0;
	padding: 30px 0 40px 0;
	border-bottom: 5px solid #ffffff;
	background-color:#FFFFFF;
  	}  
img	{
	border: 0;
	}
#wrapper {
	margin: 0;
	padding: 0;
	width: 1000px;
	background-image:url(../images/text_back6.gif);
	background-repeat:repeat-y;
	background-position: 535px ;
	clear:both;
	}
#content {
	margin: 0 0 0 150px;
	width:387px;
	background-color:#ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
#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:#ffffff;
	}
#footer_index li{
 	display:inline;
	list-style-type: none;
	padding-right: 20px;
	}

/* --- Navigation Code ---*/
#navigation {
    width:100%;
	height:35px;
	position:absolute;
	left:0;
	top:70px;
	background-color:#E61212;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	}
#navigation ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 205px;
	list-style:none;
	}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}
#navigation li#selected {
	background-repeat:no-repeat;
	background-position: right;
	}
#navigation a {
	padding:3px 5px 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}
#navigation a:hover {
	color:#FFFFFF;
	border-top:7px #F97979 solid;
	border-bottom:7px #F97979 solid;
	}
	
	
/* Typography */
#content ul { 
 	list-style-image: url(../images/bullet.gif); 
	}
#content li { 
	padding-bottom: .3em;
	}
a {
	color:#003300;
	text-decoration:none;
	}
.post a {
	color:#003300;
	text-decoration:none;
	border-bottom: 1px solid #999999;
	}
a:hover {
	color:#000000;
	border-bottom: 1px solid #000000;
	}
h1 {
	font-size: 2.0em;
	margin: 0 0 0 10px;
	font-weight:normal;
	padding: 0;
	display:inline;
	}
#header h2 {
	font-size: 1em;
	margin: 0 0 0 6em;
	font-weight: bold;
	display:inline;	
	}
h2 {
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	display:inline;	
	}
dd {
	padding-bottom:1em;
	margin:0;	
	}
dt, dl {
	padding:0;
	margin:0;
	}

.post {
    padding: 1em;
	margin: 1em;
	border: 1px dashed #aaaaaa;
	background-image:url(../images/post_bacl1.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
#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;
	}
