#homecontainer {
	margin: 0 auto;
	width: 760px;
	padding-top: 20px;
}
#homecontainer table {
	float: left;
	display: inline;
	margin: 0 25px 30px;
}
#homecontainer td {
	text-align: center;
	width: 200px;
	height: 200px;
}
#homecontainer td a img {
	border: 1px solid #4394AD;
	background: url(../images/page/no-img.gif) center no-repeat;
}
#homecontainer td a img:hover {
	border: 1px solid #F8F7D6;
}
#homecontainer th {
	padding: 5px 0 0;
	height: 50px;
	vertical-align: top;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
#homecontainer th a {
	text-decoration: none;
}
#homecontainer th a:hover {
	text-decoration: underline;
}
#homecontainer p {
	clear: both;
}

