body {
	font-family: Helvetica, "trebuchet ms", Sans-Serif;
}

h2, h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: .85em;
}

.centered {
	text-align: center;
}
.container {
	width: 100%;
}

#header, #contentbg {
	width: 750px;
	margin: 0px auto;
}

#nav {
	width: 752px;
	margin: 0px auto;
}

#header-container {
	height: 125px;
}


#nav-container {
	background: #88ac0b url('../images/navbg.gif') left repeat-x;
}

#nav {
	height: 30px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	width: 148px;
	height: 30px;
	display: block;
	background: #88ac0b url('../images/button.gif') left no-repeat;
	text-align: center;
}

#nav ul li.spacer{
	background: #88ac0b url('../images/buttonspacer.gif') left no-repeat;
	width: 2px;
}

#nav ul li.active {
	background: #88ac0b url('../images/buttonactive.gif') left no-repeat;
}

#nav ul li:hover {
	background: #88ac0b url('../images/buttonhover.gif') left no-repeat;
}

#nav ul li.active:hover {
	background: #88ac0b url('../images/buttonactivehover.gif') left no-repeat;
}

#nav a {
	color: #333;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding-top: 6px;
	height: 30px;
	width: 148px;
	font-size: 1.07em;
}

#content-container {
	background: #F9F9F7 url('../images/diag.gif') repeat-x;
}

#contentbg {
	width: 750px;
	background: #fff;
	border-left: 1px solid #dcdcd0;
	border-right: 1px solid #dcdcd0;
	border-bottom: 1px solid #dcdcd0;
	position: relative;
}
#content, #footer {
	position: relative;
	padding: 15px 15px;
	margin: 0px;
	z-index: 2;
}
#content ul {
	list-style-type: disc;
	padding-left: 20px;
	padding-top: 10px;
}
#content p {
	margin-bottom: 18px;
	line-height: 20px;
}

#content img.featuredpic {
	float: left;
}

#content div.floated {
	margin-left: 200px;
}

#content div.post h1 {
	font-size: 1.4em;
	padding: 0px 0px 5px 5px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #aaa;
	color: #222;
}
div.postheader {
	position: relative;
}

div.date {
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: .9em;
	color: #333;
}

.postcontainer {
		margin-bottom: 30px;
}

.seperator {
	clear: both;
}

#footer {
	clear: both;
}