<!--
body {
  margin: 0px;
  padding: 0px;
  background-color: #dfe4ea;
  width: 100%;
  height: 100%;
}

a:link
{
	color: #cf7a65;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: white;
	font-style: italic;
	text-decoration: none;	
	font-weight: bold;
}

a:active
{
	color: #cf7a65;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #cf7a65;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
  width: 1000px;
  height: 904px;
  margin: 0px auto;
  top: 50%;
  left: 50%;
}
#top {
  width: 1000px;
}
#topleft {
  float: left;
  width: 233px;
}
#bottomright {
  float: right;
  width: 233px;
  margin-top: -194px;
  position:relative;
}
#content {
  float: left;
  width: 534px;
  color: #594e44;
  text-align:justify;
  font-family: Georgia, Palatino, Times New Roman;  
  font-size: 15px;
  line-height: 16px;
}

#blurb {
   text-align:left;
   font-weight:bold; 
   font-size:20px; 
   line-height: 22px; 

}


#bottom {
  clear:left;
  width: 1000px;
  position:relative;
}

p
{
	margin-top: 6px;
	margin-bottom: 6px;
}

img
{
	border:0px;
}

b {
	colour: #3a3028;
}

h2
{
	color: #9c8b7a;
	text-transform: uppercase;
	font-family: Georgia, Palatino, Times New Roman;  
    font-size: 17px;
    line-height: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 3px;
}

h1
{
	color: #972d14;
	font-family: Georgia, Palatino, Times New Roman;
	font-variant: small-caps; 
    font-size: 32px;
	line-height: 30px;
	margin: 8px;
	letter-spacing: 1px;
	text-align: center;
}

textarea, button, input
{
	border: 1px solid #f6e9de;
	color: #3a3028;  
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 15px;
}
-->