@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #262223;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

h1, h2, h3, h4, h5, h6, a {
	color: #a08d74;
	text-decoration: none;
	font-variant: normal;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
}

hr {
	display: block;
	width: 747px;
	height: 48px;
	background-image: url(../../../images/stories/hr.jpg);
	background-position: center;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: underline;
}

.townandcountry #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/pagebgnd.jpg);
	background-repeat: repeat-y;
}
.townandcountry #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 155px;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	
}

.townandcountry #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.townandcountry #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	width: auto;
}
.townandcountry #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.townandcountry #top-menu
{
	text-decoration: none;
	color: #341809;
	height: 28px;
	line-height: 27px;
	display: block;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a08d74;
	border-bottom-color: #a08d74;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.townandcountry #top-menu a
{
	color: #a08d74;
	text-decoration: none;
	font-variant: small-caps;
}

.townandcountry #top-menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}
.townandcountry #top-menu li
{
	height: 35px;
	background-repeat: no-repeat;
	line-height: 27px;
	background-position: left;
	display: inline;
	margin-left: 12px;
}
.townandcountry #top-menu li a:hover, .top-menu a.on
{
	text-decoration: none;
	color: white;
	height: 28px;
	line-height: 27px;
	background-color: #a08d74;
}
.townandcountry #top-menu a:hover, .top-menu li a.on
{
	background-position: right;
	color: White;
}
.townandcountry #webdesign {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-size: 70%;	
}
