/* 
    Document   : layout1
    Created on : 24-Oct-2008, 17:26:32
    Author     : ipiper
    Description:
        Purpose of the stylesheet follows.
*/

/* 
     Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#container {
  margin: 0px auto;
  width: 1000px; 
  background: #ffffff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-right-color: black;
}

#header {
width: 100%;
background-color: #ffffff;
}

#content {
float:left;
width: 100%;
background-color: rgb(255, 255, 255);
}

#bit2mainBody {
    
  font-style: normal;
  font-family: 'Arial, Helvetica', sans-serif;
  font-size: 16px;
  
}

#bit2mainTitle {
    
  font-weight:bold;
  font-style: normal;
  font-family: 'Arial, Helvetica', sans-serif;
  font-size: 24px;
  
}

#bit2mainSubtitle {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 18px;
}

#bit2mainEmp {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 16px;
}

#bit2mainEmpItal {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-weight:bold;
  font-style: italic;
  font-size: 16px;
  
}

#bit2mainItal {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-style: italic;
  font-size: 16px;
  
}

#bit2mainCentre {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-size: 16px;
  text-align:center;
  
}

#footer {
width: 100%;
height: 10%;
clear:both;
background:#DDDDDD;

  
} 

