body
{
	margin:0;
	background-color:#142732;
	font-family: arial;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6, a
{
	color: #89b72d;
	font-weight: normal;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 20px;
}

#page_container
{
	width: 900px;
	margin: 0 auto;
	background-color:#ffffff;
}

#header
{
	width: 900px;
	height: 66px;
	background: #ffffff url(images/header.jpg) center no-repeat;
	position: relative;
}

#logo
{
	position: absolute;
	width: 222px;
	height: 50px;
	top: 17px;
}

#top_nav
{
	position: absolute;
	right: 25px;
	top: 0px;
	width: 541px;
	height: 65px;
}

#content
{
	width: 890px;
	margin: 15px auto 0;
}


.left
{
	float: left;
	text-align: center;
}

.right
{
	float: right;
	overflow: scroll;
}

.half
{
	margin-top: 15px;
	border: 1px #000000 solid;
	padding: 10px;
	width: 350px;
	height: 350px;
}

#blurb
{
	height: 20px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 22px;
}

#content_left
{
	width: 675px;
	padding-top: 1px;
	float: left;
}

#content_right
{
	width: 210px;
	padding-top: 1px;
	float: right;
}

#top_left, #top_middle, #top_right
{
	padding: 0 10px;
	width: 203px;
	min-height: 325px;
	padding-bottom: 5px;
	background: url(images/sm_column_bg_solid.jpg) top center repeat-x;
}

#top_left h2, #top_middle h2, #top_right h2
{
	padding-top: 10px;
	margin-bottom: 9px;
}

#top_left p, #top_middle p, #top_right p
{
	/*
	padding: 5px;
	margin: 0px;*/
}

#footer
{
	border-top: 1px #cccccc solid;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ffffff;
/*
	margin-top: 10px;
*/
}

#content_top
{
	padding-left: 2px;
}

#tweet {
  color: #000000;
}

#tweet a {
  color: #89B72D;
}

#tweet a:hover,
#tweet a:focus {
  background-color: #eee;
  color: #212121;
}

#tweet ul {
  font-size: 85%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#tweet ul li {
}

.update {
  border: 1px solid #212121;
  padding: 5px 14px;
  background-color: #FFFDA3;
}

.blog_title
{
	color:#975e22;
	margin: 15px 0 -10px 0;
}