.clear {
	clear: both;
}
fieldset {
	border: none;
}
img {
	border: none;
}
body {
	background-image: url('/images/weave.jpg');
	background-color: #a10200;
	color: #ffffff;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}
#wrapper {
	width: 840px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px;
	background-image: url('/images/wrapper_background.gif');
	background-repeat: no-repeat;
	min-height: 100%;
}
#header {
	padding: 72px 175px 36px 175px;
}
#header p {
	padding-top: 0px;
	margin-top: 8px;
}
#collection_images img {
	float: left;
	display: inline;
	margin: 0px 15px;
	height: 246px;
	width: 246px;
	border: 2px solid #ffffff;
}
#description {
	padding: 20px 135px 0px 135px;
	font-size: 15px;	
}
#mailing_list {
	padding-top: 4px;
}
#mailing_list input {
	margin: 4px 0px 6px 4px;
}
form {
	margin: 0px;
}
input.inactive {
	color: #b6b6b6;
}
input.active {
	color: #000000;
}
.submit {
	color: #ffffff;
	background-color: #c80101;
	border: 1px #ffffff solid;
}
#footer {
	padding-top: 4px;
	padding-bottom: 50px;
}