body {
text-align:center;
margin: 0px;
background-color: #426373;
}

     #header {
           border-bottom : 1px solid #777;
           background-color : #fff;
           background-image : url(images/sdbg.gif);
           color : #999;
           font : 20px Trebuchet MS, Trebuchet, sans-serif;
           text-align : left;
           padding-left : 8px;
           padding-top : 5px;
           padding-bottom : 5px;
      }

#frame {
width:600px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
text-align:center;
}

#thumbs {
  width : 450px;
}

#thumbs .thumb {
  float: left;
  width: 50px;
  height: 58px;
  text-align: center;
  padding: 0px;
}


     #menu {
	   float: right;
	   width: 125px;
           color : #0a1a20;
           background-color : #5a7a89;
           text-align : center;
           border : 1px solid #122e38;
           padding : 5px;
      }
     #menu a {
           background-color : #426373;
           color : #d6d6de;
           padding : 2px;
           text-decoration : none;
           font : 10px Verdana, Helvetica, sans-serif;
           border-top : 1px solid #d6d6de;
           border-left : 1px solid #d6d6de;
           border-right : 1px solid #181821;
           border-bottom : 1px solid #181821;
           text-align : center;
           display : block;
           margin : 4px 0;
      }
     #menu a:hover {
           background-color : #d2d7dd;
           color : #033;
      }

#text { 
  width : 350px;
  font-size : 12px;
  font-family : Trebuchet MS, Trebuchet;
  color: #0A1A20;
  margin-left : auto;
  margin-right : auto;
  margin-top : 15px;
  margin-bottom : 10px;
  text-align:left;
 }

h3 {
  text-align:left;
  border-bottom : 1px solid #555;
  font-size : 20px;
  font-family : Trebuchet MS, Trebuchet;
  font-weight : lighter;
  color: #777;
  padding-left : 8px;
  padding-top : 5px;
  padding-bottom : 5px;
  background-color: #fff;
  background-image: url(images/sdbg.gif);
}
     #button a {
	   width: 125px;
           background-color : #426373;
           color : #d6d6de;
           padding : 2px;
           text-decoration : none;
           font : 10px Verdana, Helvetica, sans-serif;
           border-top : 1px solid #d6d6de;
           border-left : 1px solid #d6d6de;
           border-right : 1px solid #181821;
           border-bottom : 1px solid #181821;
           text-align : center;
           display : block;
           margin : 4px 0;
      }
     #button a:hover {
           background-color : #d2d7dd;
           color : #033;
      }

     #footer {
           width : 600px;
           height: 150px;
	   margin: 20px auto 20px auto;
           padding : 10px;
           text-align : center;
           font-size : 11px;
           font-family : Trebuchet MS, Trebuchet, sans-serif;
           color : #0A1A20;
           background-color : transparent;
           border-top : 1px solid black;
      }
.notice {
           color : #181821;
           background-color : #d6d6de;
           font-size : 11px;
           font-family : Trebuchet MS, Trebuchet, sans-serif;
           border : 1px solid #181821;
	   text-align: center;
           padding: 5px;
}
.notice a {
           color: #600;
           font-size: 13px;
	   font-weight: bolder;
           text-decoration: none;
}
.notice a:hover{
           color: #426373;
}