/* CSS Document */



body {
	padding: 0;
	margin: 0;
	background-position: left bottom, right bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.header_image_hold {
	background-image: url(img/bg_3.gif);
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content_page {
	clear: none;
}
.nav {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.content_page .nav img  {
	padding-right: 8px;
	padding-left: 8px;
	clear: both;
}

.note {
	font-family: "Courier New", Courier, monospace;
	width: 400px;
	padding-right: 200px;
	padding-left: 200px;
	font-style: italic;
	clear: both;
}
