#header {
	height: 228px;
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	z-index: 3;
}
#content_background {
	background-image: url(bottom_background.png);
	width: 800px;
	position: absolute;
	height: 752px;
	left: 50%;
	bottom: 0px;
	margin-left: -400px;
	z-index: 1;
	background-position: center bottom;
}
#ie6hackeyfix {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: auto;
	z-index: 2;
	clear: both;
}
#content_text {
	width: 800px;
	left: 50%;
	top: 0px;
	position: absolute;
	margin-left: -400px;
	display: inline;
	padding-top: 228px;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}


html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#navigation {
	float: left;
	width: 140px;
	color: #FFFFFF;
	position: relative;
	font-size: small;
	margin: 0px;
	padding-top: 13px;
	padding-left: 20px;
}
#main_body {
	position: relative;
	float: left;
	width: 422px;
	padding-top: 13px;
	padding-left: 36px;
}
#main_body p {
	line-height: 150%;
}

#right_extras {
	float: right;
	width: 140px;
	position: relative;
	color: #FFFFFF;
	font-size: small;
	padding-top: 13px;
	padding-right: 13px;
}
#right_extras p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#main_body h1 {
	font-size: 24px;
	font-weight: bold;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {

	color: #FFCC00;
	text-decoration: none;
}
#main_body a {
	color: #1D740E;
}
.float_pic_right {
	float: right;
	margin-bottom: 7px;
	margin-left: 7px;
}
#sidebar ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
}
#sidebar h2 {
	font-size: medium;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFB418;
	border-right-color: #FFB418;
	border-bottom-color: #FFB418;
	border-left-color: #FFB418;
	margin-top: 20px;
	border-bottom-style: solid;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFB913;
	text-decoration: none;
}
.post {
	margin-bottom: 75px;
	margin-top: 0px;
	clear: both;
}
.entry {
	font-size: smaller;
}
.alignleft {
	float: left;
	display: inline;
	margin-right: 25px;
}
.alignright {
	float: right;
	display: inline;
	margin-left: 25px;
}
.navigation {
	font-size: x-small;
}#main_body h1 {
	font-size: large;
}
#main_body h2 {

	font-size: medium;
}
.small_text_right {
	font-size: 10px;
}
