.header{
   width: 100%;
   left: 0%
}
.colmask{
   width: 100%;
   left: 0%
}
.colleft{ right: 31%}
.col1 {
   width: 33%;
   left: 98%
}
.col2{
   width: 66%;
   left: -1%
}
.footer {
   width: 100%;
   left: 0%
}
.header{
   clear: both;
   float: left;
   position: relative;
   /*border-bottom: #000 1px solid;*/
   background-color: #FFFFFF
}
.colmask{
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
   background: #FFFFFF; /*99CCFF*/
}
.colleft{
   float: left;
   width: 100%;
   position: relative;
   background: #FFFFFF; /*99CCFF*/
}
.col1{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background: #FFFFFF
}
.col2{
   padding: 3px 0px 0.2em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background: #FFFFFF; /*99CCFF*/
}
.footer{
	color:#000000;
   text-align:center;
   clear: both;
   float: left;
   position: relative;
   border-bottom: #000 1px solid;
   background-color: #b4d2f7
}
.bottom{
   clear: both;
   width: 100%;
   float: left;
   position: relative;
   background-color: #FFFFFF;
}



