body {
	background-color: #e8e2cd;
	margin: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
a:link {
	color: #d14a36;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d14a36;
}
a:hover {
	text-decoration: none;
	color: #d14a36;
}
a:active {
	text-decoration: none;
	color: #d14a36;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
}
h3 {
	font-weight: normal;
	font-size: 12px;
}
dd {
	font-size: 10px;
}


#wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	display: block;
	clear: both;
}
#outer_wrapper {
	background-image: url(/images/bk_lined_paper2.jpg);
	background-repeat: repeat-y;
	background-position: center 665px;
	height: 90%;
}
.greybar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #b8bec2;
	background-color: #475a66;
	height: 20px;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	display: block;
}
.greybar div {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
.greybar a:link {
	color: #73add6;
	text-decoration: none;
	text-transform: uppercase;
}
#container {
	width: 790px;
	margin: 0 auto;
	min-height: 670px;
}
#subnav {
	width: 765px;
	margin: 15px auto 0;
	padding-left: 15px;
}
#subnav h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#content {
	width: 430px;
	margin: 20px 0 20px 70px;
	clear: both;
	padding-bottom: 20px;
}
#content img {
	margin: 10px;
}

/* Blog Styles */
.blog_post {
	background-image: url(/images/divider_drawn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.blog_post h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.blog_info {
	margin-top: 30px;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}