.wrapper{
	min-height: 300px;
	padding: 20px 30px 30px;
}
fieldset{
	border: 2px solid #CCCCCC;
}
legend{
	font-size: x-large;
	font-weight: bold;
}
fieldset fieldset{
	margin: 10px;
}
legend.nested{
	font-size: large;
}
hr{
	border: 2px dotted #CCCCCC;
}
.directory{
	text-align: center;
	font-size: medium;
	font-weight: bold;
	padding: 3px 0;
}
a.category{
	padding: 3px 0;
}
.categoryContent{
	width: 800px;
	padding: 5px;
}
.categoryContent img{
	border: 1px solid #DDDDDD;
	padding: 2px;
}
.containerRow{
	padding: 15px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.wallImage{
	float: left;
	width: 80px;
}
.wallImage img{
	border-style: none;
}
.wallInformation{
	float: left;
	width: 600px;
	margin-left: 15px;
}
.wallName{
	font-size: medium;
	font-weight: bold;
}
.wallCreator, .wallCreator a{
	color: #777777;
	font-size: x-small;
}
.wallCreator a:hover{
	color: black;
}
.wallDescription{
	padding-top: 7px;
}
.clearFloat{
	clear: both;
	height: 1px;
}