body {
	background-color: white;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;
}
div.wrapper {
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	display: block;
	height: 100%;
	width: 600px;
}
hr {
	background-color: #2c0c64;
	height: 2px;
	border-width: 0px;
}
ul.comments {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.comments li {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}
div#error {
	display: none;
	color: #7e362d;
}
div#gallery img {
	max-height: 125px;
}
div#gallery ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div#gallery ul li {
	text-align: center;
	margin: 5px;
	display: block;
	width: 190px;
	float: left;
	list-style-type: none;
}
div#editgallery img {
	max-height: 80px;
}
div#editgallery ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div#editgallery ul li {
	text-align: center;
	margin: 5px;
	display: block;
	width: 120px;
	float: left;
	list-style-type: none;
}
div#admin {
	clear: both;
	text-align: right;
	display: block;
	width: 100%;
	float: none;
}
div#welcome {
	padding: 10px;
	margin: 15px;
	color: #2c0c64;
	background-color: #e8e5ee;
}
#fullsize {
	min-height: 400px;
	text-align: center;
	max-height: 500px;
}
