
body{ background: url('lblue003.jpg');}


#header{ position: absolute; left: 70px;
         width: 857px; height:175px;
         border-width: 0px;
         border-style: solid;
         border-color: black;
         border-bottom-width: 70px;
         background: url('black-blue.JPG');
         text-align: center;}



#content{ margin-top: 60px;
          position: absolute; left: 70px; top: 180px;
          width: 827px; height: 968px;
          padding: 15px;
          text-align: left;
          background-color: maroon;}

#left {position: absolute; left: 15px; top: 10px;}



div.middle{background-color: rgb(252,252,255); width: 401px; height: 455px;
       position: absolute; left: 226px; top: 40px;
       border-width: 0px;
       border-style: solid;
       border-color: black;
       padding: 5px;}

       div.under {width: 390px; height: 103px;
                  text-align: center;
                  background-color: #333333;
                  padding: 5px;}

#introduction {position: absolute; left: 45px; top: 512px;
               width: 807px; } 


#right {position: absolute; left: 653px; top: 10px; }





#footer{ width: 847px; height: 195px;
         position: absolute; left: 0px; top: 853px;
         border-width: 5px;
         border-style: solid;
         border-color: black;
         background-color: #6495ed;}



div.bottomleft {position: absolute; left: 2px; top: 35px;
                width: 300px;
                border-width: 0px;
                border-style: solid;
                border-color: green;
                padding: 2px;}

div.bottomcenter {position: absolute; left: 385px; top: 35px;
                  width: 130px;
                  border-width: 0px;
                  border-style: solid;
                  border-color: green;
                  padding: 2px;}

div.bottomright {position: absolute; left: 637px; top: 35px;
                 width: 170px;
                 border-width: 0px;
                 border-style: solid; 
                 border-color: green;
                 padding: 2px;}

#mid {position: absolute; left: 380px; top: 85px;}




h1 {text-align: center; font-family: Verdana, sans-serif; color: rgb(255,255,255);
    font-size: 40px; }
h2 {text-align: center; font-family: Verdana, sans-serif; color: rgb(255,255,255);
    font-size: 30px; }
h2.green {text-align: center; font-family: Verdana, sans-serif; color: green;
    font-size: 30px; }
h3 {text-align: center; font-family: Verdana, sans-serif; color: rgb(255,255,255);
    font-size: 25px; }
h3.black {text-align: center; font-family: Verdana, sans-serif; color: black;
    font-size: 25px; }

p.white {color: white;}
p.small {color: black;}
p { font-size: 120%; }
p.center {text-align: center;}

img.border {border: 5px solid #800000; padding: 1px 1px 1px 1px;}
img.white-border {border: 6px solid white;}
img.corner-red {position: absolute; left: 0px; top: 0px;}
img.corner-right-red { position: absolute; left: 711px; top: 0px;}
img.floatright {float: right; margin-right: 70px;}

a:hover {
  color: white;
  background-color: blue;
}