#wrapper{
width: 500px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
background: #56031a;
}
.tab{
float: left;
height: 32px;
width: 132px;
margin: 0 1px 0 0;
text-align: center;
background: #f0c318 url(images/tab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 9px 0 0 0;
}

.tabtxt a:hover{
	color: #ffffff;
}
