body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	float: left;
	width: 798px;
	background-attachment: scroll;
	background-image: url(images/back_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#footer {
	float: left;
	height: 50px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(images/top_border.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h4 {
	color: #435F86;
}



.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 150%;
}
#header {
	float: left;
	height: 90px;
	width: 798px;
	border: 1px solid #666666;
	background-color: #5F779D;
	text-align: right;
}
#Headings {
	float: left;
	height: 25px;
	width: 798px;
}

#main #left {
	float: left;
	width: 500px;
}
#main #right {
	float: right;
	width: 280px;
}


#logo_header {
	float: left;
	height: 88px;
	width: 800px;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
#left_header {
	background-color: #8FAAC5;
	float: left;
	height: 250px;
	width: 300px;
}
#right_header {
	float: right;
	height: 250px;
	width: 500px;
}
#top_border {
	background-attachment: scroll;
	background-image: url(images/top_border.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 18px;
	width: 800px;
}
p {
	line-height: 150%;
}
