html, body{
	margin:0;
	text-align:center;
	background-color:#FFF;
}
h1 {
	font-size:22px;
	color:#06622C;
	font-weight:bold;
	font-style:italic;
}
h2 {
	font-size:18px;
	color:#06622C;
	font-weight:bold;
	text-align:left;
}
p {
	font-size:16px;
	color:#06622C;
	text-align:left;
	font-style:italic;
}
ul {
	font-size:16px;
	color:#06622C;
	text-align:left;
}
p a{
	color:#06622C;
}
p a:hover {
	color:#07871a;
}

#dobio {
	float:left;
	width:200px;
	padding:0;
	margin:-40px 0 0 10px;
}
#dobio a{
	text-decoration:none;
	color:#98c25c;
}
#dobio a:hover {
	text-decoration:none;
	color:#98c25c;
}
#dobio a:visited  {
	text-decoration:none;
	color:#98c25c;
}
#dobio a:active{
	text-decoration:none;
	color:#98c25c;
}
#dobio a:link{
	text-decoration:none;
	color:#98c25c;
}
#dobio img{
	border:none;
	margin:-50px 0 0 0;
}
#imgLink {
	float:left;
	width:200px;
	padding:0;
	margin:40px 0 0 15px;
}
#imgLink a{
	text-decoration:none;
	color:#98c25c;
}

#imgLink img{
	border:none;
	margin:0 0 0 0;
}
#center{
	margin:10px auto 0 auto;
	width:850px;
	height:1200px;
	padding:0;
	border: 2px solid #1d300a;
	text-align:top;
	background-image: url(../images/BackgroundSmall2017.jpg);
	background-repeat:no-repeat;
	background-color:#98c25c;
}
#mainBlock{
	float:left;
	width:850px;
	height: 650px;
	margin:20px 0 0 0;
}
#menu {
	float:left;
	margin: 50px 0;
	padding: 10px 0 50px 0;
	width:250px;
	text-align:center;
	height:700px;
}

#menu ul {
	list-style-type: none;
	width:250px;
	height:400px;
	margin: 50px 0 30px 0;
	padding:0;
	text-align:center;
	
}
#menu li {
	margin:13px 50px;
	width:150px;
	border-bottom:2px solid #b3d88a;
	
}
#menu li.selected{
	margin:13px 50px;
	width:150px;
	border-bottom:2px solid #06622C;
	
}
#menu a {
	color:#b3d88a;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#fbfef7;
}
#menu a#selected{
	color:#06622C;
	text-decoration:none;
}
#midBlock {
	float:left;
	width:280px;
	height:600px;
}
#midBlock img {
	border:2px solid #06622C;
	margin:20px 0 0 0;
}
#rightBlock {
	float:left;
	margin: 100px 0 0 20px;
	padding: 0;
	width:220px;
	height:600px;
	text-align:center;
}
#topBlock {
	float:left;
	width:600px;
	height:200px;
}
#topBlock img {
	float:left;
	border:2px solid #06622C;
	margin:20px 0 0 0;
}
#textMidBlock {
	float:left;
	margin: 10px 0 0 20px;
	padding: 0;
	width:500px;
	height:800px;
	text-align:center;
}
#address {
 float:right;
 width:400px;
 margin: 10px;
}
#addressLine{
	width:390px;
	margin:0;
	text-align:center;
}
#address p{
	font-style:italic;
	font-weight:bold;
	margin:0 20px;
	text-align:center;
	height:20px;
}
#address p.left{
	float:left;
}
#address p.right{
	float:right;
}
DIV.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}
