@charset "UTF-8";
body {
	background-color: #336600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-image: url(../images/bodyBgd.png);
	background-position: 50%;
}
.iconTable {
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	z-index: 1000; /*change to 1 for MSIE*/
	padding: 0px;
	width: 100%;  /*change to 800px for MSIE*/
	height: 156px;
	top: 0px;
	margin: 0 auto;
	position: fixed;
	background-image: url(../images/menuShadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 180px;
}

#gallery {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#galleryDscr   {
	text-align: left;
	margin: 20px;
}
.galleryHead {
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}
.galleryHeadSm {
	font-size: large;
	font-weight: bold;
	color: #006600;
}
.galleryHeadSm2 {
	font-size: medium;
	font-weight: bold;
	color: #006600;
}
	
.galleryBodyHead {
	font-size: small;
	font-weight: normal;
	color: #006600;
}
.galleryBody {
	font-size: small;
	font-weight: normal;
	color: #333333;
}

.galleryBodySmall {
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}

#footer {
	background-image: url(../images/footer.png);
	z-index: 1000;
	display: block;
	margin: 0px;
	padding: 0px;
	position: fixed;
	background-position: 50% 0px;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 23%;
	left: 0px;
	bottom: 0px;
	font-size: x-small;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
}

#copyright {
	z-index: 1001;
	display: block;
	margin: 0px;
	padding: 0px;
	position: fixed;
	bottom: 5px;
	width: 100%;
	font-size: x-small;
	color: #000000;
	text-align: right;
	font-weight: bold;
	overflow: visible;
	right: 0px;
}
