body {
  background-image: url('background.png');
  background-repeat: repeat;
  background-color: #FFF;
  margin: 20px;
  height: 100%;
  width: 100%;
  font-family: Arial, 'Verdana', Sans-serif;
  font-size: 12px;
  color: #333333;
}

#header {
  text-align: center;
  background-image: url('/static/logo.jpg');
  background-repeat: none;
  height: 174px;
}

#content {
  margin: auto;
  padding: 12px;
  height: 100%;
}

.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

#wrapper {
  width: 800px;
  margin: auto;
  border: 0px solid #000;
  height: 100%;
  background: #FFF;
}

.contentLeft { float: left; width: 370px; }
.contentRight { float: right; width: 370px; }

#footer {
    text-align: center
}

#footer img {
    margin: 0 20px 0 20px;
}


.flush { clear: both; }

li {
    margin-left: -20px;
    padding-bottom: 5px;
}


h1 {
    margin-top: 0px;
    margin-bottom: -10px;
    text-align: center;
}

h2 {
    font-size: 20px;
	color: #312926;
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 5px;
}

h3 {
    font-size: 16px;
    color: #312926;
    font-style: italic;
}

hr {
    margin-top: -15px;
    color: #FA5A56;
}

blockquote {
    font-style: italic;
}

.noborder {
    border: 0px;
}

a:hover {
  text-decoration: none;
}

a {
    color: #2629FF;
}

#contact_form_table {
    border: 1px dashed #444444;
    background-color: #FFFFCA;
}

#contact_form_table td {
    padding-right: 3px;
}

#contact_form_table textarea {
    width: 99%;
}

#contact_form_table input {
    width: 210px;
    float: right;
}

#twiddle {
    border: 0;
    float: left;
}

/* img { padding: 15px; border: 1px solid #ccc; background-color: #eee; } */

.inContentImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#navigation {
    position: relative;
    top: 150px;
    margin: 0;
    text-align: center; 
		
}

#navigation li {
    background-color:inherit;
    color:#ffffff;
    display:inline;
    font-size:14px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0 20px 0 8px;
	
}

#navigation li a {
    text-decoration: none;
    color: #ffffff;
	
}

#navigation li a:hover {
text-decoration:underline}