html {
     font-family: Times, "Times New Roman", serif;
     font-size: 14px;
     background: white url('/pix/signs-bg.jpg'); 
     }
body {
     width: 770px;
     margin: 10px auto; 
     background: white; 
     }
p { 
     }
h1 { font-family: verdana, arial, sans-serif;
     font-size: 24px;
     font-weight: bold;
     color: yellow;
     background: black;
     margin: 0 -15px 5px;
     padding: 0 20px;
     }
#header h1 { 
     font-size: 36px;
     }
h2 { 
     }
h3 { 
     }
#header table big ,
#footermenu table big {
      font-size: 24px; 
      color: red;
	
     }
#header {
     text-align: center;
     }
#header table,
#footermenu table {
     text-align: center;
     font-family: verdana, arial, sans-serif;
     font-size: 12px;
     font-weight: bold;
     border-collapse: collapse;
     }
#main {
     position: relative;
     }
#content {
     margin: 0 15px 25px 185px;
     }
#sidemenu {
     position: relative;
     float: left;
     }

#footermenu {
     margin: 15px auto;
     clear: both;
     padding: 11px;
     border-top: 3px red double;
     border-bottom: 3px red double;
     width: 720px; 
     font-family: verdana, arial, sans-serif;
     font-size: 85%;
     text-align: center;
     }
#footermenu ul,
#footermenu li {
     display: inline;
     margin: 0;
     padding: 0;
     }
#footermenu li a:link,
#footermenu li a:visited{
     margin: 1px 1px;
     padding: 1px 5px;
     color: black;
     text-decoration: none;
     white-space: nowrap;
     }
#footermenu li a:hover {
     background-color: #080;
     color: yellow;
     border: 1px yellow dotted;
     margin: 0px 0px; 
     }

.copywight {
     width: 400px;
     margin: 15px auto;
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 9px;
     color: #999;
     text-align: center; 
     clear: both;
     }

.ed textarea { width: 600px;height: 200px; }

