html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*	links
------------------------------------------------------------------------------- */	
a:visited,
a:active,
a:link {
	color:#377c2b;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #669900; 
	text-decoration: none;
	font-weight: normal;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:normal;
	color:#FFF;
	background: url(../Images/gray-background.gif) repeat;
}
/* end hiding from IE5 mac */
 #wrapper {
	width: 968px;
	margin: 15px auto 0 auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:8px ridge #000;
	border-radius:10px;
	font-style:normal;
}

#innerwrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 1px;
}
#header {
	width:504px;
	height: 92px;
}

#nav {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 10px 0 15px 0;
	text-align: center;
	padding-left: 10px;
}

#nav img {
	margin: 10px 18px 10px 0;
}

#GalleryNav {
	float: right;
}

#GalleryNav ul {
	list-style-type: none;
	margin: 20px 0 30px 0;
	/*text-align: center;*/
	width: 180px;
}

#GalleryNav ul li {
	/*display: inline;*/
	margin-right: 10px;
	margin-bottom: 2px;
	
}

#GalleryNav ul li a {
	color: #006600;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 2px;
	border:#000000 solid 1px;
	height: 1%;
	background: url(/Images/GalleryA.gif) repeat;
}

#GalleryNav a:hover {
	background: url(/Images/GalleryAHover.gif) repeat;
}

#GalleryNav h2 {
	font-size: 95%;
}

#comment {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #fff;
	margin-bottom: 15px;
}

#comment p {
	font-size: 80%;
}

#comment h5 {
	text-align: center;
}

#content {
	margin: 0 auto;
}

#content h1 {
	font-size: 100%;
}

#content table {
	background-color: #D1D1D1;
	border: 1px solid #000;
   margin: 20px 0;
	font-size: 80%;
	float: left;
}

#content table td {
	padding: 5px;
}

#content table td p {
	text-align: center;
}

#content table a img {
	border: 1px solid #000;
}

#content table a {
	color: #8fa77a;
}

#content table a:hover {
text-decoration: none;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 10px;
	width: 960px;
	color: #000000;
	font-weight: bold;
	font-style:normal;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top:10px;
}
