.home{
	height: 580px;
}
.homebox{
	width: 230px;
	float: left;
	margin: 10px;
}
.homebox h1{
	font-size: 15px;
	margin: 0px;
	padding: 0 0 0 5px;
	float: left;
}
.homebox h2{
	font-size: 12px;
	margin: 0px;
	float: left;
}
.homebox .title{
	width:225px;
	font-weight: bold;
	margin: 0px;
	color: #7f7f7f;
	text-decoration: none;
}
.homebox .subtitle{
	width:210px;
	height:15px;
	background-image: url(../images/line_home.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #9f9f9f;
	font-weight: bold;
	padding:3px 15px 0 5px;
	overflow:hidden;
}
.homebox .catimage{
	background-image: url(../images/frame-80x80.gif);
	background-repeat: no-repeat;
	float:left;
	width:80px;
	height:80px;
}
.homebox img{
	float:left;
	border: 0px;
	margin: 2px 0 0 2px;
}
.homebox .html{
	float:left;
	width:138px;
	height: 80px;
	margin: 5px 0 0 5px;
	font-size: 11px;
	color: #858585;
	overflow: hidden;
}
.homebox .html p{
	margin: 0px;
}
#morehome{
	float:right;
	font-size: 11px;
	color: #eb6f0f;
	text-decoration:none;
	margin: 0 10px 0 0;
	display:none;
}
