html { overflow: -moz-scrollbars-vertical; 
}

body {
	background: #00003B url("images/bg_pagee.jpg") repeat-y;
	background-position: center;
	font-family: tahoma, arial, sans-serif;
	margin: 0px;
    text-align: center; /* To center the container in IE */
	color: #33CC00;
}

a {
	color: #FFFFFF;
	font-weight: bold;
}

.site_main {
	background-color: #00003B;
	border-collapse: collapse;
	margin: 0 auto; /* To center the div */
	text-align: left;
	width: 950px;
}

.site_content {
	padding: 10px;
	vertical-align: top;
}

.site_content h1 {
	color: #33CC00;
	border-bottom: 1px solid #33CC00;
	font-size: 105%;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 3px 0px;
	text-transform: uppercase;
}

.site_content h2 {
	color: #33CC00;
	border-bottom: 1px solid #33CC00;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
	text-transform: uppercase;
}

.site_content p {

}

.site_footer {
	background: url("images/footer_bge.jpg");
	height: 32px;
	margin: 20px 10px 0px;
	padding: 0px;
	font-size: 65%;
	font-weight: bold;
	border-top: 1px solid #33CC00;
}

.site_footer div {
	margin: 7px 0px;
	padding: 2px 10px;
} 

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

.site_footer_by a {
	color: #33CC00;
}

.site_footer_copy {
	color: #33CC00;
	float: left;
}

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

.site_header p { /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}

.site_side_navigation {
	vertical-align: top;
	width: 170px;
	padding: 18px 10px 20px 0px;
	margin: 0px;
	border-right: 0px solid #222;
}

.site_side_navigation a {
	background: url("images/nav_bge.jpg") repeat-x;
	border-bottom: 1px dotted #0A50A1;
	color: #33CC00;
	font-size: 8pt;
	font-weight: bold;
	padding: 7px 51px 7px 10px;	
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

.site_side_navigation a:hover {
	color: #FFF;
	text-decoration: none;
}

.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;
}


