@charset "UTF-8";
/* CSS Document */


body {
	background:#221914 url(../images/bg.jpg);
	font-family:"Comic Sans MS";
	font-size:18px;
}

a {
	color:#003300;	
}

img {
	border:0;	
}

h2 {
	font-size:26px;	
}

h3 {
	font-size:18px;
	border-bottom:1px solid #030;
	margin-bottom:0;
	margin-top:30px;	
}

hr {
	border: 0;
	width: 80%;
	color: #030;
	background-color: #030;
	height: 1px;
}

#wrapper {
	margin:0 auto;
	width:930px;
	background:#9bcb96 url(../images/bg-content.jpg);
	border:1px solid #000;
	padding-bottom:50px;
}

#menu {
	width:100%;
	margin:2px 0 0 0;
	height:34px;
	white-space:nowrap;
	width:930px;
	overflow:hidden;
}

#menu a {
	display:block;
	width:92px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../images/menu-bg.jpg)  0 -35px no-repeat;
	font-size:11px;
	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:8px;
}

.border-table td {
	background:#9bcb96;	
}

.border-table th {
	background:#7da275;	
	padding:4px;
}

.smaller { font-size:14px; }
