body {
  background: #f7f0d0;
  font-family: Verdana, 'Trebuchet MS';
  font-size: 0.72em;
}

a {
  color: #CF0063;
}
.clearer {
  clear: both;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
img {
  border: none;
}

h1 {
  color: #6D1A42;
  margin: 0px;
  padding: 0px;
  font-size: 160%;
  font-weight: bold;
}
.h1 {
  color: #6D1A42;
  margin: 0px;
  padding: 0px;
  font-size: 160%;
  font-weight: bold;
}
h2 {
  color: #6D1A42;
  margin: 0px;
  padding: 0px;
  font-size: 150%;
  font-weight: normal;
}
ul {
  padding: 0 0 0 15px;
}
#page {
  position: relative;
  width: 800px;
  padding: 21px;
  margin: auto auto;
  background: #FFF url(../images/page_bg.gif) no-repeat;
}

#header {
  position: relative;
  height: 147px;
  width: 800px;
  margin: 0px auto;
  background: url(../images/header_bg.gif) no-repeat;
}
  #logo {
    display: block;
    position: absolute;
    height: 110px;
    width: 100%;
  }
  #header a {
    color: #FFF;
    text-decoration: none;
  }

  #main_navigation {
    position: absolute;
    bottom: 5px;
    height: 30px;
    line-height: 30px;
    width: 790px;
    padding: 0 0 0 10px;
    background: url(../images/main_navigation_bg.gif) no-repeat;
    color: #FFF;
  }
    #main_navigation {
      color: #FFF;
    }

  #support_nav {
    position: absolute;
    right: 10px;
    bottom: 5px;
    line-height: 30px;
  }
    #support_nav img {
      vertical-align: middle;
      line-height: 30px;
    }

#main {
  position: relative;
  margin: 0px auto;
  width: 800px;
  min-height: 524px;
  background: url(../images/content_bg.jpg) right bottom no-repeat;
  font-size: 95%;
}
#main_nobg {
  position: relative;
  margin: 0px auto;
  width: 800px;
  min-height: 300px;
  font-size: 95%;
}
  #left_column {
    position: relative;
    width: 220px;
    float: left;
  }
    #left_foto {
      width: 200px;
      height: 239px;
      padding: 10px;
      margin: 0 0 5px 0;
      background: url(../images/left_foto_bg.jpg) right bottom no-repeat;
    }
    #left_column_bottom {
      width: 200px;
      height: 380px;
      padding: 10px;
      background: url(../images/left_column_bottom_bg.gif) right top no-repeat;
      color: #FFF;
    }
    #left_column_bottom a{
      color: #FFF;
    }
  #content {
    position: relative;
    width: 560px;
    float: left;
    padding: 10px 10px 100px 10px;
  }

#bottom_corners {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 21px;
  width: 842px;
  background: url(../images/bottom_corner.gif);
}
#footer {
  position: relative;
  margin: 0px auto;
  width: 800px;
  padding: 21px;
  color: #6d1a42;
  text-align: right;
}
