﻿body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	float: left;
	height: 120px;
	width: 980px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#logo {
	float: left;
	height: 120px;
	width: 600px;
}
#header_right {
	float: left;
	height: 95px;
	width: 330px;
	text-align: right;
	font-size: 12px;
	padding-top: 25px;
	color: #e94900;
	padding-left: 50px;
}
#header_right h2 {
	color: #1F6984;
	margin: 0px;
	padding-top: 10px;
}
#linkBar {
	clear: both;
	float: left;
	height: 30px;
	width: 970px;
	padding-left: 10px;
}
#linkBar a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
	height: 22px;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#linkBar a:hover {
	color: #1F6984;
	background-color: #CEECF6;
}
#banner {
	clear: both;
	float: left;
	height: 225px;
	width: 980px;
	background-image: url(../images/banner_back.jpg);
	background-repeat: repeat-x;
}
#banner h2 {
	font-weight: lighter;
	color: #e94900;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#map {
	float: left;
	width: 231px;
	height: 225px;
	text-align: center;
	font-size: x-small;
}
#search {
	float: left;
	width: 231px;
	height: 225px;
	text-align: center;
	font-size: x-small;
}
#photo {
	float: left;
	height: 225px;
	width: 518px;
}
#content {
	clear: both;
	float: left;
	width: 980px;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#leftCol {
	float: left;
	width: 246px;
	background-color: #FFF;
	background-image: url(../images/leftCol_back.jpg);
	background-repeat: repeat-x;
	font-size: x-small;
}
#leftCol h2 {
	color: #e94900;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: medium;
}
#leftCol a {
	color: #e94900;
	text-decoration: none;
}
#leftCol a:hover {
	text-decoration: underline;
}
#featured {
	text-align: center;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
#contact {
	float: left;
	width: 246px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: small;
}
#copy {
	float: left;
	width: 704px;
	font-size: small;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #111;
}
#copy h1 {
	color: #1F6984;
	font-size: x-large;
}
#copy h2 {
	color: #4B5E2A;
	font-weight: lighter;
	font-size: large;
	margin-bottom:2px
}
#copy a {
	color: #e94900;
	text-decoration: none;
}
#copy a:hover {
	color: #F00;
	text-decoration: underline;
}
#copy li {
	color: #444;
}
#footer {
	height: 50px;
	width: 100%;
	margin-top: 0px;
	background-color: #D0E1BD;
	clear: both;
	font-size: x-small;
	padding-top: 10px;
}
#footer a {
	color: #1F6984;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
