@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	background: url(../images/bkgrnd.jpg) no-repeat fixed;
}

html, body, #whole_page {
	min-height: 100%;
	height: 100%;
}

html>body, html>body #whole_page {
	height: auto;
}

#whole_page {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;	
}

#content {
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 125px;
	width: 950px;
	text-align: center;
}

.service_times {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

#content_left {
	float: left;
	width: 425px;
	margin-left: 35px;
	margin-right: 15px;
	text-align: right;
}

#content_right {
	float:right;
	width: 425px;
	margin-left: 15px;
	margin-right: 35px;
	text-align: left;
}

#header {
	background: url(../images/header.gif) no-repeat bottom center;
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 100%;
}

#footer {
	background: url(../images/footer.gif) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	_bottom:-250px;
	width: 100%;
	height: 250px;
	clear: both;
}

.addyphone {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

.textbox_title {
	margin: 5px;
	font-weight: bold;
}

.textbox_title_blue {
	margin: 5px;
	padding: 2px;
	font-weight: bold;
	background-color: #003366;
	color:#FFFFFF;
}

.textbox_body {
	margin: 5px;
}