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

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

.site_main {
	background-color: #626262;
	background-image: url("images/content_bg.jpg");
	background-repeat: repeat-y;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
}

.site_content {
	padding: 10px;
}

.site_content h1 {
	border: 1px solid #333333;
	background-color: #444444;
	color: #FFF16E;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
}

.site_content h2 {
	border: 1px solid #333333;
	background-color: #444444;
	color: #FFF16E;
	font-size: 105%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
}

.site_content p {
}

.site_footer {
	background: #000000;
	background-image: url("images/footer_bg.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #333333;
	height: 80px;
	padding: 0px;
	font-size: 65%;
	font-weight: bold;
}

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

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

.site_footer_by a {
	color: #000000;
}

.site_footer_copy {
	color: #000000;
	float: left;
}

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

.site_navigation {
	background: #FFED81;
	background-image: url("images/nav_bg.jpg");
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.site_navigation a {
	color: #000000;
	border-left: 1px solid #FFFFDF;
	border-right: 1px solid #A2A202;
	padding: 6px 10px;
	text-decoration: none;
	margin: 0px;
}

.site_navigation a:hover {
	background: #444444;
	background-image: url("images/nav_over.jpg");
	background-repeat: repeat-x;
	color: #F1F1F1;
	text-decoration: none;
}

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

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

<!-- Email Form -->

div#submit {
	margin: 2px;
	text-align: center;
}

input#submit {
    background: #FFED81;
    border: 1px solid #333333;
    color: '#333333';
    font-weight: bold;
    margin: 2px;
    padding: 1px;
    width: 130;
}

td#inputleft {
    font-size: 12px;
	font-weight: bold;
    padding: 2px 20px 2px 20px;
    width: 50%;
}

td#inputright {
    font-size: 12px;
	font-weight: bold;
    padding: 2px 20px 2px 20px;
    width: 50%;
}

td#inputfull {
    font-size: 12px;
	font-weight: bold;
    padding: 2px 20px 2px 20px;
    width: 100%;
}

#input1 {
	background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    font-family: Verdana , Arial , Sans-serif;
    font-size: 12px;
    padding: 1px;
    width: 100%;
}

table#layout {   
  border-collapse: collapse;
  width: 97%;
}

