body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Sets the page to be aligned to the left */
.page_container {
  text-align: left;
}

/* Container for the header image with height and width set */
.header {
  height: 78px;
  width: 689px;
}

.title_images {
  height: 115px;
  width: 689px;
  padding: 0;
  margin: 0;
}

/* Begin CSS section for drop down navigation */
#menu {
width: 580px;
background: #A48361;
float: left;
}

#menu ul.button1 {
list-style: none;
margin: 0;
padding: 0;
width: 71px;
float: left;
}

#menu ul.button2 {
list-style: none;
margin: 0;
padding: 0;
width: 98px;
float: left;
}

#menu ul.button3 {
list-style: none;
margin: 0;
padding: 0;
width: 91px;
float: left;
}

#menu ul.button4 {
list-style: none;
margin: 0;
padding: 0;
width: 152px;
float: left;
}

#menu ul.button5 {
list-style: none;
margin: 0;
padding: 0;
width: 79px;
float: left;
}

#menu ul.button6 {
list-style: none;
margin: 0;
padding: 0;
width: 89px;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10em;
float: left;
}

#menu a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
display: block;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:#FFFFFF;
margin: 0;
padding: 5px 0px 5px 4px;
}

#menu a {
color: #fff;
background: #A48361;
text-decoration: none;
}

#menu a:hover {
color: #A48361;
background: #E3D4C4;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* End CSS section for drop down navigation */

.wrap {
  position: absolute;
  width:689px;
  background-color:#FFFFFF;
}

.main {
  background:#FFFFFF;
  float:right;
  width:580px;
  font-size: 14px;
}

.whitespace {
  background:#FFFFFF;
  float:left;
  width:109px;
}

.main_text {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #2f388b;
}

.main_bottom {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Comic Sans MS, Lucida Handwriting, Zapf Chancery;
  font-size: 12px;
  font-weight: bold;
  color: #2f388b;
  text-align: center;
}

