/* CSS Document */

h3{
	margin-bottom: 10px;
}

.subsite{
	background: url(../img/subbg.png) repeat-x;
	padding: 8px 8px 28px 8px;
	margin: 0 10px 0 0;
	width: 360px;
	float: left;
}

.subsite h2{
	font-size: 14px;
	padding-bottom: 8px;
}

.subsite p{
	width: 250px;
	float: left;
}

.subsite a img{
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
}

.subsite .button{
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	width: 110px;
	background: #f358aa;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}

.subsite .button:hover{
	border: 1px dashed #fff;
	background: #ce488f;
}