#header_v{
   width: 53%;
   left: 23.5%
}
.colmask{
   width: 53%;
   left: 23.5%
}
.colmid{ right: 10% }
.colin{ right: 30% }
.colleft{ right: 10% }
.col1{
   width: 8%;
   left: 101%
}
.col2{
   width: 44%;
   left: 43%
}
.col3{
   width: 28%;
   left: 55%
}
.col4{
   width: 8%;
   left: 57%
}
.footer{
   width: 53%;
   left: 23.5%
}
#header_v{
   clear: both;
   float: left;
   position: relative;
   margin-top: 1em;
}
.colmask{
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
}
.colmid{
   float: left;
   width: 100%;
   position: relative;
}
.colin{
   float: left;
   width: 100%;
   position: relative;
}
.colleft{
   float: left;
   width: 100%;
   position: relative;
}
.col1{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}

.col2{
   padding: 0px 0px 1em 1em;
   overflow: hidden;
   float: left;
   position: relative;
}
.col3{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.col4{
   padding: 0px 1em 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
#footer{
   clear: both;
   width: 53%;
   margin-left: 23.5%;
   padding-top: .25em;
}

#bottom{
   clear: both;
   width: 100%; 
   float: left;
   position: relative;
}