body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	padding-top: 20px;
	text-align: center;
}

h1, h2 {
	margin-top: 0px;
	letter-spacing: -1px;
	color: #004e30;
}

h2 {
	font-size: 100%;
}

#header {
	text-align: center;
	margin-top: 0px;
	color: #FFD700;
	background-color: #004e30;
	border-bottom: 1px solid #000000;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#header img {
	border: none;
}

#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color: #FFD700;
}

#header h1 a:hover {
	/*text-decoration: underline;*/
	color: #FAF4EB;
}

#pagewrap {
	width: 775px;
	color: #000000;
	background-color: #FAF4EB;
	margin: auto;
	text-align: left;
} 

#menu {
	text-align: center;
	padding: 0px;
	background-color: blue;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	font-size: 0.8em;
}

#menu ul li#aboutshow {
	width: 120px;
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	color: #004e30;
	border-right: solid 1px #CCB8A3;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #004e30;
	color: #ecc845; 
}

#pagecontent {
	width: 100%;
	border-top: solid 1px #ccb8a3;
	clear: both;
}

#content {
	display: inline;
	float: left;
	width: 525px;
	margin-top: 20px;
	font-size: 0.9em;
	padding-left: 1%;
}

#gallerycontent {
	display: inline;
	float: left;
	width: 775px;
	margin-top: 20px;
	font-size: 0.9em;
	padding-left: 1%;
}

#forumcontent {
        display: inline;
        float: left;
        width: 100%;
        margin-top: 20px;
        font-size: 0.9em;
	padding-right: 1%;
}
					

#sidebar {
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 210px;
	/*background-color: #CCB8A3;*/
	background-color: #efe8dd; /*eadfcf; /*eae1d3; /*e7d7be;*/
	border: solid 1px #CCB8A3;
	font-size: 0.9em;
}

#sidesec1, #sidesec2, #sidesec3 {
	padding: 0 5px 15px;
}

#sidesec1 {
/*	background: url(/inc/header.png) top left no-repeat;*/
	padding-top: 10px;
}

#sidesec2 {
	 background: url(/inc/header2.png) top left no-repeat;
	 padding-top: 25px;		 
}

#sidesec3 {
	 background: url(/inc/header.png) top left no-repeat;
         padding-top: 20px;
}

#footer {
	clear: both;
	margin-top: 3%;
	text-align: center;
	background-color: #004e30;
	color: #efe8dd;
	font-size: 0.8em;
	padding: 10px;
}

.hidden {
	display: none;
}

.access {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
/*	color: #215e21;*/
}

.mug {
	float: left;
	padding: 0px 7px 5px 0px;
}

.galimage {
	color: #FFD700;
}

.floatthumb div {
	float: left;
	width: 150px; height: 150px; padding: 6px 0 0; 
	margin: 0 5px 5px; 
	font-size: 0.9em;
	color: #555555;
	text-align: center;  
	}
.floatthumb div img {
	border: 0;
}
