@charset "utf-8";
/* CSS Document */
#content{
	padding-top:20px;
	
}
#content a{
	color:#333;
}
#content a:hover{
	color:#b50000;
}
#sitename{
	font-size:24px;
	float:left;
}
#siteurl{
	float:right;
}
#sitebio{
	clear:both;
	float:left;
	width:700px;
	margin-top:20px;
	margin-bottom:15px;

}
#sitelogo{
	float:right;
	margin-top:20px;
	border:double #ccc;
	margin-bottom:50px;
	height:75px;
	width:75px;
	background-position:0 75px;
}
#testimonial{
	clear:both;
	margin:10px 0 20px 0;
	background-color:#eee;
	padding:15px;
	border:dashed 1px #ccc;
}
#sitefacts{
	float:left;
	
	
	margin-bottom:30px;
	
}
.italic{
	font-style:italic;
}
#sitethumbs{
	float:right;
	
	
}
#sitethumbs td{
	padding-left:10px;
}
#sitethumbs img{
	border:double #ccc;
	width:85px;
}

