/* 
Style Sheet: mole.css
Site created: http://www.molecontrol.uk.com
Author: Thierry Seal
Author Web Site: http://www.aa-online.com
 */

body {
  text-align: center;
  padding-top: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #003300;
  background-color: #ffffff;
}

#content_hp {
    width: 755px;
    height: 581px;
    font-weight: bold;
    background:url('../images/home_page.jpg');
    border: 1px solid #003300;
    padding-left:10px;
    padding-right:10px;
    margin:0 auto;
    text-align:center;
    /*height: 1%; /* so IE clears floats */
    overflow: hidden; /* so Firefox and Opera clear floats */
}

#text {
      clear: both; /* added to clear floats */
      height:321px;
      padding-left:10px;
      padding-right:10px;
      }

#montage {
         clear: both; /* added to clear floats */
         width: 755px;  
         height:125px; 
 }

#content {
    width: 755px;
    height: 581px;
    font-weight: bold;
    background:url('../images/home_page2.jpg');
    border: 1px solid #003300;
    /*padding-left:10px;
    padding-right:10px;*/
    text-align:left;
    margin:0 auto;
    /*height: 1%; /* so IE clears floats */
    overflow: hidden; /* so Firefox and Opera clear floats */
  
}

#header {
    width: 755px;  
    height:125px;  
    float:right;
    text-align:right;     
    display: inline; /* prevents IE 6 doubled margin float bug */
    padding-bottom:10px;
    clear: both; /* added to clear floats */
}

ul {
  list-style-type:square;
}

#footer {
    height: 27px;
    width: 775px;
    font-size: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    clear: both; /* added to clear floats */
}

a:link {text-decoration: none; color: #1352c4}
a:visited {text-decoration: none; color: #1352c4}
a:active {text-decoration: none; color: #1352c4}
a:hover {text-decoration: none; color: #FF0000}

