#webBox {
width:200px;
background-image:url(images/boxBack.gif);
background-repeat:repeat-y;
overflow:hidden;
margin-top:5px;
border-bottom:solid 1px #1D1E53;
border-top:solid 1px #1D1E53;
}
#webBoxContent {
width:170px;
padding:15px 25px;
text-align:left;
}

.tTop {
	background-image:url(images/boxTop.gif);
	background-repeat:no-repeat;
	height:1px;
}
