@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	background-color: #222222;
}
.oneColFixCtrHdr #header {
	background-color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000;
	padding-right: 0;
	padding-left: 0;
}


.oneColFixCtrHdr #mainContent {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	background-color: #222222;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}

#mainContent #logo {
	width: 274px;
	float: left;
}

#mainContent #navbar {
	width: 412px;
	height:40px;
	font-size: 14px;
	float: right;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent #navbar a{
	text-decoration: none;
	color: #FFF;
}

/*#mainContent #navbar tr td a:hover{
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/navbttn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 100px;
} */

.devider {
	background-image: url(../images/navdevider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	vertical-align: middle;
}

.navon{
	background-image: url(../images/navbttn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	height: 37px;
	width: 100px;
	text-decoration: none;
	vertical-align: middle;
	font-size: 16px;
	line-height: 32px;
}

.navon a{
	text-decoration: none;
	color: #FFF;
}

#mainContent #stage {
	width: 912px;
	height:298px;
	clear:both;
	background-image: url(../images/stagegallery.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	margin-top: 10px;
	float: left;
}

#mainContent #textstage {
	padding-top: 10px;
	float: left;
	clear: both;
	width: 912px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4C9ACB;
	margin-top: 10px;
	text-align: center;
}
#textstage #galleriesstage {
	clear:right;
	width: 308px;
	text-align: left;
	font-size: 11px;
	float: left;
}

#textstage #galleriesstage a{
	font-style: italic;
	color: #FFF;
	text-decoration: underline;
}

#galleriesstage #gallery1 {
	background-image: url(../images/blackwhitegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 306px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}

#gallery1 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#galleriesstage #gallery2 {
	background-image: url(../images/landscapegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 306px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}

#gallery2 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#galleriesstage #gallery3 {
	background-image: url(../images/naturegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 306px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}

#gallery3 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#galleriesstage #gallery4 {
	background-image: url(../images/wildlifegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 306px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}

#gallery4 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#galleriesstage #pano {
	background-image: url(../images/panogallery.jpg);
	background-position: center top;
	height: 120px;
	width: 306px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}

#pano p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#textstage #welcomestage {
	float: right;
	width: 600px;
	text-align: justify;
}

#textstage #welcomestage p {
	margin-left: 10px;
	margin-right: 10px;
	white-space: normal;
}

#commissiontext {
	margin-top: 20px;
}

#commissiontextp {
	width: 440px;
	float: right;
	padding: 0px;
}

.oneColFixCtrHdr #footer {
	background-color: #333333;
	clear: both;
	padding: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #innerheader {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#footer #innerfooter {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	background-color: #343434;
}

#mainContent #stage #stageGallery {
	margin-top: 12px;
	margin-left: 22px;
	margin-right: 22px;
	text-align: center;
	vertical-align: middle;
}
#mainContent #stage #stageGalleryBadge {
	position: relative;
	top: -280px;
	background-image: url(../images/gallerycorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 71px;
	width: 71px;
	left: 2px;
}
#footer #innerfooter ul {
	color: #4082B4;
	list-style-type: none;
	margin-top: 30px;
	float: left;
}
#footer #innerfooter ul li {
	margin-bottom: 10px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
}
#footer #innerfooter ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer #innerfooter ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#innerfooter #footeraddress {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 420px;
	font-size: 12px;
}
#innerfooter #footeraddress h3 {
	color: #4385B7;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer #innerfooter #footeraddress p a {
	color: #FFF;
	text-decoration: underline;
}

#footer #innerfooter #footeraddress p a:visited {
	color: #FFF;
}
#footer #innerfooter #footerwebdesigner {
	clear: both;
	float: right;
	width: 912px;
}
#textstage #welcomestage p a {
	color: #FFF;
	text-decoration: underline;
}

#textstage #welcomestage p a:visited {
	color: #FFF;
}
/* ALTERNATE GALLERY STAGE 2 USED FOR THE GALLERY PAGE */
#textstage #galleriesstage2 {
	clear:both;
	width: 912px;
	text-align: left;
	font-size: 11px;
	float: left;
	position: relative;
}

#textstage #galleriesstage2 a{
	font-style: italic;
	color: #FFF;
	text-decoration: underline;
}

#galleriesstage2 #gallery1 {
	background-image: url(../images/blackwhitegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 302px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#galleriesstage2 #gallery1 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}


#galleriesstage2 table tr #gallery2 {
	background-image: url(../images/landscapegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 302px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
}

#galleriesstage2 #gallery2 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#galleriesstage2 #gallery3 {
	background-image: url(../images/naturegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 302px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
}

#galleriesstage2 #gallery3 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#galleriesstage2 #gallery4 {
	background-image: url(../images/wildlifegallery.jpg);
	background-position: center top;
	height: 120px;
	width: 302px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#galleriesstage2 #gallery4 p {
	margin-top: 55px;
	margin-left: 85px;
	font-weight: bold;
	margin-right: 15px;
}

#textstage #gallerytext {
	clear: both;
	width: 912px;
	text-align: justify;
}

#textstage #gallerytext p {
	margin-left: 10px;
	margin-right: 10px;
	white-space: normal;
}

