<style>
body { margin:0; padding:0; 
}
p, li {
	font-family:"Lucida Sans",Lucida,Helvetica,Arial,Sans-Serif;
	font-size:9pt;
}
a:link {
	color:#1f0c5e;
}
a:visited {
	color:#1f0c5e;
}
a:hover {
	color:#5f4c9e;
}
h3 {
	font-family:Garamond,"Times New Roman",Times,Serif;
	font-size:14pt;
	background-color:#393c83;
	width:100%;
	padding:3px 0 3px 2px;
	margin-bottom:2px;
}
h3 a:link {
	color:#ffff99;
}
h3 a:visited {
	color:#ffff99;
}
#content {
	width:863px; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 1px 0 1px;
	margin:auto;
	margin-top:0px;
	background:url(images/bg.png) repeat;
	min-height:600px;
}
#main_content {
	width:650px;
	padding:0 0 0 5px;
}
#sidebar {
	width:200px;
	float:right;
    text-align:center;
}	
#sidebar h5 {
	font-family:"Lucida Sans",Lucida,Helvetica,Arial,Sans-Serif;
    font-size:14px;
    color:#393c83;
    margin-bottom:0px;
    padding-bottom:0px;    
}
#sidebar img {
    border:none;
}
.clearme { 
	width:100%; 
	clear:both;
	height:1px;
}
#footer {
	font-family:"Lucida Sans",Lucida,Helvetica,Arial,Sans-Serif;
	font-size:7pt;
	font-weight:normal;
	text-align:center;
	width:863px; 
	margin:auto;
	margin-top:2px;
}


.entry img {
	margin:5px;
	border:1px solid #000;
}


</style>