@charset "UTF-8";
/* CSS Document */
	
body{font-family:"Courier New", Courier, monospace;}
.post 						{ /*width: 896px;*/ }
.menu{
	position:fixed;
	width:150px;
	background:#ffffff;
	opacity: .5;
	}
	#left_col ul{
		list-style:none;
	}
	#left_col ul li a {
		text-decoration:none;
		font-weight:normal;
		font-size:smaller;
		
	}
		#left_col ul li a:hover {
		text-decoration:underline;
	
	}
	#number_links ul{
		list-style:none;
		
	}
	#number_links ul{
		font-size:x-small;
		font-weight:lighter;
		font-decoration:none;
	
	}
	#left_description{
		background:none repeat scroll 0 0 #FFFFFF;
        float:left;
        left:170px;
        opacity:0.5;
        padding:5px 10px 10px 5px;
        position:fixed;
        top:11px;
        width:187px;
		font-weight:normal;
		font-size:smaller;
		
	}
	#information{
		
		left:100px;
		font-size:x-small;
		background-position:bottom;
		font-weight:normal;
		background:none repeat scroll bottom #636;
		color:#FFF;
		position: absolute; left: 10px; bottom: 10px;
		position:fixed;
		
		
		
	

}

img{border:none;}












