.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: #333333;
  padding: 0px;
  margin: 0px; }

img {
  border-width: 0px; }

a {
  outline: none; }

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

#top {
  width: 975px;
  height: 240px;
  float: left;
  background: url("/images/top.swf"); }

.alt {
  display: none; }

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

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

#top_menu {
  background: url("/images/top_menu_back.jpg");
  width: 975px;
  height: 49px;
  float: right;
  position: relative;
  overflow: hidden; }

#top_menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  left: 50%; }

#top_menu li {
  display: block;
  position: relative;
  float: left;
  left: -50%; }

#top_menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: black;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 7px;
  margin-top: 0px;
  margin-left: 6px;
  border-right: solid 1px black; }
  #top_menu li a:hover {
    color: white; }

#top_menu li.last a {
  border-right-width: 0px; }

#left_menu {
  float: left;
  width: 200px;
  height: 500px; }

#content_area {
  float: left;
  width: 612px;
  min-height: 492px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

#subpage h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 21.6px; }
#subpage a {
  color: #cc66cc;
  text-decoration: none; }
  #subpage a:hover {
    color: fuchsia;
    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 {
  background: #ffccff;
  color: black; }
  #footer a {
    color: #770077; }
    #footer a:hover {
      color: fuchsia; }
  #footer div {
    padding: 5px; }
  #footer #footer_left {
    float: left;
    width: 45%; }
  #footer #footer_right {
    float: right;
    width: 45%;
    text-align: right; }

