body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.9em;
 }


h2 {
	color: teal;
	font-size: 12pt;
	padding: 0px;
}

#page {
	width: 800px;
	border: 1pt black solid;
	margin:0 auto;
}

#header {
}

#menu {
	height: 30px;
	background-color: #b5b4ba;
	width: 800px;
}

.menuitem {
	width: 120px;
	float: left;
	text-align: center;
}
.menuitem:hover {
	background-color: #e8e7ee;
}

.menuitemsel {
	width: 120px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.menuitemsel:hover {
	background-color: #e8e7ee;
}

.menulink {
	height: 30px;
	width: 120px;
	color: Black;
	text-align: center;
	text-decoration: none;
}
.menulink:hover {
	background-color: #e8e7ee;
}

#body{
	width: 98%;
	padding-left: 1%;
}

#footer {
	height: 49px;
	background-color: #b5b4ba;
	color: white;
	text-align: center;
	font-size: 16pt;
	width: 800px;
	padding-top: 8px;
}

#copyright {
	width: 800px;
	margin:0 auto;
	text-align: center;
	font-size: 10pt;
}

.inlineblock {
	float: left;
}

.inlineimageleft {
	float: left;
	padding: 5px;
	border: 1pt black solid;
}

.inlineimageright {
	float: right;
	padding: 5px;
	border: 1pt black solid;
}

.inlinetextcenter {
	float:left;
	padding: 5px;
	width: 255px;
}

.image {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.galleryitem {

}

