body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0 20px;
}

/*////////////////////////////////
HEADER
///////////////////////////////*/

h1 {
	position: relative;
	text-indent: -9999px;
	height: 164px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/header.jpg) no-repeat 0 0;
}

h2 {
	background: #890006;
	color: #fff;
	font-size: 1em;
	padding: 5px;
}

h3 { color: #000000; font-size: 100%; 
font-weight: bold; 
margin: 0px 0px 10px 0px; 
padding: 4px 0px 4px 0px; 
border-width: 1px 0px 1px 0px; 
border-style: solid; 
border-color: #2D6262; }

/*////////////////////////////////
NAVIGATION
///////////////////////////////*/

#nav ul {
	height: 25px;
	margin: 0;
	padding: 4px;
	background: #2D6262;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
	padding: 0.7em;
	line-height: 25px;
}

#nav ul li a:hover {
	text-decoration: underline;
	border-bottom-color: #2D6262;
	background: #fff;
	color: #2D6262;
}

/*////////////////////////////////
CONTENT
///////////////////////////////*/

#body {

}

#content {
	padding: 0 0 20px 295px;
}

.home {
	background: #fff url(/images/sideimage_1.jpg) no-repeat 0 0;
}

.about {
	background: #fff url(/images/sideimage_2.jpg) no-repeat 0 0;
}

.staff {
	background: #fff url(/images/sideimage_3.jpg) no-repeat 0 0;
}

.contact {
	background: #fff url(/images/map.jpg) no-repeat 0 0;
}

/* #sidepic {
	padding: 0;
	float: left; 
	width: 280px;
	height: 100%; 
	display: block; 
	margin: 0px 0px 0px 15px;
} */

#content p {

}

#tagline, #tagline2 {
	color: #3A3A3A;
	margin: 1em 0 0.5em;
}

#tagline {
	font-size: 1.2em;
	color: #890006;
	font-weight: bold;
}
 
ul li {
	padding: 3px 0;
}

a:link {
	color: #008181;
}
a:visited {
	color: #008181;
}
a:active {
	color: #008181;
}

a:hover {
	text-decoration: none;
}

#footer {
	background: #eee;
	height: 35px;
	line-height: 35px;
	padding: 0 1em;
	color: #555;
	margin: 10px 0 0;
	border-top: 1px dotted #555;
}

#footer a {
	color: #111;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
}