body {
	font-family:  Georgia, Verdana, sans-serif;
	}

.line {
	border-top: 1px solid #A3EF73;
	width: 100%;
	} 
#container {
	margin: 0px 70px 20px 30px;
	padding-bottom: 30px;
	}

#middle {
	margin: 35px 0px 50px 220px;
	padding:10px;

	}
	
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.footer {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	}

.comments {
	border: 1px dotted #A3EF73;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	}
.comments a {
	color: #40791A;
	text-decoration: none;
	border-bottom: 1px dotted #40791A;
	}
.comments a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	
	}

	
#left {
	position:absolute;
	top:30px;
	left:30px;
	width:170px;
	padding:10px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#left {width:170px;}



#left ul {
	list-style-type: none;
	padding-top: none;
}

#left li a {
	text-decoration: none;
	color: #000;
	line-height: 15px;
	font-size: 13px;
	}
	
#left li a:hover {
	text-decoration: underline;
	color: #A3EF73;
	}

.post {
	background: #A3EF73;
	padding: 5px 10px 0 15px;
	margin:15px 5px 15px 5px;
	}

.post a {
	color: #40791A;
	text-decoration: none;
	border-bottom: 1px dotted #40791A;
	}
.post a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	
	}
	
#content {
	border: 1px solid #BDDBA9;
	padding: 10px 40px 20px 40px;
	margin-top: 0px;
	}
	
#content p {
	font-size: 13px;
	padding: 5px;
	margin: 0 5px 0 5px;
	}
	
.iconImage {
	border: 1px dotted #A3EF73
	margin-bottom: 3px;
	padding: 0;
	}

h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
}

h2 {
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	margin: 0 5px 0 -5px;
	}
	
h3 {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
	}
h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin: 0;
	}
h3 a:hover {
	text-decoration: underline;
	}

h4 {
	text-align: right;
	font-size: 10px;
	padding-bottom: 0px;
	}

h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

h4 a:hover {
	text-decoration: underline;
	color: #A3EF73;
	}
	
#logo {
	float: right;
	margin: 40px 50px 0px 0px;
	padding: 0px;

	}
	


