
#wrappertab{
width: 700px;
margin: 20px 0px 0px 0px;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 2px;
background: #eacac2;
}
.tab{
float: left;
Xheight: 32px;
width: 125px;
margin: 0 1px 0 0;
text-align: center;
background: #eacac2 url(images/greentab.jpg) no-repeat;
}



.tab .tabtxt{
margin: 0;
color: #524D4B;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
cursor:pointer;
}

.tab .tabtxt:hover {
	color:#fff;
}


	
.boxholder .box p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	
	}
