body {
	background-color: #000;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 10px;
}

h1, h2 {
	color: #FFF;
	clear: both;
}
h1 {
	font-size: 24px;
	border-bottom: 1px solid #333;
	margin: 10px 0 10px 10px;
}
h2 {
	font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-bottom: 1px solid #333;
}

h1 small {
	color: #999;
	padding-left: 20px;
	font-size: 14px;
}

.site {
	float: left;
	display: none;
}
.type {
	float: left;
	/*clear: left;*/
}
.site a, .type a {
	display: block;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 1px solid #333;
	text-decoration: none;
}
.site a:hover, .type a:hover {
	border-color: #FFF;
}
.site .img, .type .img {
	display: block;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
}
.site a .txt, .type a .txt {
	display: block;
	color: #333;
	padding: 10px;
}
.site a:hover .txt, .type a:hover .txt {
	color: #FFF;
}

.clear {
	clear: both;
}

.sitesWrap {
	/*margin-left: 212px;*/
}