html {
	background-color: #242021;
	color: white;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #cfab7b;
	margin: 0;
	padding: 169px 0 0 0;
}

h1 {
	background: white url('../images/h1-bg.jpg') left top repeat-x;
	color: #242021;
	margin: 0;
	padding-top: 45px;
	padding-bottom: 60px;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contact_info {
	background: white url('../images/contact-info-bg.jpg') left bottom repeat-x;
	padding-bottom: 40px;
}

#contact_info table {
	background-color: white;
	color: black;
	margin: 0 auto;
}

#contact_info table td {
	color: #242021;
	text-align: left;
	vertical-align: top;
}

#contact_info table td.office1 {
	padding-right: 50px;
}

#contact_info table td.office2 {
	padding-left: 50px;
}
