html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
 
body {
	background-color: #673303;
	font: 100.01%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background-image: url(../DesignImages/wrapperBG.jpg);
	background-repeat: repeat-y;
}

#innerwrapper {
	width: 700px;
	margin: 0 auto;
	padding-top: 1px;
}

#top {
	background-image: url(../DesignImages/TopBG.jpg);
	background-repeat: no-repeat;
}

#header {
	background-image: url(../DesignImages/HeaderBg.jpg);
	background-repeat: no-repeat;
	height: 132px;
	margin-top: 76px;
}

#nav {
	border-bottom: 1px solid #fff;
	border-top: 1px 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: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 3px;
	background-image: url(../DesignImages/GalleryA.jpg);
	background-repeat: repeat;	
	border: 1px solid #fff;
	font-size: 80%;
	height: 1%;
}

#GalleryNav a:hover {
	background-image: url(../DesignImages/GalleryAHover.jpg);
	background-repeat: repeat;
}

#GalleryNav h2 {
	font-size: 95%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#comment {
	background-color: #4b4c01;
	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%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#content table {
	background-color: #2d301f;
	border: 1px solid #fff;
   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;
	background-image: url(../DesignImages/FooterBg.jpg);
	background-repeat: no-repeat;
	height: 60px; 
	margin-top: 25px;
}