body {
	margin: 0px;
	padding: 0px;
	background-color: #5C0100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #756C50;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.middle {
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.white {
	background-color: #BB8E93;
	background-image: url(images/white-broder.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E7E5CE;
}
a:link {
	color: #880000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #880000;
}
a:hover {
	text-decoration: underline;
	color: #7E7862;
}
a:active {
	text-decoration: none;
	color: #BB8E93;
}
