body {
	background-color: #bbbfab;
	text-align: center;
	background-image: url(images/bkgGrad.jpg);
	background-repeat: repeat-x;
	margin: 10px;
	padding: 0px;
}
#container {
	text-align: center;
	height: 730px;
	width: 820px;
	padding-top: 20px;
	background-image: url(images/container.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#new,
header {
	width: 820px;
	margin: 0 auto;
}
.box_top {
	background-image: url(images/box_top.png);
	background-repeat: no-repeat;
	height: 19px;
}
.box_bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 19px;
}
.box_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/box_tile.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px 40px;
	margin: 0px;
}
.box_content p {
	margin: 0px;
	color: #585C49;
}
.box_content .subtitle {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px 0 0;
	color: #85381D;
	letter-spacing: 0.1em;
}
.quickLook {
	width: 225px;
	float: left;
	margin: 0px;
	padding: 20px 20px 20px 0;
}
.quickLook p {
	font-size: 11px;
}
.quickLook h3 {
	font-size: 12px;
	font-weight: bold;
	color: #585C49;
	margin: 0 0 4px 0;
}
a {
	color: #585C49;
}
a:hover {
	color: #C06445;
}
.logo {
	float: left;
    margin: 10px 0 0 10px;
}
.contact {
    float: right;
    width: 70%;
}
.row {
	width: 100%;
	margin-bottom: 10px;
}
.title {
	text-transform: uppercase;
	color: #52725B;
	font-weight: bold;
	font-size: .7rem;
	float: left;
	margin-right: 10px;
    text-align: right;
    width: 10%;
}
.contact .row {
	color: #848473;
}


