﻿

body 
{
     margin:0 auto; 
     background-repeat:repeat;
     background-position:top;
     height:100%;
     /* background-image:url(../Images/til_1.jpg); */
     text-align: center;
     background-color: black;
    }
      
      div#divMain
      {
         width: 1000px; 
         height: 750px; 
         text-align: center; 
         padding: 0px; 
         background-color: black; 
         border: solid 1px black;  
       }
       
        
      div#divHeader
      {
        position: relative ;  
        padding: 0px; 
        width: 1000px; 
        height: 250px; 
        background-image: url(../Images/header2.jpg);
        background-repeat: no-repeat ;
        background-position: top;
      }
      
      div#divRightHeader
      {
        float: right;
        width: 600px;
        height: 250px; 
        /* border: solid 1px red; */
        text-align: center; 
        background-image: url(../Images/RightHeader4.jpg);
        background-repeat: no-repeat ;
        background-position: top;
      }
      
      div#divMenuBar
      {
        /*border: solid 1px red; */
        position: relative; 
        top: 210px;
        float: right;  
        width: 600; 
        height: 40px;
        text-align: center;
        font-size: 16pt;
      }
        
     
    div#divMenuBar A:link 
    {
        color: red ;
        text-decoration: none;
        font-weight: bold;
        font-family: Arial;
    }
        
    div#divMenuBar A:visited 
    {
        color: red;
        font-weight: bold;
        text-decoration: none;
        font-family: Arial;
    }
        
    div#divMenuBar A:hover 
    {
         
        color: white;
        font-weight: bold;
        font-family: Arial;
    } 
    
    div#divBody
      {
       
       position: relative;  
       float: left; 
       color: White;
       width: 1000px;
       height: 500px;
        /**border-top: solid 1px #336666; **/
        
      }
      
      div#divBodyContainer
      {
        width: 90%;
        color: White;
        text-align: center;
        font-size: 14pt; 
        
      }
      
       div#divFooter
      {
       
       position: relative;  
       float: left; 
       color: White;
       font-size: 16pt;
       width: 1000px;
       height: 100px;
        /**border-top: solid 1px #336666; **/
        
      } 
      
      div#divBodyBanner1
      {
        margin-top: 10px;
        width: 95%;
        border-top: solid 1px white;
      }
      
      div#divBodyBanner2
      {
        width: 95%;
        margin-top: 10px;
        border-top: solid 1px white;
      }
      
       div#divAboutLeft
      {
        float: left;
        width: 530px;
        color: white;
        
        padding: 15px;
        font-size: 14pt;
        font-style: italic;
        text-align: left;
      }
      
      div#divAboutRight
      {
        float: right;
        width: 450px;
        color: White;
        height: 500px;
       
        
      } 
      
        div#divContactUs
      {
       
        width: 1000px;
        color: White;
        font-size: 16pt;
        
      } 
      
