body {
	background-image: url('images/page_background.gif'); 
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #030303;
	background-color: #ddd;
	text-align: center;
	font-size: small;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	padding: 250px 0 0 0;
	border: none;
}
#content {
	background-image: url(images/content_bg.gif);
	color: #595959;
	margin-left: 200px;
	margin-right: 0;
	padding: 2px 10px 0 0;
}
#content p {
	line-height: 1.4em;
	margin: 8px 6px 14px 10px;
	text-align: justify;
}
#content h1 {
	color: #595959;
	font-size: 120%;
	margin: 8px 0 14px 9px;
}
#navigation {
	position: absolute;
	top: 274px;
	left: 0;
	width: 190px;
}
#navigation p {
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	line-height: 1.4em;
	width: 190px;
	border-top: 1px dotted #595959;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 10px 5px 11px 1.6em;
	border-left: 7px;
	border-right: 0px;
	text-decoration: none;
	color: #00f;
}
#navigation a:hover {
	background-image: url(images/nav_mouseover.gif);
	color: #00f;
}
#navigation a.image:link, #navigation a.image:visited {
	background-color: #fff;
	color: #fffffe;
	padding: 8px 5px 8px 0.5em;
	border: 0px;
}
#navigation a.image:hover {
	background-color: #fff;
	color: #fffffe;
	border: 0px;
}

body#home a#homenav,
body#animal a#animalnav,
body#natsworthy a#natsworthynav,
body#wolves a#wolvesnav,
body#silverpeakes a#silverpeakesnav,
body#diary a#diarynav,
body#contact a#contactnav {
	background-image: url(images/nav_mouseover.gif);
	color: #00f;
}

#footer {
	padding: 30px 70px 16px 0;
	font-size: x-small;
	color: #aaa;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	color: #00f;
	text-decoration: underline;
}

img.main      		{position:absolute;margin:-169px 0 0 -169px;border-style:none;height:150px;width:210px}
img.table_header    {position:absolute;margin:-4px 0 0 0;border-style:none;height:7px;width:562px}
img.table_footer    {position:absolute;margin:-12px 0 0 0;border-style:none;height:15px;width:562px}
img.acrobat			{margin:0 0 -4px 0;padding:0 6px 0 0;border-style:none;height:16px;width:16px}

strong				{color: #595959; }
