body {
	background:#eee;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}

#wrapper {
	background:white;
	width:670px;
	margin:25px auto;
	padding:10px 0 20px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 5px 5px 10px #bbb;
}

h1 {
	text-align:center;
	font-size:3em;
	margin-bottom:0.4em;
}

.sitedesc {
	display:block;
	font-style:italic;
	margin-bottom:1em;
	color:#333;
	margin:20px;
}

a.item {
	width:260px;
	height:80px;
	background:#ddd;
	margin:15px;
	padding:10px;
	
	border-radius:15px;
	-moz-border-radius:15px;
	border: 1px solid #fff;
	display:inline-block;
	text-align:right;
	text-decoration:none;
	color:#333;
	vertical-align:top;
}

a.item:hover {
	border: 1px solid #999;
}

a.item:hover h2 {
	text-decoration:underline;
}

a.item h2 {
	font-weight:bold;
	font-size:1.1em;
	width:260px;
	text-align:center;
	display:block;
	margin-bottom:0.4em;
	padding-bottom:0.3em;
	border-bottom:1px solid #bbb;
}

a.item .icon {
	float:left;
	margin:0 0 5px 5px;
}

a.item .description {
	width:195px;
	margin-top:5px;
	text-align:left;
	display:inline-block;
	color:#555;
	text-decoration:none;
}

a.red {
	background:#faa;
}

a.red h2 {
	border-color:#d88;
}

