body{ 
	background-image: url(images/body-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0f479e;
	}
.title {
	width: 100%;
	height: 40px; 
	background: #000; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	margin: 60px auto 0 auto;
	}
h1, h1 a {
	font-family: Verdana, Tahoma;
	font-size: 1.8em;
	font-weight: 100;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: middle;
	color: #fff; 
	text-decoration: none}
.nav{ 
	height: 78px;
	background-repeat: repeat-x;
	background-image: url('images/header-bg.jpg');
	}
.nav ul{
	padding: 20px 0 0;
	}		
.nav ul li{
	display: inline;
	}
.nav ul li a {
	color: #fff; 
	text-decoration: none; 
	font-size: 1.5em; 
	padding: 20px 0 0 0;
	}
.entry img{padding: 3px; background: #444; border: #0f479e;}
.sidebar {}
#footer{width: 100%; display: block;clear: both;}
.credits {padding: 20px;}
.alignright{float:right; display:inline; padding:0;margin:0 0 0 5px;border:0;}
.alignleft{float:left; display:inline; padding:0;margin: 0 5px 0 0;}