body {
	margin: 0px;
	padding: 0px;
	background: url(images/top-bar.jpg) repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/container-bg.jpg) no-repeat top;
	min-height: 500px;
}

#topbar {
	float: left;
	display: inline;
	overflow: hidden;
	width: 918px;
	padding: 7px 36px;
	height: 18px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#topbar a {
	color: #ccc;
	text-decoration: none;
}

#topbar a:hover {
	text-decoration: underline;
}

#topbar .left {
	float: left;
	display: inline;
}

#topbar .right {
	float: right;
	display: inline;
	text-align: right;
	margin-left: 15px;
}

#header {
	float: left;
	display: inline;
	overflow: hidden;
	width: 990px;
	height: 130px;
}

#nav {
	margin: 102px 15px 5px 36px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#nav li a {
	color: #000;
	text-decoration: none;
	padding-left: 36px;
	background: url(images/tie-black.jpg) no-repeat left;
	background-position: 0px 2px;
}

#nav li a:hover {
	color: #1f275a;
	padding-left: 36px;
	background: url(images/tie-blue.jpg) no-repeat left;
	background-position: 0px 2px;
}

#wrapper {
	float: left;
	display: inline;
	overflow: hidden;
	width: 990px;
	margin-top: 18px;
}

#content {
	float: left;
	display: inline;
	overflow: hidden;
	width: 570px;
	margin: 0px 15px 0px 36px;
}

#content h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #1f275a;
	font-style: italic;
}

#content h1 a {
	text-decoration: none;
}

#content h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #1f275a;
	font-family:Arial, Helvetica, sans-serif;
}

#content h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#content .col-post {
	float: left;
	display: inline;
	overflow: hidden;
	width: 265px;
	margin-right: 20px;
}

#content .col-post h2 {
	font-size: 1.1em;
	text-align: center;
	padding: 5px;
	background: #efefef;
	margin-bottom: 0px;
}

#content img {
	margin-bottom: 10px;
}

#content img.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	background: none;
	padding: 0px;
}

.wp-caption-text {
	display: none;
}

#sidebar {
	float: right;
	display: inline;
	overflow: hidden;
	width: 300px;
	margin: 24px 36px 0px 0px;
}

#sidebar h2 {
	font-style: italic;
	color: #1f275a;
	font-size: 1.6em;
	font-weight: normal;
}

#footer {
	float: left;
	width: 100%;
	background: #1f275a url(images/footer.jpg) repeat-x top;
}

#footer-inner {
	width: 918px;
	margin: 0px auto;
	padding: 50px 36px 15px 36px;
	background: url(images/footer-inner.jpg) no-repeat top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ccc;
}

/* Universals */

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
	margin-bottom: 17px;
}

p {
	line-height: 150%;
}

a img {
	border: 0px;
}

a {
	color: #1f275a;
}

a:visited {
	color: #036;
}

.alignleft {
	float: left;
	margin: 0px 12px 12px 0px;
	padding: 5px;
	background: #999;
}

.alightmiddle {
	text-align: center;
	margin: 0px auto 12px auto;
}

.alignright {
	text-align: right;
	margin: 0px 0px 12px 12px;
	float: right;
}