body {
 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, "Trebuchet MS", Verdana, 
              Geneva, Helvetica, Arial, SunSans-Regular, sans-serif; 
 margin: 0px;
 background: #f2f1f6;
 text-align: center;
 font-size: 14px;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center center;
}

a, a:visited {
  text-decoration: none;
  color: #4040ff;
  color: #000000;
  border-bottom: 1px solid #a0a0ff;
  border-bottom: 1px solid #000000;
}

a:hover {
  color: red;
  border-bottom: 1px solid red;
}

table {
 font-size: 14px;
}


#top {
 top: 0px;
 width: 100%;
 height: 150px;
 background: url(images/top.png) repeat-x;
 display: block;
 text-align: right;
}

#logo {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 700px;
 height: 136px;
 margin-left: 20px;
 background: url(images/logo.png) no-repeat;
 display: block;
}


#menu {
 position: absolute;
 top: 35px;
 right: 10px;
 margin: 0px;
 padding: 0px;
}
#menu ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#menu li {
 margin: 0;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 float: left;
 border-bottom: 1px solid #d70000;
}
#menu li#current {
 border-bottom: 1px solid #f8f7fb;
 border-left: 1px solid #d70000;
 border-right: 1px solid #d70000;
}
#menu a {
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 border: none;
 color: #444;
}
#menu a:hover {
 color: #d70000;
}
#menu li#current a {
 color: #d70000;
}



#submenu {
 position: absolute;
 top: 54px;
 right: 10px;
 margin: 0px;
 padding: 0px;
}
#submenu ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#submenu li {
 margin: 0;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 float: left;
}
#submenu a {
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 color: #444;
 border: none;
}
#submenu a:hover {
 color: #d70000;
}
#submenu li#current a {
 color: #d70000;
}





#content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


h1, h2, h3 {
  color: #d70000;
}


img {
  border: 1px solid black;
  margin: 5px;
}
img.noborder {
  border: 0px;
}

.image-left {
 float: left;
 padding: 3px;
 margin-right: 5px;
 color: #888;
 text-align: center;
}

.image-right {
 float: right;
 padding: 3px;
 margin-left: 5px;
 color: #888;
 text-align: center;}

.image {
 text-align: center;
 padding: 3px;
 color: #888;
}

