body {  
	margin:18px 0px 18px 0px;  
	background:#fafafa;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

#head {
	border-top: 4px dashed #aaa;
	border-bottom: 4px dashed #aaa;	
	background-color:#f3f1e6;
	height:100px;
	width:auto;
	text-align:center;
	line-height:6em;
}

#sitemain {
	width: 850px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	line-height: 18px;
}
#left-pane {
	float: left;
	width: 600px;
	padding-right: 30px;
	text-align: justify;
	font-size: 12px;
}
#right-pane {
	float: right;
	width: 200px;
	margin: 0;
	padding: 5px;
	background: #efefef;
	border: 1px solid #e2e2e2;
	font-size: 11px;
}
.blogrollstyle a:link, .blogrollstyle a:visited {
	color: #2893bb;
	text-decoration: none;
}
.blogrollstyle a:hover {
	text-decoration: underline;
	color: #2893bb;
}
a:link, a:visited {
	color: #0f5e8c;
	text-decoration: none;
}
a:hover {
	color: #2893bb;
	text-decoration: underline;
}
hr {
	height: 0px;
	border: 0px;
	border-top: solid 2px #e1e1e1;
	overflow: hidden;
	clear: both;
}
#footer {
	margin-top:40px;
	background-color:#e2f4de;
	height:50px;
	width:auto;
	text-align:center;
	font-size: 11px;
	line-height:4em;
}