#content h1 {
	background: url('../graphics/h1_bg.gif');
	color: #003366;
	line-height: 22px;
	margin: 0px;
	padding: 5px;
}

#content h1 img {
	margin-right: 5px;
}

#content-border {
	background: url('../graphics/blue_bg.gif');
	border: none;
	line-height: 18px;
}

#content-intro {
	background: url('../graphics/index_message.jpg') no-repeat top right;
	padding: 7px;
	color: #003366;
}

#content-products div {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 191px;
	height: 187px;
	text-align: center;
}

#content-products table {
	margin: 0px;
	width: 100%;
	text-align: center;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content-products table {
	float: left;
  }

/* End hide from IE5/mac */

#content-products td {
	border: 1px solid #CCC;
	padding: 2px;
	height: 200px;
	width: 200px;
}

#content-products table td p {
	text-align: center;
}

#content-news div {
	padding: 5px;
}