@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:  0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	overflow: visible;
}

a {

color:#000000;
text-decoration:none;

}

a:hover {
text-decoration:none;
background-color:#ef6f09;
}

a:active {

color:#ef6f09;

}

h1 {
color:#0eaa34;
font-size:12pt;
font-weight:normal;
}

h2 {
display:none;
}


h3 {
	display:block;
	width:100%;
	background-color:#9bc722;
	color:#FFFFFF;
	font-weight:bolder;
	text-align:center;
	font-style: normal;
	border-top-width: 2px;
	border-top-color: #ef6f09;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-style: solid;
	font-variant:small-caps;
	margin-bottom: 0px;
}

ul {
	list-style-type: disc;
	list-style-image: url(../images/circle.gif);
}

#container {
	width: 1007px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:0px 67px;
	height:307px;
}

#header img {
	top: 67px;
	float: right;
	position: relative;
	display:block;

}
#menu  ul {
	list-style-type: none;


}
#menu {
	float: right;
	position: relative;
	right: 0px;
	top: 185px;
	clear: both;
}

#menu  ul  li {
	display: inline;
	margin-left: 15px;
	font-size: 1.4em;
	
}

#main {
padding-left:70px;
}

#footer {
margin-left:70px;
}

.gallery {
	text-align: justify;
	font-size: 5px;
}

.gallery img {
	margin-top: 5px;
	margin-bottom: 10px;
}

