@charset "utf-8";
/* CSS Document */

body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	text-align: justify;
}

td#header {
/*	border-left: 1px solid #306D10;
	border-top: 1px solid #306D10;
	border-right: 1px solid #306D10; */
}

td#nav_menu {
/*	border-left: 1px solid #306D10;
	border-right: 1px solid #306D10; */
}

td#content {
	padding: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
/*	border-left: 1px solid #306D10;
	border-right: 1px solid #306D10; */
	background: white url(../graphics/shadow_bottom.gif) top repeat-x;
}

td#content2 {
	padding-right: 10px;
}

td#content a {
	text-decoration: none;
	border: none;
}

td#content img {
	text-decoration: none;
	border: none;
}

td#gallery {
	text-align: center;
}

td#gallery a {
	text-decoration: none;
}

td#gallery td {
	padding-bottom: 10px;
}

img.image {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

td#prefooter{
	background: white url(../graphics/shadow_top_short.gif) bottom repeat-x;
	height: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
/*	border-left: 1px solid #306D10;
	border-right: 1px solid #306D10; */
}

td#footer {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: black url(../graphics/nav_menu/blockactive.gif) center center repeat-x;
	color: white;
/*	border-left: 1px solid #306D10;
	border-top: 1px solid #625e00;
	border-right: 1px solid #306D10;
	border-bottom: 1px solid #625e00; */
}

td#postfooter{
	background: url(../graphics/shadow_bottom.png) top repeat-x;
	height: 10px;
}