/*

/*
 {
	margin: auto;
}
*/

body {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	background-image: none;
	background-color: #00C59F;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

p, ul, ol {
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 1px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: normal;
}

a:link {
	color: #0099FF;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #CC99FF;
}

a:hover {
	color: #FFCC00;
	padding: 0px;
}

img {

}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 361px;
	height: 25px;
	border-right: 1px solid #EDEBD5; 
	background-color: #00CC00;
	margin: auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	border-right: 1px solid #EDEBD5;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #0C616B;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 7px;
}

#menu a:hover {
	color : black;
	background-color: #00DBFD;
}

#menu .active a {
	color: #000000;
	background-color: #88EEFF;
}

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;

}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 28px;
	background-repeat: no-repeat; 
}

#header h2 {
	float: left;
	width: 530px;
	height: 100px;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: right;
	background-repeat: no-repeat; 
}

#header a {
	text-transform: none;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 361px;
	float: none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; 
}

/* Content */

#content {
	float: none;
	width: 361px;
	padding-top: 0px;
	background-color: #003018

}
#content_btmL {
	float: left;
	width: 358px;
	height: auto;
	background-color: #006633;
}
#content_btmR {
	float: none;
	width: 361px;
	padding-right: 0px;
	padding-left: 0px;
}

#content_btm_bnr {
	float: none;
	width: 361px;
	clear: none;
	background-color: #006600;
	height: auto;
	margin-right: auto;
	margin-left: auto;

}


.post {
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #067D2C;
	background-image: none;
	color: #000000;

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer p:hover {
	color : #000000;
	background-color: #00DBFD;
}

div.img
{
	margin: 3px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
div.img img
{
	display: inline;
	border: 1px solid #006634;
}
div.img a:hover img {
	border: thin solid #000000;
}
div.desc
{
	text-align: center;

	width: 170px;
	margin: 2px;
}


div.cat_header
{
	float: left;
	text-align: left;
	width: 568px;
	font-family: georgia;
	font-size: 13px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}	


<style>
.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
	color: white;
}

.dropdown {
  position:relative;
  display:table-cell;
	
} 

.dropdown-content {
  display: none;
  position:absolute;
	min-width: inherit;
  z-index: 1;
}
.show {display: block;}
</style>
