	* {margin:0; padding:0;}
	img {
	border: 0px;
	}
	body {
	background: #405569 url('img/bg.png') repeat-y;
	background-position: 50% 0;
	background-attachment: fixed;
	}
	#container {
	margin: 0 auto;
	width: 960px;
	}
	#header {
	background: url('img/header.png') no-repeat;
	width: 960px;
	height: 126px;
	}
	#header #header_ad {
	float: right;
	margin: 15px 30px 0px 10px;
	}
	#header_ad img {
	padding: 4px;
	background: #47627d;
	}
	#header #menu {
	float: left;
	height: 36px;
	margin: 5px 0px 0px 10px;
	}
	a.home, a.about, a.stories {
	width: 144px;
	height: 36px;
	display: block;
	background: url('img/buttons.png') no-repeat;
	margin: 0px 5px 0px 5px;
	}
	a.home:hover {
	background-position: 0px -36px;
	}
	a.about {
	background-position: -144px 0px;
	}
	a.about:hover {
	background-position: -144px -36px;
	}
	a.stories {
	background-position: -288px 0px;
	}
	a.stories:hover {
	background-position: -288px -36px;
	}
	#content {
	width: 960px;
	height: auto;
	}
	#left {
	float: left;
	width: 652px;
	}
	.post {
	width: 652px;
	margin: 5px 0px 5px 0px;
	}
	.post_title {
	width: 652px;
	height: 36px;
	text-shadow: 0px 0px 5px #000;
	background: #555;
	}
	.post_title span.title {
	font-size: 18px;
	font-weight: 600;
	color: #888;
	float: left;
	padding: 3px 0px 0px 10px;
	}
	.date {
	font-size: 14px;
	font-weight: 600;
	color: #888;
	float: right;
	padding: 3px 15px 0px 0px;
	}
	.post_title span a {
	font-size: 18px;
	font-weight: 600;
	color: #888;
	padding: 3px 0px 0px 10px;
	}
	.post_body {
	width: 652px;
	background: #555;
	}
	.post_body p {
	padding: 3px 0px 10px 10px;
	color: #222;
	}
	.post_body ul {
	padding: 3px 0px 10px 45px;
	list-style: none;
	color: #222;
	}
	.post_bottom {
	width: 652px;
	height: 25px;
	background: #555;
	}
	#right {
	float: right;
	width: 290px;
	}
	
	.side {
	background: #555;
	width: 290px;
	margin: 5px 0px 5px 0px;
	}
	.side_title {
	width: 290px;
	height: 40px;
	text-align: center;
	}
	.side_title span.title {
	font-size: 20px;
	font-weight: 600;
	color: #888;
	padding: 3px 0px 0px 10px;
	}
	.side_title span a {
	font-size: 18px;
	font-weight: 600;
	color: #888;
	padding: 3px 0px 0px 10px;
	}
	.side_body {
	width: 290px;
	}
	.side_body p {
	padding: 3px 0px 5px 10px;
	color: #222;
	}
	.side_body ul {
	padding: 3px 0px 5px 15px;
	list-style: none;
	color: #222;
	}
	.side_bottom {
	width: 290px;
	height: 26px;
	}
	#page_nav {
	width: 100%;
	background: #555;
	border-top: 1px dashed #222;
	}
	.left {
	float: left;
	}
	.right {
	float: right;
	}
	#footer {
	clear: both;
	background: #555;
	border-top: 1px solid #000;
	height: 75px;
	}
	#footer #inside_footer {
	padding: 20px;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	font-style: italic;
	text-transform:capitalize;
	}
	a, a:visited {
	color: #142635;
	text-decoration: none;
	}
	
.info {
padding: 0px 10px 7px 10px;
width: 200px;
float: left;
color: #222;
}
.comments {
padding: 0px 10px 7px 10px;
width: 300px;
float: right;
text-align: right;
}
