.box {
	background-image: url(../images/box_tile.jpg);
	background-repeat: repeat-y;
	width: 210px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.box h2 { 
	font-size: 14px; 
	font-weight: bold;
	font-style: normal;  
	background: url(../images/box_top.jpg) no-repeat left top; 
	padding-top: 20px; 
}
.box a {
	font-size: 10px;
	font-style: italic; 
}
.box a:hover { 
	font-style: italic; 
}
.box .last {
	background-image: url(../images/box_bttm.jpg);
	background-position: left bottom;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
}
.box h2, .box p { 
	padding-left: 20px; 
	padding-right: 20px; 
	margin-bottom: 0px;
}

