body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #c9e0f2;
	line-height: 125%;
	padding: 0;
	margin: 0;
}
blockquote {
		font-family: Verdana, Helvetica, sans-serif;
		line-height: 120%;
		font-size: small;
		color: navy;
}
h1, h2, h3 {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
	background: navy url(backgrounds/header-bg.jpg) repeat-y right;
}
h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}
li {
	font-size: small;
	list-style-type: none;
}
p {
	font-size: small;
	color: navy;
}
#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right bottom;
}
a {
	font-weight: bold;
}
a: link {
	color: black;
}
a: visited {
	color: navy;
}
a: hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}
a: active {
	color: aqua;
	background-color: navy;
}
em {
	text-transform: uppercase;
}
#navigation {
	width: 180px;
	height: 484px;
	background: #7da5d8 url(backgrounds/nav-bg.jpg) no-repeat;
}
h2, ul {
	margin-top: 15px;
}
#gallery .figure p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	line-height: normal;
	margin: 0;
}
form.contact {
	padding: 0;
	margin: 0;
	margin-top: -15px;
}
form.contact fieldset {
	border: 2px solid navy;
	padding: 10px;
}
form.contact legend {
	font-weight: bold;
	font-size: small;
	color: navy;
	padding: 5px;
}
form.contact label {
	font-weight: bold;
	font-size: small;
	color: navy;
	line-height: 150%;
}
form.contact label.fixedwidth {
	display: block;
	width: 150px;
	float: left;
}
form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #0066ff;
}
form.contact .buttonarea input {
	background: navy;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
}
  
/* This section deals with the position of items on the screed. It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display */

#navigation, #bodycontent, #header, #counter, #villnav, #smuggnav, #hauntnav, #ttagesnav, #picstrip01, #picstrip02 {
	position: absolute;
}
#bodycontent {
	top: 113px;
	left: 235px;
	right: 8px;
}
#navigation {
	top: 120px;
	left: 25px;
}
#header {
	width: 100%;
	border-top: 3px solid #7da5d8;
}
#counter {
	top: 650px;
	left: 60px;
}
#villnav {
	top: 650px;
	left: 5px;
}
#smuggnav {
	top: 650px;
	left: 4px;
}
#hauntnav {
	top: 650px;
	left: 4px;
}
#ttagesnav {
	top: 650px;
	left: 4px;
}
#picstrip01 {
	top: 650px;
	left: 65px;
}
#picstrip02 {
	top: 650px;
	left: 20px;
}
