@charset "utf-8";
/* CSS Document */

 #header {
	 background-image:url(../img/header_bg.png);
	 background-repeat: repeat-x;
     z-index: 2;
	 color:#FFF;
	 height: 100px;
 }

 .wrapperH{
   position: relative;
   left: 50%;
   width: 790px;
   margin-left: -395px; /*always take 1/2 from the size of the width, they have to be negative*/
}

.leftH{
   position: relative;
   float: left;
   margin: 0px;
   right: 5px;
   width: 100%;
   height: 70px;
}
.wrapper2H{
   position: relative;
   float: left;
   left: 0px;
   width: 100%;
}
.bodyDivLH{
   position: relative;
   float: left;
   left: 5px;
   width: 20%;
}
.bodyDivRH{
   position: relative;
   text-align:right;
   font-size: 80%;
   font-family:"Arial", Helvetica, sans-serif;
   float: right;
   right: 5px;
   width: 70%;
   
}

.leftM{
   position: relative;
   float: left;
   margin: 0px;
   right: 5px;
   width: 100%;
}

   