body {
	background-color: #ffffff;
	margin: 0;
}

.page {
	margin: auto;
	background-color: #ffffff;
	text-align: left;
	width: 870px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	color: #333333;
}

.header {
	background: #ffffff;
	width: 830px;
	height: 90px;
	padding-left: 40px;
}

.headerimage {
	margin-left:-3px;
	padding-right: 12px;
	float:left;
}

.subheader {
	color: #22436d;
}

a.navbtn {
	background: url(../images/navbtns.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

a.navbtn.projects {
	height: 47px;
	width: 66px;
	background-position: 0 0;
}

a.navbtn.projects:hover {
	background-position: 0 -47px;
}
a.navbtn.projects.active {
	background-position: 0 -94px;
}
a.navbtn.blog {
	height: 47px;
	width: 43px;
	background-position: -66px 0;
}

a.navbtn.blog:hover {
	background-position: -66px -47px;
}

a.navbtn.blog.active {
	background-position: -66px -94px;
}

a.navbtn.info {
	height: 47px;
	width: 85px;
	background-position: -109px 0;
}

a.navbtn.info:hover {
	background-position: -109px -47px;
}

a.navbtn.info.active {
	background-position: -109px -94px;
}

.entry {
	background: #ffffff;
	margin: 20px 40px 0 40px;
	width: 790px;
	border: none;
	clear: both;
}

.entryimage {
	border: none;
}

.contact_entry {
	padding: 20px 0 0 40px;
	clear: both;
}

.noimg {
	padding-left:169px;
}

.entryinfo_img {
	float: left;
}

.entryinfo_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 19px;
	float: left;
	margin-left: 20px;
}

.footer {
	background: #ffffff;
	width: 790px;
	text-align: center;
	border: none;
	clear: both;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #22436d;
	}

h1 {
	font-size: 18px;
	text-align: center;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 12px;
	}

a {
	color: #22436d;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #22436d;
	text-decoration: underline;
}
	
.posttitle {
	position: relative;
}

.date {
	position:absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	color: #22436d;
}

.postexpand {
	padding-top: 5px;
	text-align: center;
}

.postinfo {
	width: 197px;
	float: left;
	padding-top: 7px;
}

.postattachment {
	padding-top: 10px;
}

.br {
	width: 790px;
	height: 1px;
	padding-top: 13px;
	padding-bottom: 7px;
	border: none;
}

.br_narrow {
	width: 640px;
	height: 1px;
	border: none;
}

.metadescription {
	text-indent: -9999px;
}