@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-color: #302E2E;
	background-position: center top;
	background-repeat: no-repeat;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.thumbDiv {
}

#header {
	background-color: #302E2E;
	text-align: left;
	margin-top: 30px;
}
#header img {
	float: left;
	clear: left;
}
#mainContent  {
	float: right;	/*overflow: auto;*/
	width: 100%;
	padding: 0;
	/*height: 30 em;*/
	background-image: url(../../images/gallery2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
#nav a {
	display:block;
	float: left;
	margin-top: 34px;
	height: 16px;
	padding-right: 1em;
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-weight: bold;
	background-image: url(../../images/buttonBkrnd.jpg);
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #C7C5C5;
	clear: right;
	font-size: .75em;
}

div#nav a:hover , div#nav a#selected {
	background-position: 0px -27px;
	color: #FFF;
	border-top-color: #302E2E;
	border-right-color: #302E2E;
	border-bottom-color: #302E2E;
	border-left-color: #302E2E;
	
}
#nav {
	background-color: #302E2E;
	clear: right;
	float: left;
	width: 60%;
}
.clearBoth {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.errorText {
	font-weight: normal;
	color: #CC0000;
}

.dwFooter {
	color: #959691;
	float: right;
	clear: left;
	width: 40%;
	/*font-size: 9px;*/
	
}
.dwFooter a {
	color: #959691;
	text-decoration: none;
}
.dwFooter a:hover {
	text-decoration:underline;
	color: #FBFBFB;
}
.dwFooter a:visited{
	color: #959691;
	}

