body {
	background-color: #002d48;
	background-image: url("images/bg_page.jpg");
	font-family: tahoma, arial, sans-serif;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

.site_main {
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
}

.site_content {
	background-image: url("images/content_bg.jpg");
	background-repeat: repeat-y;
	padding: 10px;
}

.site_content h1 {
	border-bottom: 1px solid #7B7C7C;
	color: #0064A1;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
}

.site_content h2 {
	border-bottom: 1px solid #7B7C7C;
	color: #0064A1;
	font-size: 105%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
}

.site_content p {
	margin: 0px;
	padding: 3px 10px;
}

.site_footer {
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	height: 23px;
	padding: 0px;
	font-size: 65%;
	font-weight: bold;
}

.site_footer div {
	margin: 3px 10px;
	padding: 2px 5px;
} 

.site_footer_by {
	float: right;
	text-align: right;
}

.site_footer_by a {
	color: #0064A1;
}

.site_footer_copy {
	color: #0064A1;
	float: left;
}

.site_header {
	background-image: url("images/header.jpg");
	background-position: center;
	height: 200px;
	padding: 0px;
}

.site_navigation {
	background: #005081;
	background-image: url("images/nav_bg.jpg");
	background-repeat: repeat-x;
	border-top: 1px solid #59A8DA;
	border-bottom: 1px solid #002F4C;
	background-position: -1px;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 10px 7px;
	text-align: center;
}

.site_navigation a {
	color: #FFFFFF;
	border-left: 1px solid #59A8DA;
	border-right: 1px solid #002F4C;
	padding: 5px 10px 7px;
	text-decoration: none;
}

.site_navigation a:hover {
	background: #686A6B;
	background-image: url("images/nav_bg_over.jpg");
	background-repeat: repeat-x;
	background-position: -1px;
	text-decoration: none;
}

.site_navigation li {
	display: inline;
	margin: 0px -2px;
}

.site_navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mod_photo_gallery_image {
	margin: 5px 10px;
	text-align: center;
}

.mod_photo_gallery_image img {
	border: 1px solid #000000;
}

.mod_photo_gallery_listings {
    border: 1px solid #000000;
	margin: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 680px;
}

.mod_photo_gallery_listings td {
    border: 1px solid #000000;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	width: 220px;
}

.mod_photo_gallery_listings img {
	border: 1px solid #000000;
}


