div.top_spacer
{
	width: 900px; 
	height: 15px; 
	float: left; 
	background-color: #000000;
}


div.hp_squares
{
	width: 900px;
	height: 245px;
	float: left;
	overflow: hidden;	
}

div.hp_squares div.square
{
	width: 223px;
	height: 245px;
	float: left;
}

div.hp_squares div.last
{
	width: 224px;
}

div.hp_squares div.square div.img
{
	width: 223px;
	height: 170px;
	overflow: hidden;	
	
	float: left;
}

div.hp_squares div.last div.img
{
	width: 224px;
}

div.hp_squares div.square div.info
{
	width: 223px;
	height: 75px;
	
	float: left;
	background-color: #6b6767;
}

div.hp_squares div.last div.info
{
	width: 224px;
}

div.hp_squares div.square div.info p
{
	color: #ffffff;
	padding: 10px 5px 0px 10px;
}

div.hp_squares div.square div.info p a
{
	font-weight: bold;
}

div.hp_squares div.square_spacer
{
	width: 2px;
	height: 245px;
	float: left;
	
	background-image: url(../images/global/hspacer.gif);
	background-repeat: repeat-y;
}