@import "nav.css";

body {
	font-family: Georgia, Times, sans-serif;
	line-height: 1.5em;
	color: #564a3e;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	background: #310200 url("images/greenback.jpg") repeat-y top center;
	font-size: 0.9em;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
}

#header {
	background: url("images/folder.jpg") no-repeat top left;
	position: absolute;
	top: 0px;
	left: 24px;
	height: 1000px;
	width: 911px;
	z-index: 0;
}

#news, #intouch, #route {
	position: absolute;
	z-index: 6;
	left: 770px;
	top: 29px;
	width: 130px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#route {
	z-index: 8;
	top: 30px;
	left: 593px;
}	

#intouch {
	z-index: 7;
	top: 873px;
	left: 60px;
	width: 120px;
}

h1, h3 {
	font-size: 1.2em;
	color: #4b7735;
	font-weight: normal;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

h2, h4 {
	font-size: 1.2em;
	color: #957958;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
}	

h3 {
	font-size: 1.1em;
	margin: 0px 0px 0px 20px;
}

h4 {
	font-size: 0.9em;
	color: #806545;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px -10px 20px;
	line-height: 1.2em;
}

a:link, a:visited {
	text-decoration: none;
	color: #060;
}

a:active {
	outline: none;
}

#news a:link, #news a:visited, #route a:link, #route a:visited {
	margin: 0px;
	color: #5f423b;
}

#news a:hover, #route a:hover {
	color: #bf5237;
}

form {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#copy {
	width: 540px;
	position: relative;
	top: 141px;
	left: 320px;
	background: url("images/midpage.jpg") repeat-y top left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	z-index: 6;
}

#copy p {
	font-size: 0.8em;
	line-height: 1.35em;
	margin: 15px 20px 15px 20px;
}

.center {
	text-align: center;
}

#copy .address {
	margin-top: 0px;
	color: #3c5d32;
}

#copy .address:first-line {
	font-weight: bold;
}

#copy .caption {
	font-size: 0.75em;
	margin: 0px 35px 0px 35px;
}

#copy ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #72665a;
}

.divider {
	width: 540px;
	height: 12px;
	background: url("images/divider.gif") no-repeat top center;
	clear: both;
	margin: 0px 0px 10px 5px;
}

#copy a:link, #copy a:visited, #footer a:link, #footer a:visited {
	background: url("images/underline.gif") repeat-x bottom left;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

#copy a:hover, #footer a:hover {
	background: #e3d9ac url("images/underline.gif") repeat-x bottom left;
}

#copy .aboutwalk, #copy .aboutbook, .aboutsite {
	text-indent: -3000px;
	width: 540px;
	background: url("images/aboutwalk_big.gif") no-repeat center center;
}

#copy .aboutbook {
	background: url("images/aboutbook_big.gif") no-repeat center center;
}

#mainnav .aboutwalk, #mainnav .aboutbook, #titlecredit, #newshead, #routehead {
	text-indent: -3000px;
	width: 200px;
	height: 25px;
	margin: 0px 0px 10px 0px;
}

#newshead, #routehead {
	background: url("images/newshead.gif") no-repeat top left;
	margin: 0px;
	height: 20px;
}

#routehead {
	background: url("images/routehead.gif") no-repeat top left;
	height: 43px;
}

.aboutsite {
	background: url("images/aboutsite.gif") no-repeat center center;
}

#mainnav .aboutwalk {
	background: url("images/aboutwalk.gif") no-repeat top left;
	background-position: 5px;
}

#mainnav .aboutbook {
	background: url("images/aboutbook.gif") no-repeat top left;
	background-position: 5px;
}

#titlecredit {
	background: url("images/titlecredit.gif") no-repeat top left;
	margin: 0px;
}

.insetright, .insetleft {
	float: right;
	margin: 0px 10px 10px 10px;
}

.insetleft {
	float: left;
}

.spanpic {
	clear: both;
	margin-bottom: 10px;
}

.picleft, .picright {
	margin: 0px 20px 10px 20px;
	float: left;
	border: 3px double #c7baa7;
}

.picright {
	float: right;
}

