/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 9pt/16pt georgia; 
	color: #494949;
	background: white url(/images/tree.jpg) no-repeat bottom right; 
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 9pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 3px; 
	padding-bottom: 2px;
	color: #6E5C7D;
	border-bottom: dotted 1px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5E5E5E;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8d7795;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #5E098A;
	}

/* specific divs */
#container { 
	background: url(/images/liberateddog2.jpg) no-repeat top left; 
	padding: 0px 175px 0px 140px;  
	margin: 0px; 
	position: absolute;
	top: 0px;
	left: 0px;
	}

#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(/images/barryhorne.gif) no-repeat top left; 
	margin-top: 30px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(/001/h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
/*	display:none*/
	}

#pageHeader h4 {
	clear:both;
	}

#mainText {
	clear: both;
	padding-bottom: 40px;
	}
#mainText img {
	float: left;
	margin-right: 10px;
	border: thin solid;
	}
#mainText img.rfloat {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}	

/* the menu */
#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 160px; 
	width: 120px; 
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	background: white no-repeat top center; 
	display: block; 
	padding: 2px 4px; 
/*	border: solid thin #E5E5E5;*/
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #63985e;
	}
#linkList li a:visited {
	color: #94b395;
	}


#barrypic {
	background: transparent url(/images/barryhorne.jpg) top left no-repeat; 
	position: absolute; 
	top: 5px; 
	right: 5px; 
	width: 125px; 
	height: 150px;
	}
