@charset "UTF-8";
/* CSS Document */


body {
	background:#003300;
	font-family:"Comic Sans MS";
	font-size:18px;
}

a {
	color:#003300;	
}

img {
	border:0;	
}

hr {
	border: 0;
	width: 80%;
	color: #030;
	background-color: #030;
	height: 1px;
}

#wrapper {
	margin:0 auto;
	width:930px;
	background:#9bcb96;
	border:1px solid #000;
	padding-bottom:50px;
}

#menu {
	width:100%;
	margin:2px 0 0 1px;
	height:34px;
}

#menu a {
	display:block;
	width:102px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../images/menu-bg.jpg)  0 -35px no-repeat;
	font-size:12px;
	font-weight:bold;
	padding:9px 0 0 0;
	text-align:center;
	float:left;
	margin-right:1px;
}

#menu a:hover, #menu a.active {
	background:url(../images/menu-bg.jpg)  0 -1px no-repeat;
	padding:8px 0 0 0;
	height:26px;
}

#content {
	padding:5px 30px 0;	
}

#content img {
	border:1px solid #000;	
}

#footer {
	text-align:center;
	width:930px;
	margin:0 auto 80px auto;
	padding:8px 0;
	color:#3b7239;
	font-size:12px;
}

.center {
	text-align:center;
}

.gallery img {
	border:2px solid #000;
}

#content table.center td img {
	border:0;	
}

table.center {
	margin:0 auto;	
}

.border-table {
	width:100%;
	background:#000;
	margin-bottom:30px;
}

.border-table td {
	background:#9bcb96;	
}