
    body {
      font-size: 12px;
      line-height: 150%;
      font-family: Verdana, Arial, sans-serif;
      background-image:url("./images/background.gif");
    }
    
     div#menulinks {
        font-size: 20px;
        font-color: rgb(184,74,0);
    }
    
    span.text {
      font-size: 14px;  
      font-color: rgb(0,0,0);     
    }
    
    #horizon {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      margin-top: -270px;
      text-align: center;
      min-width: 760px;
    }
    #wrapper {
      background-image:url(./images/main.jpg); 
      position: relative;
      text-align: left;
      width: 757px;
      height: 505px;
      margin: 0px auto;
      border:#000 0px dotted;
    }
    
    #wrapper h1 {
      height: 50px;
    }
    
    #wrapper #left {
      float:left;
      padding-right:20px;
    }
    
    #login {
      position: absolute;    
      top: 20px;
      left: 25px;
      font-size: 12px;
    }
        
    #address {
      position: absolute;    
      top: 400px;
      left: 25px;
      font-size: 12px;
    }    
          
    #content {
      position: absolute;
      top: 70px;
      left: 210px;    
      width: 500px;
      height: 410px;    
      border:#000 0x dotted;
      overflow:auto
  }
  
    #menu {
      position: absolute;
      top: 30px;
      left: 210px;    
      width: 500px;
      height: 40px;    
      border:#000 0x dotted;
      overflow:auto
      font-family: Verdana, Arial, sans-serif; color: rgb(184,74,0);
  }  
  
 a.new {
    color:rgb(0,0,204);
    text-decoration:none;
  	border-bottom: none;     
  }
  
  a.new:visited {  
    color:rgb(0,0,204);
  	text-decoration:none; 
  	border-bottom: none;
  }
    
  a.new:active {
    color:rgb(0,0,204);
  	text-decoration:none; 
  	border-bottom: none;	
  }  
      
  a.menu:link {
    color:rgb(184,74,0);
	  border-bottom:1px dotted rgb(184,74,0);
    text-decoration:none; 
    font-size: 14px;
  }
  
  a.menu:visited {  
    color: rgb(145,50,0);
  	border-bottom:1px dotted rgb(145,50,0);
  	text-decoration:none; 
    font-size: 14px;  	
  }

  a.menu:hover {
    color:#000000;
    text-decoration:none;
    font-size: 14px;    
  }
  
  a.menu:active {
    color:#000000;
    border-bottom:0px none;
    text-decoration: none 
    font-size: 14px;    
  }  
        
  a:link {
    color:rgb(184,74,0);
	  border-bottom:1px dotted rgb(184,74,0);
    text-decoration:none; 
  }
  
  a:visited {  
    color: rgb(145,50,0);
  	border-bottom:1px dotted rgb(145,50,0);
  	text-decoration:none; 	
  }

  a:hover {
    color:#000000;
    text-decoration:none;  
  }
  
  a:active {
    color:#000000;
    border-bottom:0px none;
    text-decoration: none 
  }  
  
  INPUT.TEXT{
    font-family: Verdana, Arial, sans-serif;
    font-size:12t;
    font-weight:bold;
    border-color:rgb(145,50,0);
    border-width:1px;
    border-style:dotted;
    
    span.black {
      font-color: rgb(0,0,0);
    }
  }  
