body {
	font: 100% Calibri, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #555555;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.stuff #header {
	position: relative;
	background: #333333;
	text-align: right;
	margin: 0px auto;
	padding: 5px;
	font-size: 18px;
	color: #cccccc;
	border-bottom: double #cccccc 3px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 135px;
}
.stuff #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.stuff #header ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
}
.stuff #header ul li {
	display: inline;
	padding: 2px;
}
.stuff #header ul li a {
	color: #A37656;
	text-decoration: none;
}
.stuff #header ul li a:hover {
	color: #87BBFF;
}
.stuff #header ul li a.current {
	color: #ffffff;
}

/*.stuff #gallerymenu {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
}
.stuff #gallerymenu a {
	color: #333333;
}
.stuff #gallerymenu a:hover {
	color: #cccccc;
}*/
.stuff #gallerymenu ul {
	list-style-type: none;
	font-size: 20px;
	color: #ffffff;
}
.stuff #gallerymenu ul li {
	display: inline;
}
.stuff #gallerymenu ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
/*.stuff #header ul li ul {
	position: fixed;
	background-color: #666666;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #999999;
	border-top: 1px solid #666666;
	top: 2em;
	padding: 5px;
	z-index: 1000001;
}
.stuff #header ul li ul.submenu {
	display: none;
}

.stuff #header ul li:hover ul, ul li.over ul {
	display: block;
}
.stuff #header ul li ul li {
	display: block;
	font-size: 16px;
	color: #999999;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
} */

.stuff #mainbody {
	width: 1000px;
	background-color: #777777;
	margin: 0 auto;
	text-align: center;
	border: double #333333 5px;
	padding-top: 0px;
	padding: 1px;
	font-family: georgia, helvetica, sans-serif;
	font-size: 12px;
}

.stuff #footer {
	background: #333333;
	color: #87BBFF;
	text-align: left;
	margin: 0px;
	border-top: double #cccccc 5px;
	padding: 5px;
	margin-top: 15px;
	font-size: 14px;
}
.stuff #footer .copyright {
	float: right;
}


.stuff #recent {
	width: 200px;
	background: #fcfcfc;
	padding: 10px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
.stuff #content {
	padding: 10px;
	z-index: 1;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 15px;
	margin: auto;
	margin-top: 20px;
	width: 900px;
	color: #ffffff;
}
.stuff #content table {
	color: #ffffff;
	font-size: 14px;
}
.stuff #content img {
	border: double #cccccc 5px;
}
.stuff #content a {
	color: #eeeeee;
}
.stuff #content a:hover {
	color: #cccccc;
}
.stuff #gallery {
    padding: 10px;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    font-size: 14px;
    vertical-align: middle;
    padding-top: 15px;
    margin: auto;
    margin-top: 20px;
    height: 650px;
    width: 900px;
}

h1 {
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #ffffff;
}
