html, body {
	height: 93%;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background-color: #8e8e8e;
	font-family: courier, san-serif, monospace;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}
a {
text-decoration: none;	
}

#pagesize {
	min-width:400px;
	height:95%;
	border: 0px;
	position: static;
	text-align: left;
	width: 100%;
}

#logo {
	color: #fff;
	font-size: 3em;
}

#logo a:link {color: #fff;}	
#logo a:visited {color: #fff;}
#logo a:hover {color: #234701;}
#logo a:active {color: #fff;}

#content {
}

#menu {
	text-align: right;
}

#menu ul {
	color: #fff;
	font-size: 1.5em;
	list-style-type: none;
}

#menu li {
	float: right;
	padding: 0px 15px;
	
	}
	
#menu a:link {color: #fff;}	
#menu a:visited {color: #fff;}
#menu a:hover {color: #234701;}
#menu a:active {color: #fff;}

#gallery {
padding: 5px;	
margin: 5px;
width:	90%;
}

.divider {
	height: 25px;
	clear: both;
}

.thumb {
	float: left;
	padding: 5px;
	width: 15%;
	height: 160px;
	color: #fff;
}
.thumb a{  
	font-size: .8em;
	}

.thumb a:link {color: #fff;}
.thumb a:visited {color:#fff;}
.thumb a:hover {color: #234701;}
.thumb a:active {color: #fff;}


.thumb img {
	width: 160px;
	}
	
.thumb .caption {
	font-size: 1.1em;
	padding: 4px 0px;
}

.category{
	position: relative;
	bottom: 50px;
	font-size: 1.5em;
	background-color: #8e8e8e;
	text-align: right;
	padding: 0 5px;
	width: 160px;
}

.frame {
	border: 1px solid white;
	}
	