﻿.header{
   width: 98%;
   left: 1%
}
.colmask{
   width: 98%;
   left: 1%
}
.colleft{ right: 40%}
.col1 {
   width: 39%;
   left: 101%
}
.col2{
   width: 59%;
   left: 1%
}
.footer {
   width: 98%;
   left: 1%
}
.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-image: url('../images/RicePaper.jpg');
	background-repeat: repeat;
}
.colleft{
   float: left;
   width: 100%;
   position: relative;
}
.col1{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.col2{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.footer{
   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: #124499
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   width: 100%;
   min-width: 600px;
}
