
<style type="text/css">

@charset "utf-8";

	.clear 	
		{
		clear:both;
		}
	
	body 
		{
		text-align:center;
		background:#000;
		font-family:  'Lucida Grande',Verdana,Arial, helvetica, Sans-Serif;
		}
		
	li
		{
		list-style-type:none
		}
		
	#header 
		{
		width:550px;
		background:#000;
		clear:both;
		padding-top:15px;
		
		}
		

	.nav
		{
		width:550px;
		word-spacing:8px;
		text-align:left;
		margin: 8px 15px 3px 8px;
		clear:both;
		}

	

		a.mainlinks:link 
		{font-size:12px;
		font-weight:bold;
		color:#e82827;
		text-decoration:none;
 		}
		a.mainlinks:visited 
		{font-size:12px;
		font-weight:bold;
		color:#e82827;
		text-decoration:none;}
		a.mainlinks:hover, a.mainlinks:active { font-size:12px;
		font-weight:bold;
		color:#c1e73c;
		text-decoration:none}

		a.navlinks:link 
		{font-size:12px;
		font-weight:bold;
		color:#e82827;background:;
		text-decoration:none; }
		a.navlinks:visited {font-size:12px;
		font-weight:bold;
		color:#e82827; background:#;
		text-decoration:none;}
		a.navlinks:hover, a:active { font-size:12px;
		font-weight:bold; color:#c1e73c; background:#;
		text-decoration:none}
		
		
		a.sidelinks:link 
		{font-size:10px;
		font-weight:normal;
		color:#e82827;
		text-decoration:none; }
		a.sidelinks:visited {font-size:10px;
		font-weight:normal;
		color:#e82827;
		text-decoration:none;}
		a.sidelinks:hover, a:active { font-size:10px;
		font-weight:normal; color:#c1e73c;
		text-decoration:none}
		

	#wrap 
		{
		width:1000px;
		margin:0 auto;
		text-align:left;
		background:#000;
		}
	
	#main 
		{
		float:left;
		width:555px;
		background:#000;
		overflow:;
		}
		
	#main p 	
		{
		color:#fff;
		font-size:12px;
		text-align:left;
		vertical-align:middle;
		margin-right:8px;
		width:550px;
		}
		
	#main img
		{
		margin: 5px 8px 5px 0px;
		float:left;
		height= "150" width="150" 
		}
				
		
	.entry img
		{
		border:2px solid #fff;
		}
				
		
	#main h1
		{
		font-size:14px;
		font-weight:bold;
		color:#fff;
		margin: 8px 15px 3px 0px;
		}
		
		

	h3 	
		{
		font-weight:bold;
		font-size:10px;
		background:#;
		border-top: solid 1px #555;
		border-bottom: solid 1px #555;
		color:#fff;
		padding:3px 10px;
		text-align:right;
		vertical-align:middle;
		margin: 0px 0px 15px 0px;
		}
		
		
	.entry 
		{
		margin: 0px 15px 25px 8px;
		width:550px;
		clear:both;
		}		
		
	#sidebar 
		{
		width:380px;
		font-size:11px;
		font-weight:bold;
		background:#000;
		overflow:hidden;
		margin: 0px 25px 0px 0px;
		}
		
	#sidebar
		h1
		{
		font-size:12px;
		font-weight:bold;
		color:#fff;
		}
		
	#sidebar
		.sideentry 
		{
		margin-top:25px;
		background:#000;
		}

	
	#sidebar 
		img 
		{
		border:2px solid #fff;
		}
		
	
	#footer
		{
		background:#000;
		clear:both;
		text-align:right;
		font:14px bold;
		color:#fff;
		padding:12px;
		}

</style>

