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

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
.container {
	margin: 0 auto;
	width: 800px;
}
#header {
	background-image: url('/images/header_bg.png');
	height: 141px;
}
#header-container {
	text-align: center;
	padding-top: 27px;
}
#nav {
	background-image: url('/images/nav_bg.png');
	height: 42px;
}
#nav ul {
	list-style-type: none;
}
	#nav ul li{
		float: left;
		margin: .9em .5em 0 0;
		background: url('/images/nav_off_left.png')  top left no-repeat;		
	}
	#nav ul li a {
		display: block;
		text-decoration: none;
		color: #484848;
		padding: 0.3em 1.4em;
		background: url('/images/nav_off_right.png') top right no-repeat;
	}
	#nav ul li.active {
		background: url('/images/nav_on_left.png')  top left no-repeat;
	}
	#nav ul li.active a {
		background: url('/images/nav_on_right.png') top right no-repeat;
	}
#content {
	margin-top: 15px;
	padding-bottom: 75px;
}
#not-footer {
	position: relative;
	min-height: 100%;
}
* html #not-footer {
	height: 100%;
}
#left-column {
	width: 570px;
	float: left;
}
#right-column {
	width: 200px;
	float: right;
}
#footer {
	position: relative;
	background-color: #E1E1E1;
	height: 75px;
	margin-top: -75px;
	clear: both;
}
#footer p {
	line-height: 75px;
}
#footer img {
	float: right;
	padding-top: 20px;
}

.newspost {
	clear: both;
}
.newspost h3 {
	float: left;
	width: 120px;
}
.newspost h2 {
	float: right;
	width: 410px;
}
.newspost p {
	float: right;
	width: 410px;
}

#sub-nav {
	list-style-type: none;
	margin-top: 0.2em;
	margin-bottom: 3em;
}
#sub-nav li {
	line-height: 2em;
	font-size: 1.5em;
	border-bottom: 1px solid #E1E1E1;
}
#sub-nav li a {
	color: #666666;
}
#sub-nav li a:hover {
	text-decoration: none;
	color: #CC3366;
}
.right {
	float: right;
}