* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#page_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #26393d;
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 780px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#body_text {
	width: 650px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
#body_text h1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
}
#body_text p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 90%;
	text-decoration: none;
	line-height: 120%;
}
#body_text p a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#body_text p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#body_text p a:hover {
	color: #26393D;
	text-decoration: none;
}
#body_text p a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#body_images {
	width: 115px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
#body_images img {
	border: 4px solid #26393D;
	margin-bottom: 10px;
}
#header img {
	margin-right: 10px;
}
#footer {
	text-align: right;
	padding-right: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}
#footer a:link {
	color: #26393D;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
