* {
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "MS Trebuchet", sans-serif;
}

#container {
	width:1000px;
	margin:auto;
}

#banner {
	background: url(../images/banner.png) no-repeat top left;
	width:200px;
	height:110px;
	margin:20px 0;
	text-indent: -1000px;
}

#blurb a { color: #999; }
#blurb a:hover { color: #369; }

#sets {
	margin:20px 0;
}

#sets ul li {
	list-style-type:none;
	border:1px solid #999;
	float:left;
	width:218px;
	padding:10px;
	margin:5px;
}

#sets .set {
	background-color:#000;
	color:#fff;
}

.set .description {
	padding:10px 15px 15px 15px;
}

.set small {
	display:block;
}

#footer {
	text-align: center;
	width:100%;
	font-size:12px;
	color:#666;
	padding:20px;
}

.grey {
	color:#666;
}

.both {
	clear:both;
}

a {
	color:#fff;
	text-decoration: none;
}

img {
	border:0;
}

