body {
	background-image: url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
ul {
	list-style-type: square;
	color: #550B00;
	margin-left: 30px;
	margin-bottom: 0px;
}
a {
	color: #550B00;
	text-decoration: underline;
}
a:hover {
	color: #C80000;
	text-decoration: none;
}

.text {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #550B00;
	line-height: 16px;
}
.small_text {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #550B00;
}
.header {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #550B00;
	font-style: italic;
	font-weight: bold;
}
.bottom {
	background-image: url(images/background_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.photo {
	cursor: hand;
	border: 1px solid #000000;
}
.list {
	scrollbar-base-color: #EDC9C1;
	padding-right: 5px;
}
.input {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #550B00;
	background-color: transparent;
	border: 1px solid #DDCECC;
	scrollbar-base-color: #EDC9C1;
}
.button {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #550B00;
	background-color: #EDC9C1;
	border: 1px solid #550B00;
	font-weight: bold;
}

