body {

 background-color: #5F6869;

 }


div#container {

  width: 45em;

  background-color: #DDD6C4;

  margin: auto;

  padding: 1em 1em 0 1em;

  overflow: hide;

  }


h1 {

  font-family: helvetica, arial, sans-serif;

  }



h2 {font-family: helvetica, arial, sans-serif;

  }
  
h3 {font-family: helvetica, arial, sans-serif;
	margin-bottom: 0;
	}

p {

  font-family: helvetica, arial, sans-serif;

  }



li {font-family: helvetica, arial, sans-serif;

  }



#navbar {

  clear: both;

  list-style: none;

  text-align: right;

  border-top: 1px solid;

  border-bottom: 1px solid;

  }


#navbar li {

  display: inline;

  border-right: solid 1px;

  margin-right: .8em;

  margin-bottom: 1em;

  padding-right: 1.2em;

  }



#navbar li.last {

  border-right-style: none;

  }

#navbar a[href]:hover {

   background: silver;

   }



div#navbar a {

  color: #9A4950;

  font-size: 1.25em;

  font-family: helvetica, arial, sans-serif;

  text-decoration: none;

  }

  
img {

    margin: 0 1em 1em 0;

    }

#content img {

  float: left;

  padding: 1em 1em 1em 1em;

  }

#content_text{
	width: 23em;
	float: right;
	font-family: helvetica, arial, sans-serif;
	
	}

#content li {

  padding-bottom: 1em;
  float: right;
  width: 23em;
  }


#emailform {
	padding-top: 1em;
	}

#emailform table {
	width: 23em;
	}

#footer {

  clear: both;

  margin-top: 1em;

  border-top: solid 1px;

  padding: 1em 0;

  text-align: center;

  font-size: smaller;

  }