.mask{
   position: relative;
   overflow: hidden;
   margin: 0px auto;
   width: 80%;
  min-width: 850px;

}
.header{
   float: left;
   width: 100%;


}
.colleft{
   position: relative;
   width: 100%;
   right: 50%;

}
.col1{
   position: relative;
   overflow: hidden;
   float: left;
   width: 48%;
   left: 101%;
   margin-bottom: 20px;

}
.col2{
   position: relative;
   overflow: hidden;
   float: left;
   width: 48%;
   left: 3%;
   margin-bottom: 20px;



}

body {
   padding: 0px;
   margin: 0px;
   font-size: 105%;
   background-color: #e7e7de
}


.footer{
   float: left;
   width: 100%;
   background-color: #b4caf7
}


.stepimage 
{
border: 0;
width: 300;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
padding: 3px;
}

.headerimage {
border: 0;
padding: 6px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
display:block;
margin-left:auto;
margin-right:auto; 

}


.footerimage {
border: 0;
padding: 6px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
display:block;
margin-left:auto;
margin-right:auto; 

}

.headertitle
{
text-align: center;
font-size: 150%;
font-weight: bold; 
}


.headerauthor
{
text-align: center;
font-size: 120%;
font-weight: bold; 
padding-bottom: 10px;
}

.description
{
margin-left: auto;
margin-right: auto;
width: 80%;
padding-top: 10px;
padding-bottom: 10px;
}

#indexwrappersingle {
	padding: 40px 0 30px 0;
	margin: 0;
	width: 50%;
	background: #cbcbcb url(images/shadow_cbcbcb.jpg) top repeat-x;
   position: relative;
   overflow: hidden;
   margin: 0px auto;

min-width: 850px;
	}
	
	
	
	.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
