
.sidebox {
	margin: 0 auto; /* center for now */
	width: 190px ; /* ems so it will grow */
	background: url(/images/box/bodybox.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	font-size:11px;
	font-family:Verdana,Arial;
	color:white;
	width: 190px;
	background: url(/images/box/topbox.gif) #ffffff no-repeat top right;
	margin: 0;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

.boxbody {
	font-size:10px;
	font-family:Verdana,Arial;
	color:black;
	width: 190px;
	padding: 5px 2px 5px 2px;
	text-align: left;
}
