#header{
	background:#fff url('../images/logo-tagline.gif') top left no-repeat;
}

#content-container{
	margin-top:23px;
}

#content{
	text-align:center;
}

#content h4,
#content p{
	text-align:justify;
}

#content #products{
	margin:auto;
	width:416px;
}

* html #content #products{
	width:423px;
}

#content dl{
	width:194px;
	height:190px;
	margin:0 7px 14px 7px;
	float:left;
}

#content dt{
	background:#143962;
	text-align:center;
	color:#fff;
	font:bold 14px/47px Arial, sans-serif;
	padding:0;
	width:194px;
}

#content dd{
	margin:0;
	padding:0;
}

#content dl a{
	background:#ffffff;
	display:block;
	width:188px;
	border:3px solid #a3b6c5;
	border-top:none;
}

#content dl a:hover{
	border:3px solid #143962;
	border-top:none;
}

#content dl a img{
	border:none;
}