body {
  margin: 0px;

  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  background: #F4EAC7;
}

#page {
  width: 980px;
  height: 750px;
  margin: auto;

  position: relative;

}

#menu_bar {
  background: url("../images/menu_bar_background.gif");
  background-repeat: no-repeat;
  background-position: 793px 0px;

  position: absolute;

  left: 0px;
  top: 0px;

  width: 100%;
  height: 60px;

  padding-top: 15px;
}

#left_title {
  position: absolute;

  left: 0px;
  top: 90px;

  width: 280px;
  height: 70px;
}

#right_title {
  position: absolute;

  right: 0px;
  top: 60px;

  width: 260px;
  height: 70px;
}

#sub_menu_bar {
  position: absolute;

  top: 154px;
  right: 0px;

  width: 554px;
  height: 52px;

  padding-top: 20px;
}

#page_title {
  background: url("../images/page_title_background.gif");

  position: absolute;

  top: 206px;
  right: 0px;

  width: 554px;
  height: 168px;
}

#page_title_text {
  position: absolute;
  bottom: 0px;
  height: 100px;
  width: 100%;
}

#photo {
  position: absolute;

  left: 0px;
  top: 272px;

  width: 454px;
  height: 288px;
}

#bottom_bars {
  position: absolute;

  width: 547px;
  height: 116px;

  left: 0px;
  top: 544px;

  background: url("../images/bottom_bars.gif");
  background-repeat: no-repeat;
  background-position: 350px 0px;
}

#content {
  position: absolute;

  right: 0px;
  top: 380px;

  width: 500px;

  overflow: auto;

  padding: 15px;
}


img { 
border: 0; 
}

.menu_item {
  text-transform: uppercase;

  font-size: 9pt;
  letter-spacing: +2px;

  margin-right: 10px;
}

.menu_item a {
  color: black;
  font-size: 9pt;
  text-decoration: none;
  font-weight: normal;
}

.menu_item a:hover
{
  color: #CC0000;
}

.current_page {
  font-weight: bold;
}

.sub_menu_item {
  text-transform: uppercase;
  color: #FF3260;
  letter-spacing: +2px;
}

.sub_menu_item a {
  text-decoration: none;
  color: #FF3260;
}

.sub_menu_item a:hover {
  text-decoration: none;
  color: #CC0000;
}

h1
{
  text-transform: uppercase;
  color: #CD0505;
  font-weight: normal;
  font-size: 12pt;
  letter-spacing: +2px;
}

a.h1
{
  text-transform: uppercase;
  color: #CD0505;
  font-weight: normal;
  font-size: 12pt;
  letter-spacing: +2px;
}


a.h1:hover
{
  color: #FE3567;
}

h2
{
  color: #FE3567;
  font-weight: normal;
  font-size: 11pt;
}

p
{
  color: #595959;
  font-weight: normal;
  font-size: 11pt;
  text-align: justify;
}

a {
  color: #252525;
  font-size: 11pt;

  text-decoration: none;
}

a:hover
{
  color: #FE3567;
}