body {
  background: #3F403B;
  margin: 0px;
  padding: 0px;
}

#header {
  background: #3F403B;
  top: 0px;
  height: 100px;
  text-align: center;
}

#header h1{
	padding: 5px;
  font-size: 290%;
	color: #FFFFFF;
}

#header img{
	vertical-align: text-bottom;
}

#header h1 a{
  text-decoration: none;
	color: #FFFFFF;
}

h1 {
/*	font-family: georgia;*/
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}

a, a:link {
	color: #3F403B;
	text-decoration: underline;
}

a:hover {
	color: #8CAF57;
	text-decoration: none;
}

h3 {
  padding-left: 10px;
	font-size: 110%;
	margin-top:1em;
  margin-bottom:1em;
}

p {
  padding-left: 10px;
margin-bottom:1em;
}

em {
  color: #29A03A;
  font-style: italic;
  font-size: 110%;
  font-weight: bold;
}

#centerpiece {
  /*background-repeat: repeat-x*/
  background: #3F403B;
  z-index: 0;
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  height: 450px;
  text-align: center; /* centering hack 1/2 */
}
#content {
  z-index: 2;
  background: #fff;
  background-image:url('images/center.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-left: -345px;
  position: absolute;
  left: 50%;
  margin-right: auto;
  height: 450px;
  padding: 0px;
  text-align:left; /* centering hack 2/2 */
  width: 700px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 690px; /* standards width */
}
html>body #content {
  width: 690px; /* standards width reinforcement */
}

#footer {
  background: #3F403B;
  position: absolute;
  top: 550px;
  width: 100%;
  left: 0px;
  margin-bottom: auto;
  color: #FFFFFF;
}

#leftbg{
  background: #3F403B;
  background-image:url('images/bg002.jpg');
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}

#rightbg{
  background: #3F403B;
  background-image:url('images/bg002.jpg');
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 450px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}


.page-nav { 
  /*list-style: none;*/ 
  background: #8CAF57;
  height: 30px; 
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 690px;
  padding: 5px 0 5px 0px;
} 

.page-nav li { 
  float: left; 
  background: #ffffff;
  color: #ffffff;
  padding: 8px 0px 8px 0px; 
} 

li.page_item {
  padding: 8px 0px 8px 2px;
}


.page-nav li a { 
  text-decoration: none;
  background: #8CAF57; 
  color: #ffffff;
  padding: 8px; 
  text-align:center;
} 

.page-nav li a:visited { 
  text-decoration: none;
  background: #8CAF57; 
  color: #ffffff;
  padding: 8px; 
  text-align:center;
} 

.page-nav li a:hover { 
  background: #3F403B;
  color: #ffffff;
} 

.item {
  padding: 5px;
}

/*table style*/
table{
  color: #000000;
  font-size: 13px;
  text-align: left;
  border: 0px solid white;
  margin: 10px 10px 10px 10px;
}

table.fotoraam{
  color: #000000;
  font-size: 13px;
  text-align: left;
  border: 0px solid white;
  margin: 0px 0px 0px 0px;
}

td.fotoraam{
 padding: 2px;
 /*background: #8CAF57;*/
 vertical-align: top;
}

th {
  padding: 2px 20px 2px 20px;
  color: #29A03A;
  /*background: #3F403B;*/
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

td {
 padding: 2px 20px 2px 20px;
 /*background: #8CAF57;*/
 vertical-align: top;
}

.wpcf7-form {
  padding-left: 15px;
}

.wpcf7-form p{
  margin-bottom: 5px;
}

.wpcf7-form input[type="text"] {
  font-family: Arial, Sans-Serif;  
  border: solid 1px #29A03A;
}

.wpcf7-form textarea {
  font-family: Arial, Sans-Serif;  
  border: solid 1px #29A03A;
}

