/********** Home **********/
#home {
	width:748px;
	height:518px;
	padding:10px;
}

#banner-home {
	width:100%;
	height:292px;
	margin-bottom:10px;
}

#boxes-home {
	width:100%;
	display:inline-block;
}

#boxes-home .box {
	float:left;
	width:244px;
	height:213px;
	border:1px solid #FF5200;
}

#boxes-home .box + .box {
	margin-left:5px;
}

#boxes-home .box h2 {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#000;
	padding:6px 0 6px 7px;
	background-color:#FF5200;
}

#boxes-home .box img {
	margin:4px 5px;
	float:left;
}

#boxes-home .box p {
	padding:4px 5px;
	font-size:0.9em;
	line-height:1.5;
	float:left;
	width:144px;
	height:162px;
}

#boxes-home .box span {
	float:left;
	width:144px;
	text-align:right;
}

#boxes-home .box a {
	font-size:0.9em;
	color:#FF5200;
}

#boxes-home .box a:hover {
	text-decoration:underline;
}

