.break {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clear: both; }

body, th, td, li, option, input, textarea {
  font-family: "Verdana", sans-serif;
  font-size: 12px; }

body {
  background: #666666;
  padding: 0px;
  margin: 0px; }

img {
  border-width: 0px; }

a {
  outline: none; }

#center_canvas {
  width: 975px;
  margin: auto; }

#top {
  width: 975px;
  height: 196px;
  float: left; }

.alt {
  display: none; }

#resize_canvas {
  background: url("/images/resize_back.jpg"); }

#content_canvas {
  background: url("/images/content_back.jpg");
    background-position: top;
    background-repeat: no-repeat;
  width: 975px;
  min-height: 604px;
  float: left; }

#top_menu {
  background: url("/images/top_menu_back.jpg");
  width: 975px;
  height: 50px;
  float: right;
  position: relative;
  overflow: hidden; }
  #top_menu ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    left: 50%; }
    #top_menu ul li {
      display: block;
      position: relative;
      float: left;
      left: -50%; }
      #top_menu ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        color: #ff9933;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        margin-top: 2px;
        margin-left: 0px;
        border-right: solid 0px #ff9933;
        background: url("/images/top_menu_link_back.png");
        width: 102px;
        height: 50px; }
        #top_menu ul li a:hover {
          background: url("/images/top_menu_link_back_hover.png");
          color: black; }
    #top_menu ul li.last a {
      border-right-width: 0px; }

#left_menu {
  float: left;
  width: 230px;
  height: 528px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px; }
  #left_menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    #left_menu ul li {
      list-style-type: none;
      display: block;
      padding-top: 4px;
      padding-bottom: 3px;
      border-bottom: solid 0px #333333; }
      #left_menu ul li a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #333333; }
        #left_menu ul li a:hover {
          color: white; }
    #left_menu ul li.last {
      border-bottom-width: 0px; }

#content_area {
  float: left;
  width: 745px;
  min-height: 559px; }

#subpage {
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 15px;
  margin-bottom: 15px; }
  #subpage h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 21.6px; }
  #subpage a {
    color: blue;
    text-decoration: none; }
    #subpage a:hover {
      color: red;
      text-decoration: underline; }
  #subpage .mail_form {
    margin: 0px;
    padding: 0px; }
    #subpage .mail_form p {
      margin: 0px;
        margin-bottom: 5px;
      padding: 0px;
      clear: both; }
    #subpage .mail_form label {
      width: 130px;
      float: left;
      text-align: right;
      margin-right: 5px; }
  #subpage .flog_image {
    border-width: 0px; }
  #subpage .flog_list {
    width: 100%; }
    #subpage .flog_list th {
      padding: 3px;
      background: #333333;
      color: white;
      border: solid 1px transparent; }
    #subpage .flog_list td {
      text-align: center;
      padding: 3px;
      background-color: #666666;
      border: solid 1px transparent; }

#footer {
  height: 48;
  background-color: black;
  background-image: url("/images/footer_back.jpg");
  color: #ff9933; }
  #footer a {
    color: white; }
    #footer a:hover {
      color: #ff9933; }
  #footer div {
    padding: 5px;
      padding-bottom: 0px; }
  #footer #footer_left {
    float: left;
    width: 35%;
    padding-top: 10px; }
  #footer #footer_right {
    float: right;
    width: 55%;
    text-align: right; }

