body { 
	text-align: center;  
	font: normal .76em Verdana, sans-serif; 
	background-color: #AFACA6;
	margin: 0;
}

small {
	clear: both;
	font-size: 0.88em;
	line-height: 1.6em;
	font-style: italic;
}
body a {
	color: #007B18;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

h2 {
	font-family: georgia, serif;
}

h2 a {
	font-family: georgia, serif;
        text-decoration: none;
}

h2 a:hover {
        text-decoration: underline;
}

#menu, #content, #sidebar { padding: 20px; }

#container { 
	width: 790px; 
	text-align: left; 
	margin: 0 auto; 
	background-color: #fff;
	background: url(../../../images/bg_container.gif);
}
#header { 
	border-top: 1px solid #AFACA6; 
	border-bottom: 1px solid #AFACA6;
	height: 80px;
}
/*#menu { 
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
}*/
#content { 
	width: 510px; 
	float: left; 
	line-height: 1.5em;
}
#content img { 
	margin: 0 15px 10px 0;
        float: left;
}
#content h2 { 
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.4em;
}
#content .quote {
	clear: both;
	font-size: 0.88em;
	line-height: 1.6em;
	font-style: italic;
}
#content p { 
	font-size: .96em;
}
.postmetadata { 
	border-top: 1px dotted #000; 
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
	padding: 2px 0 3px 0;
	line-height: 1.5em;
}
.postmetadata a { 
	text-decoration: none;
}
.postmetadata a:hover { 
	text-decoration: underline;
}
#sidebar { 
	width: 200px; 
	float: right;
}
#sidebar h2 { 
	margin: 14px 0 5px 0;
	font-size: 1.5em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: .92em;
        line-height: 1.4em;
}
#sidebar ul a {
	text-decoration: none;
	color: #008F1B;
}
#sidebar ul a:hover {
	text-decoration: underline;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
.alignright { float: left; }
.alignleft { float: right; }
.textfield {
	width: 120px;
	margin-right: 2px;
}
#footer {  
	clear: both;
	display: block;
	height: 20px;
	color: grey;
	text-align: right;
	font-size: 80%; 
	border-top: 1px solid #AFACA6; 
	border-bottom: 1px solid #AFACA6;
	padding: 10px;
	margin: 0;
	background: #fff;
}