.siteGroup {
/* border: 1px solid #000; */
}
.site {
border: 1px solid #ccc;
clear: both;
margin: 5px 0px 5px 0px;
padding: 0px;
min-height: 210px;
}
.siteImage {
float: right;
width: 250px;
height: 210px;
background-image: url("http://www.xbuzz.com/img/portfolio-shadow.jpg");
background-position: bottom;
background-repeat: no-repeat;
}
.siteImage img {
border: 1px solid #ccc;
}
.siteName h2 {
font-size: 13px;
font-weight: bold;
background-color: #ccc;
padding: 0px 0px 0px 2px;
margin: 0px 0px 2px 0px;
}

.siteUrl a, .siteDescription a {
color: #000;
}
.category h1{
font-size: 14px;
font-weight: bold;
background-color: #5a5b5c;
color: #fdc401;
clear: both;
}

#pageTitle {
font-size: 16px;
font-weight: bold;
text-align: center;
}

.siteName, .siteUrl, .siteDescription, .siteNotes {
width: 500px;
}

.siteNotes strong {
color: #000;
}
.siteNotes {
color: #333;
}