body {
	background-image:url('back2.jpg');
	background-repeat:no-repeat;
	background-color:#eaeae3;
	font-family: Helvetica, "Trebuchet MS";
	}
	
	p{
	font-size:0.9em;
	margin: 0px 0px 5px 0px;
	max-width:480px;
	}
	
	a {text-decoration:none;
	color:#090;
	}
	
	a:hover {
	text-decoration:underline;
	}
	
	h1{
	font-size:1.5em;
	margin: 0px 0px -6px 0px;
	text-transform:uppercase;
	font-weight:lighter;
	letter-spacing: 4px;
	font-family: Futura, "Futura LT Medium", Helvetica, "Trebuchet MS";
	}
	
	h1 a {
	color:black;
	}
	
	img { border: none; margin-bottom:5px; } 

	#sidebar {
	position: absolute;
	top:380px;
	left:15px;
	width:170px;
	text-align:justify;
	font-size:13px;
	line-height:13px;
	}
	
	#content {
	position: absolute;
	left:205px;
	width:800px;
	}

	.metadata {
	text-transform:uppercase;
	font-size:11px;
	}
		
	.post {
	margin-bottom:25px;
	}
	
	.post img {
	border:3px solid black;
	
	}
