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

body {
	background: url(images/tile_bg.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img a, a img {
	border: none;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 20px 10px 10px;
	background: #000000;
}

#header {
	background: url(images/header_bg.jpg) center top no-repeat;
	height: 214px;
}

#menu {
	height: 29px;
	padding: 183px 0 0 10px;
}

#sub-header {
	background: url(images/sub_header_bg.jpg) center top no-repeat;
	height: 40px;
}

#page-title {
	float: right;
	padding-right: 10px
}

#main-content {
	padding: 20px 10px 0;
	margin-bottom: 10px;
}

.call-now {
	padding: 10px 0 0 0;
	clear: both;
	text-align: center;
}

.full-width {
	background: url(images/main_content_bg_header.jpg) center top no-repeat;
}

.divider {
	background: url(images/column_divider_bg.jpg) center top repeat-y;
}

.column {
	border-bottom: #FFFFFF solid 4px;
}

.alert {
	color: #F00;
	font-weight: bold;
	padding: 10px;
}

#footer {
	background: url(images/footer_bg.jpg) center bottom no-repeat;
	height: 37px;
}

