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

.header{
   width: 99%;
   left: 0.5%;
}
.colmask{
   width: 99%;
   left: 0.5%;
}
.colmid{ right: 25% }
.colin{ right: 25% }
.colleft{ right: 25% }
.col1{
   width: 23%;
   left: 101%;
}
.col2{
   width: 23%;
   left: 53%;
}
.col3{
   width: 23%;
   left: 80%;
}
.col4{
   width: 23%;
   left: 82%;
}
.footer{
   width: 99%;
   left: 0.5%;
}
.header{
   clear: both;
   float: left;
   position: relative;
   border-bottom: #000 1px solid;
   background-color: #fff;
}
.colmask{
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
   background-color: #fff;
}
.colmid{
   float: left;
   width: 100%;
   position: relative;
   background-color: #fff;
}
.colin{
	font-size:14px;
   float: left;
   width: 100%;
   position: relative;
   padding-top:15px;
   background-color: #fff;
}
.colleft{
   float: left;
   width: 100%;
   position: relative;
   background-color: #fff;
}
.col1{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #fff;
}
.col2{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #fff;
}
.col3{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #fff;
}
.col4{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
   background-color: #fff;
}
.footer{
   clear: both;
   float: left;
   position: relative;
   border-bottom: #000 1px solid;
   background-color: #fff;
}
.bottom{
   clear: both;
   width: 100%;
   float: left;
   position: relative;
   background-color: #fff;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   width: 100%;
   min-width: 600px;
}

