@charset "utf-8";


div#content h1 {
	border-top: 3px solid #080;
	height: 60px;
	background: url(../img/sites/header/index.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div.paginate {
	margin-bottom: 30px;
	text-align: center;
	}

div.site {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	}

div.site div.image {
	margin: 0 0 15px 5px;
	padding: 3px;
	border: 1px solid #ccc;
	float: right;
	width: 100px;
	text-align: center;
	}

* html div.site div.image {
	width: 108px;
	}

div.site div.image img {
	vertical-align: bottom;
	}

div.site h2 {
	}

div.site p {
	}

div.site p.name {
	font-weight: bold;
	}

div.site p.modified {
	font-size: 85%;
	}


