body {
	background-color: #559c9e;
	background-attachment: fixed;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.quote {
	font-style: italic;
	color: #0c344e;
}

.header {
	background-attachment: fixed;
	background-image: url(images/header_t.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
}
.main_table {
	background-color: #d5d8ca;
	background-image: url(images/shell_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.headerdivide {
	background-image: url(images/divide_header.gif);
	background-repeat: repeat-x;
	padding: 0px;
}



.footerdivide {

	background-image: url(images/divide_footer.gif);
	background-repeat: repeat-x;
}
.header-b {
	background-attachment: fixed;
	background-image: url(images/header_b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	height: 40px;
}
.footer_bg {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	height: 40px;
	padding: 10px;
}

.main_table {
	background-image: url(images/shell_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #d5d8ca;
}
.images_border {
	border: 3px solid #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0A1020;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #D96170;
}
