#pic1
{
	height: 140px;
	width: 140px;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}
#pic2
{
	height: 140px;
	width: 140px;
	background-image: url();
	background-position: 0px -140px;
	background-repeat: no-repeat;
	float: right;
}
#pic3
{
	height: 140px;
	width: 140px;
	background-image: url();
	background-position: 0px -280px;
	background-repeat: no-repeat;
	float: left;
}
#pic4
{
	height: 140px;
	width: 140px;
	background-image: url();
	background-position: 0px -420px;
	background-repeat: no-repeat;
	float: right;
}
#pic5
{
	height: 140px;
	width: 140px;
	background-image: url();
	background-position: 0px -560px;
	background-repeat: no-repeat;
	float: left;
}
#pic6
{
	height: 140px;
	width: 140px;
	background-image: url();
	background-position: 0px -700px;
	background-repeat: no-repeat;
	float: right;
}
#newsBox
{
	width: 284px;
	height: 446px;
	border: 1px solid #000000;
}
#names
{
	padding: 125px 0 0 17px;
	color: #515C70;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
}
#newsBoxText
{
	height: 20px;
	width: 100%;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	background-color: #515C70;
	color: #FFFFFF;
	padding: 2px 0 0;
}
