body {
	background-color: black;
	color: white;
	font-family: 'DejaVu Sans', Arial, Verdana, Lucida, sans-serif;
	font-size: 0.8em;
}
a:link, a:visited {
	color: #AAA;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
span.boxes {
	vertical-align: top;
	text-align:center;
}
td.main {
	text-align: left;
}
span.boxes div, div#navigation {
	background-color: #656565;
	color: black;
	border: #DADADA solid 2px;
	border-color: #555 #999 #999 #555;
	padding: 4px 4px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	vertical-align: top;
}
span.boxes div {
	width:155px;	
}
div#navigation {
	margin-top: 10px;
	line-height: 2em;
	color: #CCC;
}
div#navigation hr {
	width: 50%;
	left: 25%;
	right: 25%;
	margin: 1px auto ;
	border-style: solid;
	border-width: 1px;
	border-color: #AAA;
	
}
span.boxes div.menucaption {
	font-weight: bold;
	font-size: 1em;
	width: 147px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
span.boxes a, div#navigation a{
	display: block;
	margin-top: 2px;
	padding: 2px 2px 2px 2px;
	margin: 2px 1px 0;
	text-decoration: none;
}
div#navigation a {
	display: inline;
}
span.boxes a:link, span.boxes a:visited, div#navigation a:link, div#navigation a:visited {
	color: #FFF;
	background-color: #444;
	border: 1px solid #333;
	border-color: #333 #161616 #161616 #333;
}
span.boxes a:hover,  div#navigation a:hover {
	background-color: #555;
	border-style: solid;
	border-color: #888 #333 #333 #888;
}
span.boxes a:active,  div#navigation a:active {
	border-color: #333 #888 #888 #333;
	border-style: solid;
}
td#logo {
	text-align: center;
	vertical-align: top;
	height: 150px;
}
td#main {
	vertical-align: top;
}

div.gallery_item {
	display: block;
	float: left;
	width: 210px;
	height: 230px;
	background: #444;
	border: #BBB solid 1px;
	border-color: #999 #555 #555 #999;
	text-align: center;
	vertical-align: middle;
	padding: 4px ;
	margin: 4px;
}
div.gallery_item img {
	max-width: 200px;
	max-height:200px;
}
div.gallery_item a {
	text-decoration: none;
}
div.image, div.text_area {
	display: block;
	background-color: #444;
	border: #BBB solid 2px;
	border-color: #666 #AAA #AAA #666;
	text-align:center;
	vertical-align: middle;
	padding: 4px;
	margin: 4px;
}
div.internal_left {
	text-align: left;
}
div.internal_right {
	text-align: right;
}
div.internal_center {
	text-align: center;
}
div.internal_justify {
	text-align: justify;
}
div.left {
	float: left;
}
div.right {
	float: right;
}

td#footer {
	text-align: center;
}




