body
{
	margin: 0;
	background: #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: 900px;
	margin: 15px auto 10px;
}


.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;
}

#content_left
{
	width: 900px;
	float: left;
	/*background: url(images/content_bg.jpg) top repeat-x;*/
	background-color:#ffffff;
}

#content_right *
{
	padding: 0;
	margin: 0;
}

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

.blog_title
{
	margin: 10px;
}