body {
	background: #9C2818;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
a, a:visited {
	color: #9C2818;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}
	
#wrapper {
	padding: 0px;
	width: 760px;
	margin: 0 auto;
	background: #fff;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	text-align: left;
	}
	
#header {
	margin: 0px;
	padding: 0px;
	height: 115px;
	background: url(images/tailsonthetown_header.jpg) no-repeat top;
}

#header a {
	display: block;
	width: 760px;
	height: 115px;
	}
	
#header a span {
	display: none;
	}

	
/* ye olde navigation */

#nav {
	background: transparent url('images/tailsonthetown_navbar.jpg') 0 0 no-repeat;
	margin: 0;
	padding: 0px;
	display: block;
	list-style-type: none;
	text-align: left;
	height: 115px;
	width: 760px;
	position: relative;
	}

#nav li {
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	}

#nav li, #nav a {
	height: 115px;
	display: block;
	border: 0px;
}
	
#nav-home, #nav-homeon {
	left: 0px;
	width: 115px;
}

#nav-home a:hover, #nav-homeon {
	background: transparent url('images/tailsonthetown_navbar.jpg') 0px -115px no-repeat;
}
	
#nav-about, #nav-abouton {
	left: 160px;
	width: 115px;
}

#nav-about a:hover, #nav-abouton {
	background: transparent url('images/tailsonthetown_navbar.jpg') -160px -115px no-repeat;
}	

#nav-ruffrences, #nav-ruffrenceson {
	left: 317px;
	width: 115px;
}

#nav-ruffrences a:hover, #nav-ruffrenceson {
	background: transparent url('images/tailsonthetown_navbar.jpg') -317px -115px no-repeat;
}

#nav-services, #nav-serviceson {
	left: 485px;
	width: 115px;
}

#nav-services a:hover, #nav-serviceson {
	background: transparent url('images/tailsonthetown_navbar.jpg') -485px -115px no-repeat;
}

#nav-tips, #nav-tipson {
	left: 645px;
	width: 115px;
}

#nav-tips a:hover, #nav-tipson {
	background: transparent url('images/tailsonthetown_navbar.jpg') -645px -115px no-repeat;
}


#nav li a span {
    display: none;
}

/* content items */

#content {
	padding: 20px;
	}
	
#front-left {
	width: 370px;
	float: left;
	}

#front-right {
	width: 350px;
	float: right;
	}

#twocolumn-left {
	width: 175px;
	float: left;
	}

#twocolumn-right {
	width: 535px;
	float: right;
	}
	
#services-left {
	width: 255px;
	float: left;	
	}

#services-right {
	width: 255px;
	float: right;
	}

#threecolumn-leftcontainer {
	float: left;
	width: 470px;
	}
	
#threecolumn-one {
	width: 230px;
	float: left;
	}

#threecolumn-two {
	width: 230px;
	float: right;
	}

#threecolumn-three {
	width: 230px;
	float: right;
	}
	
.ruffrence {
	width: 210px;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	}

.ruffrence img {
	padding-bottom: 5px;
	}
	
.ruffrence p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

.pink {
	background: #DBAEA9;
	}
	
.green {
	background: #C3DBA9;
	}

.blue {
	background: #C8D1E0;
	}

#footer {
	margin-top: 50px;
	text-align: center;
	}
	
h2 {
	font-size: 14pt;
	color: #9C2818;
	font-style: italic;
	margin-top: 0px;
	}
	
h3 {
	font-size: 12pt;
	color: #9C2818;
	margin-top: 0px;
	}
	
li {
	padding-bottom: 5px;
	}
	
.photo {
	font-size: 9pt;
	text-align: center;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	}

.photo img {
	margin-bottom: 5px;
	}
	
.trivia {
	text-align: left;
	font-size: 9pt;
	line-height: 1.2em;
	margin-bottom: 20px;
	color: #666;
	}
	
.trivia a {
	font-weight: normal;
	}
	
.badge {
	padding: 5px;
	border: 1px solid #9C2818;
	margin-bottom: 15px;
	line-height: 1.1em;
	}

.badge h2 {
	font-size: 12pt;
	text-align: center;
	}

img.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;
	border: 0px;
	}

img.alignright {
	float: right;
	padding: 0px 0px 10px 10px;
	border: 0px;
	}
	
.clear {
	clear: both;
	}