body {
	background: #443333 url("images/background_canvas_faded.jpg") repeat-y center top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#container {
	text-align: left;
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
}

#logo {
	text-align: center;
}

#logo img {
	width: 750px;
	height: 265px;
	margin: 0px;
}

#main_table {
	border: none;
	margin: 0px 12px 10px 12px;
}

.main_td {
	background: #f5f5f5;
	width: 350px;
	border: 2px solid #005500;
}

.block_link {
	display: block;
	background-color: #000066;
	color: #ffffff;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px;
	border: none;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#main_table td img {
	width: 120px;
	height: 175px;
	border: none;
	float: left;
	margin: 0px 5px 5px 0px;
}

.snippet {
	margin-right: 5px;
}

.snippet p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.snippet a {
	color: #0000bb;
}

#service_times {
	float: right;
	margin-right: 5px;
	text-align: right;
}

#footer {
	text-align: center;
	font-size: 10pt;
}

#footer hr {
	width: 95%;
	color: #7b0805;
	background-color: #7b0805;
}