html, body {
	height: 100%;
}

body {
	background-color: #333333;
}

a, a:visited {
	border-style: none;
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	border-style: none;
	text-decoration: underline;
	color: white;
}

a img {
	text-decoration: none;
	border-style: none;
}

#page {
	margin-right: 1%;
	margin-left: 1%;
	width: 98%;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
}

#menu {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	color: #cccccc;
	position: fixed;
	float: left;
	width: 150px;
	border-right-color: #999999;
	border-right-style: double;
	border-right-width: thick;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#menu_logo {
	margin: 3%;
	width: 94%;
}

.menu_item {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}

#main {
	height: 90%;
	margin-left: 170px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 50%;
	position: fixed;
}

#main_featitem {
	margin-right: 10px;
	margin-left: 10px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	padding: 10px;
	border-color: #999999;
	border-bottom-width: thin;
	border-top-width: thin;
	height: 60%;
	width: 98%;
}

#main_subitems {
	margin: 10px;
	height: 20%;
	clear: both;
	width: 100%;
}

.main_subitem {
	margin-bottom: 20px;
	font-size: small;
	margin-top: 10px;
	border-right-color: black;
	border-left-color: black;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-width: thin;
	border-left-width: thin;
	padding: 10px;
	font-family: Papyrus, Palatino, "Palatino Linotype", "Book Antiqua", "Comic Sans MS", "Zapf Chancery";
	text-align: center;
	height: 100%;
	width: 28%;
	float: left;
}

.main_subitem img {
	text-decoration: none;
}

#gallist {
	padding-left: 10px;
	margin-left: 20px;
	text-align: center;
	float: right;
	width: 30%;
}

.featuredgallery {
	font-size: large;
	padding-top: 10px;
	margin: 10px;
	color: lime;
	font-family: Papyrus, Palatino, "Palatino Linotype", "Book Antiqua", "Comic Sans MS", "Zapf Chancery";
	width: 100%;
	height: 170px;
}

.featuredgallery a, .featuredgallery a:visited {
	height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	color: lime;
}

.featuredgallery a:hover {
	text-decoration: underline;
	height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	color: green;
}

.galshow {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#footer {
	font-size: small;
	margin-right: 10px;
	margin-left: 10px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dotted;
	text-align: center;
	border-color: black;
	border-top-width: thin;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}

#main>h1 {
	font-family: Papyrus, Palatino, "Palatino Linotype", "Book Antiqua", "Comic Sans MS", "Zapf Chancery";
	color: white;
	text-align: left;
}

#main>p {
	color: white;
	font-family: Papyrus, Palatino, "Palatino Linotype", "Book Antiqua", "Comic Sans MS", "Zapf Chancery";
	margin-left: 50px;
	text-align: left;
}


