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

td.body {
	background-image: url(../images/body.gif);
	height: 100%;
	background-repeat: none;
	background-size: cover;
	
}
p {
	margin-left: 2em;
	padding-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F5C2B;
}
p.art {
	text-align: center; 
}


p.links {
	text-align: right;
	margin-right: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1F5C2B;
	font-weight: bold;
	float: right;
	width: 200px;
	
}
p.contact {
	margin-left: 2em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F5C2B;
	font-weight: bold;
}

.body_text {width: 700px; font-size: 1em; margin-bottom: -15px;}
a:link {
	color: #1F5C2B;
	text-decoration: none;
}
a:visited {
	color: #1F5C2B;
	text-decoration: none;
}
a:hover {
	color: #AF3334;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #AF3334;
}
body {
	background-color: #287428;
}

h1 {color: #1F5C2B;  background-color: #fff; width: 675px; padding: 5px 5px 5px 32px; margin-left: 0; border-radius: 0 10px 10px 0;}

h2 {color: #1F5C2B;  background-color: #fff; width: auto; padding: 5px 5px 5px 32px; margin-left: 0;  }

h3 {color: #1F5C2B;  background-color: #fff; width: 675px; padding: 5px 5px 5px 38px; margin-left: 0;}

.blog {height: 150px; overflow-y: scroll}
.blog ul { list-style-type: none;}

.blog li {display: inline-block;}

.blog_menu ul {list-style-type: none;
}

.blog_menu li {display: inline; font-weight: bold; padding: 4px 10px;}

.top {font-size: .8em;}
.top a {text-decoration: underline;}

.fb_widget {float: right; margin-bottom: 20px; margin-left: 220px;}

.intro {width: 800px; margin-left: 5px; margin-bottom: 20px; padding: 0;  height: 300px; /* background-color: rgba(31, 92, 43, 0.2);*/}

.intro p {float:right; margin-right: 60px; margin-top: -12px;}

div.center {
  text-align: center;
}

video.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
