﻿body 
{
    
    background-color: #c8c8c8;
    text-align: center;
    margin: 0px auto;
    height: 100%;
    
}

#container 
{
    width: 750px;
    height: auto;
    margin: 0px auto;
    background-color: #FFFFFF;
    
    } 
/* 

Main Header container

*/

   
#Header 
{
    width: 750px;
    height: 155px;
    background-image: url('images/bgheader.jpg');
    background-repeat: repeat-x;
    } 
    
#topHeaderLeft 
{
    width:250px;
    height: 25px;
    position: relative;
    float: left;
    text-align: left;
    padding-left: 7px;
    }

#topHeaderRight 
{
    width: 440px;
    height: 25px;
    position: relative;
    float: right;
    text-align: right;
    padding-right: 7px;
    
    
    }

#middleHeaderLeft 
{
    width: 340px;
    height: 130px;
    background-image: url('images/biotownlogo.gif');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-left: 10px;
    
    
    }   
 #middleHeaderRight 
 {
    width: 300px;
    height: 130px;
    position: relative;
    float: right;
    
    }  
    

#bottomHeader 
{
    background-image: url('images/grass.gif');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height: 30px;
    width: 750px;
}


/* Start of navigation links */

#nav 
{
    width: 750px;
    height: 25px;
    padding-top: 5px;
    background-image: url('images/linkbg.gif');
    background-repeat:no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    } 
/*  #nav a 
 {
    padding-left: 5px;
    display: block;
    width: 125px;
    text-decoration: none;
    color: #666666;
    
    }
 #nav a:hover 
 {
    color: #00cc00;
    
    } 
*/   
/* End of navigation */

  
#content 
{
    width: 750px;
    background-color: White;
    height: auto;
   
    
    } 

/* Main page layers */



#whole {
width: 725px;
float: left;
height: auto;
position: relative;
margin: 5px;

}
.wholeSub 
{
 
 width: 730px;
 border: solid 1px #c0c0c0;
 margin: 5px;
 height: auto;
}



#lc
{
    width: 480px;
    position: relative;
    float: left;
    margin: 5px;
    
    }

.lcSub 
{
    width: 470px;
    margin: 5px;
    border: solid 1px #c0c0c0;
   
    
    }

.lcSub02 
{
    width: 220px;
    margin: 0px;
    position: relative;
    
   
    
    }

#rc
{
    width: 220px;
    position: relative;
    float: left;
    margin: 5px;
    }

.rcSub 
{
    width: 210px;
    margin: 5px;  
    border: solid 0px #c0c0c0;
    }


/* End of main page layers */

/* Content Pages */


/* End Content pages */

#footer 
{
    
    width: 750px;
    height: 45px;
    background-image: url('images/footer.jpg');
    border-top: solid 2px #666666;
    background-repeat: repeat-x;
   
    }