body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #006600;
	background-repeat: repeat-x;
	background-position: left top;
}

h2{
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: x-large;
	font-weight: normal;
	color:#006600;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006600;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}





#container{
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu{
	float: none;
	font-family: Georgia, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 125px;
	margin-left: 25px;
	margin-right: 25px;
}

 /*#menu ul{
	list-style: none;
	margin: 0;
	padding-top: 34px;
	padding-left: 0;
}
*/
#pagewrapper{
	float: left;
	width: 740px;
	padding-top: 23px;
	background-color: #FFFFFF;
	border: 1px solid #003300;
}

#page{
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 20px;
}

#banner{
	float: left;
	width: 700px;
	height: 160px;
	clear: both;
	background-image: url(../images/small.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#banner h1 {
	margin-left: -9000px;
}

.maincolumn{
	float: left;
	width: 700px;
}

#main {
	padding: 5px;
	text-align: left;
	}

.post{
	margin: 10px 0 0;
	padding: 5px;
	min-height:400px;
	height:auto !important;
	height:400px;
	/* background: url(bg_post.gif) no-repeat left top; */
}
.post  h3{
	/* border-bottom: 1px solid #ebe1d3; */
	padding: 5px 0 5px 0;
	font-size: small;
	color: #000000;
	text-transform: uppercase;
	font-style: italic;
}
.info {
	border:medium groove #FFFFFF;
	color: #000000;
	}
.browse{
	padding: 5px;
	line-height: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}	
#footer {
	text-align:center;
	color: #006600;
	font-size: 10px;
	}
.clear {
	clear: both;
	}
