      body  {
           margin : 0;
           background-color : #426373;
           color : #0a1a20;
      }
     #header {
           border-bottom : 1px solid #777;
           background-color : #fff;
           background-image : url(../drawings/images/sdbg.gif);
           color : #999;
           font : 20px Trebuchet MS, Trebuchet, sans-serif;
           text-align : left;
           padding-left : 8px;
           padding-top : 5px;
           padding-bottom : 5px;
      }
     #picture {
           text-align : center;
           margin-top : 20px;
           margin-bottom : 20px;
      }
     #frame {
           width : 600px;
           margin-right : auto;
           margin-left : auto;
           padding : 0;
      }
     #text {
           float : left;
           width : 380px;
           height : 100%;
           margin-right : 30px;
           font : 12px Trebuchet MS, Trebuchet, sans-serif;
           text-align : justify;
      }
     #menu {
           margin-left : 470px;
           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;
      }
     a {
           font-size : 10px;
           font-family : Verdana, Helvetica, sans-serif;
           color : #600;
           background-color : transparent;
           text-decoration : none;
      }
     a:hover {
           color : #fff;
           background : transparent;
      }
     #footer {
           width : 600px;
           margin-right : auto;
           margin-left : auto;
           margin-top : 30px;
           padding : 10px;
           text-align : center;
           font-size : 11px;
           font-family : Trebuchet MS, Trebuchet, sans-serif;
           color : #122e38;
           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;
	   width: 350px;
}
.notice a {
           color: #600;
           font-size: 13px;
	   font-weight: bolder;
           text-decoration: none;
}
.notice a:hover{
           color: #426373;
}