

/* main */


body  { background-image: url(../images/background4.jpg);
        background-repeat: no-repeat;
        background-color: #FFBA13;
        scroll:no;

      }


p.top { border: 1px solid black;
        width: 763px;
        height: 127px; 
        margin-left:80px;
        margin-top: -13px;
        background-image:url(../images/bgslogan2.jpg);
        background-color: #1D1A61;
        background-repeat: no-repeat;

      } 



p.menu { border: 1px solid black;
        width: 763px;
        height: 20px; 
        margin-left:80px;
        margin-top: -10px;
        color:white;
        background-color: #1D1A61;
        background-repeat: no-repeat; }



p.bgcontent         { width: 500px; height:425px;
                     background-color:#1D1A61;
                     padding: 3px;
                     margin-left: 140px;  }

p.content          { width: 600px; height:405px;
                     background-color:#FFFFFF;
                     padding: 3px; 
                     margin-left: 160px;
                     margin-top:-430px; }

iframe              { width: 600px; height:405px;
                     background-color:#FFFFFF;
                      
                      }
 



h4                 { color:white; } 


a { color: white; font-family:Courier new;font-size:13px;text-decoration:no;
    word-spacing: 16px; padding:4px; border:1px inset maroon;font-weight:600;
    width:100px; text-align:center; }
a:hover { color:white; background-color:skyblue;white-space:normal; }
a:visited { color:white }


