@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font: 14px Tahoma, Geneva, sans-serif;
}

#headerContainer {
	width: 100%;
	background: #1F5B78;	
}

#header {
	width: 960px;
	background: #1F5B78;
	margin: 0 auto;
}


#content {
	width: 960px;
	margin: 0 auto;
}

#content img {
	border: 1px solid #CCC;
	padding: 2px;
}

.postLinks {
	float: left;
}

.postCats {
	float: right;
}

.postNav {
	margin: 5px 0 5px 0;
	border: 1px solid #666;
	border-left: none;
	border-right: none;
	height: 40px;
}

a {
	color: #b72634;
	text-decoration: none;	
}

a:hover {
	color: #333;
}

.postLinks a {
	font: bold 26px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.postCats a {
	font: bold 26px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
