#banner {
}
#shell {
	width: 800px;
}
#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	font-size: small;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#main {
	padding-top: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	position: relative;
	width: 110px;
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
}
#nav a {
	clear: both;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom:5px;
}
#nav a:hover {
	color: #333333;
}
#content {
	margin-left: 140px;
	padding-bottom: 40px;
	min-width: 650px;
}
h3 {
	color: #333333;
	margin-top:5px;
}
.floatRight {
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-top: 10px;
}
.floatLeft {
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
}
.floatLeftNoBorder {
	padding: 5px;
	float: left;
	border: 0px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
}
.spacer {
	clear: both;
}
.selector {
	display: block;
	float: left;
	width: 180px;
}
.collections {
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-top: 10px;
	width: 200px;
}
.collections p {
	font-size: small;
	text-align: justify;
	min-height: 90px;
}
.collections a {
	color:#666666;
	text-decoration:none;
}
.collections a:hover {
	color:#333333;
	text-decoration:none;
}
.collections:hover {
	border: 1px solid #666666;
	color:#000000;
}
