<!-- HTML ELEMENTS REDEFINED -->

body,td,p,ul,li{
	font-family: Arial, Helvetica;
	font-size: 12px;
}

hr {
	line-height: 1px;
	color: #DB9472;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

input,textarea,select{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	background-color: #FFcccc;
	border: 1px solid #FF9999;
}

<!-- CLASSES -->
.mainBox {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DB9472;
	border-right-color: #DB9472;
	border-bottom-color: #DB9472;
	border-left-color: #DB9472;
	height: 626px;
	width: 534px;
}
.copyBoxWithPicture {
	position: relative;
	left: 487px;
	top: 211px;
	width: 430px;

}
.aboutUsPic {
	position: relative;
	left: 2px;
	top: 122px
}

.cellPadding {
	margin-bottom: 30px;
}
.paddedWhiteTextCell {
	color: #FFFFFF;
	padding: 4px;

}
.dkBrown {
	color: #993300;
}

.collectionBottom {
	background-color: #8F0028;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;

}
.collectionBorder {
	border: 1px solid #8F0028;
}

<!-- ELEMENT IDS -->
#db_address {
	width:250px;
}

#db_message {
	width:250px;
}