﻿/* set up page */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fdfaf1;
	font-family:Palatino;
	font-size:11pt;
}
a {
	text-decoration:none;
	color:#80413f;
}
a:visited {
	text-decoration:none;
	color:#80413f;
}
a:hover {
	color:#494949;
	border-bottom:solid 1px #80413f;
}

/* begin div styles */
#main {
	margin:0 auto;
	width:800px;
	background:transparent url('images/logo_town_header.png') no-repeat center top;
}
#header {
	width:785px;
	height:138px;
	background:transparent url('images/border_header.jpg') no-repeat right bottom;
}
#nav {
	float:left;
	width:201px;
	padding-top:20px;
	padding-right:10px;
	text-align:right;
	background:transparent url('images/nav_bg.png') no-repeat right top;
}
#content {
	float:left;
	width:568px;
	background:transparent url('images/border_content.jpg') no-repeat left top;
}

#widerContent {
	float:left;
	width:868px;
	background:transparent url('images/border_content.jpg') no-repeat left top;
}
#widerContentPage {
	float:left;
	width:868px;
	padding-left:20px;
}


#contentTitle {
	float:left;
	color:#80413f;
	font-size:18pt;
	height:70px;
	width:340px;
	margin-left:3px;
	padding-top:20px;
	padding-left:10px;
	background:transparent url('images/title_bg.png') no-repeat left top;
}
#contentPage {
	float:left;
	width:568px;
	padding-left:20px;
}
#footer {
	clear:left;
	width:570px;
	margin:0 auto;
	padding-top:40px;
	text-align:center;
	font-size:small;
}

/* utility pseudoclasses */
.linkNoHover {
	text-decoration:none;
	border:none;
}
.linkNoHover:hover {
	text-decoration:none;
	border:none;
}
.navItem {
	padding-right:15px;
	background:transparent url('images/bullet_red.png') no-repeat right center;
}
.navItem:hover {
	background:transparent url('images/bullet_green.png') no-repeat right center;
	border:none;
}
.headerText {
	color:#2f95ba;
	font-size:16pt;
	font-weight:normal;
}
.strongText {
	color:Black;
	font-size: 11pt;
	font-weight: bold;
}
