body {
	background-image: url(images/dkwalnut.jpg);
	font-family:garamond, times, serif;
	line-height: 125%;
	}
	
a {
	color: #4b1507;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/u_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
.center {
	text-align: center;
	}

#container {
	width: 800px;
	height: 860px;
	margin: auto;
	background-image: url(images/paper_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/*-----------------------------------------------*/
#header {
	width: 785px;
	height: 125px;
	margin: auto;
	float: left;
	color: #e7dcbf;
	border: 0px solid white;
	}
	
#header h1 {
	font-family:garamond, times, serif;
	font-variant: small-caps;
	font-size: 54px;
	letter-spacing: -1px;
	margin-top: 12px;
	margin-bottom: -25px;
	text-shadow: -2px 2px 4px #000;
	}
	
#header h2 {
	font-size: 20px;
	font-style: italic;
	text-shadow: -1px 1px 2px #000;
		}
		
#header img {
	float: right;
	position: relative;
	right: -36px;
	}
		
.hdrTitle {
	width: 300px;
	float: left;
	border: 0px solid black;
	position:relative;
	top:24px;
	}	
	
.subnav {
	color: #000000;
	font-style: italic;
	position:relative;
	top:36px;
	}
	
#header ul {
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}
		
#header li {
	float: left;
	display: inline;
	/*border:1px solid white;*/
	font-size: 16px;
	letter-spacing: 1px;
	}
	
#header a {
	color: #4b1507;
	text-decoration: none;
	}
	
#header a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/u_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
#header .secondary_nav {
	color: #561e0d;
	font-style: italic;
	margin-top: -3px;
	margin-bottom: 4px;
	}
	
#header .secondary_nav a {
	color: #4b1507;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
#header .secondary_nav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
#home #home_link,
#families #families_link,
#families #knighton_link,
#families #maloney_link,
#families #campbell_link,
#index #knighton_link,
#index #maloney_link,
#index #campbell_link, 
#about #about_link,
#index #index_link,
#links #link_link	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/u_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}


/*-----------------------------------------------*/	
#content {
	width: 475px;
	background-image: url(images/writing_strip.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border:0px solid black;
	float: left;
	}

.cont_header {
	width: 390px;
	height: 110px;
	background-image: url(images/writing_hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*border:1px solid white;*/
	}
	
#content h2 {
	font-size: 20px;
	color: #4b1507;
	line-height: 125%;
	background-image: url(images/writing_hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 0px 0px 18px;
	margin-bottom: -36px;
	position:relative;
	top:-30px;	
	}
	
#content p {
	padding: 0px 12px 0px 18px;
	line-height: 150%;
	}
	
#index #content p {
	line-height: 125%;
	}
	
#index #content .intro {
	margin-bottom: -14px;
	}
	
#content p a {
	color: #341107;
	text-decoration: none;
	font-weight: normal;
	}
	
/*#link #content p a {
	color: #341107;
	text-decoration: none;
	font-weight: bold;
	} Not sure about using this */
	
#content blockquote {
	color: #333333;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #333333;
	}
	
#content .inline_list {
	margin-top: -12px;
	margin-left: -22px;
	}
	
#content .inline_list li {
	display: inline;
	list-style-type: none;
	font-size: 16px;
	line-height: 100%;
	}

#content .nav_list {
	margin-left: -22px;
	}	

#content .nav_list li {
	display: inline;
	list-style-type: none;
	font-size: 16px;
	line-height: 100%;
	}
	
#content .fam_list li {
	list-style-type: none;
	padding-left: 12px;
	border-left: 1px solid #333333;
	}
	
#content .last_para_adjust {
	margin-bottom: 22px;
	}
	
.intro {
	font-weight: bold;
	margin-bottom: -8px;
	color: #4b1507;
	}

.quicklink {
	font-style: italic;
	text-align: right;
	margin-bottom: -35px;
	}
	
#content .page_nav {
	margin-top: -14px;
	}
	
#content .name_link a {
	font-weight: normal;
	color: #4b1507;
	}
	
#content .name_link_ind {
	margin-top: -9px;
	margin-left: 18px;
	}
	
.cont_footer {
	height: 54px;
	background-image: url(images/writing_ftr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*border:1px solid white;*/
	margin-bottom: -24px;
	text-align: center;
	}	
	
.cont_footer p {
	font-size: 14px;
	text-align: center;
	color: #712510;
	}

.cont_footer a {
	color: #341107;
	text-decoration: none;
	font-weight: normal;
	}
	
.cont_footer a:hover {
	color: #000000;
	text-decoration: none;
	}

/*-----------------------------------------------*/	
#imagebar {
	float: left;
	width: 175px;
	/*border:1px solid white;*/
	position: relative;
	}
	
#imagebar .img_1 {
	margin-top: 52px;}
	
#imagebar .img_2 {
	position: absolute;
	top: 245px;
	z-index: 1;
	}
	
#imagebar .img_3 {
	position: absolute;
	top: 495px;
	z-index: 2;
	}	

/*-----------------------------------------------*/	
#sidebar {
	float: left;
	color: #4b1507;
	width: 150px;
	height: 400px;
	background-image: url(images/paper_tag.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px solid white;
	position: relative;
	top: 54px;
	}
	
#sidebar h2 {
	color: #4b1507;
	font-size: 18px;
	margin: 22px 18px -10px 8px;
	text-align: center;
	font-weight: bold;
	}
	
#sidebar p {
	font-size: 14px;
	margin: 18px 10px -8px 8px;
	}
	
.para_2 {
	padding-right: 18px;
	}
/*--------------Bio Styles--------------------------------*/	

.bio_intro {
	color: #4b1507;
	font-style: italic;
	font-size: 16px;
	line-height: 200%;
	}	
	
.bio_photo {
	text-align: right;
	border: 0px solid black;
	width: 175px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #4b1507;
	float: right;
	margin: 12px 12px -32px 12px;
	position: relative;
	top: -36px;
	}
	
.bio_nav {
	text-align: center;
	}
	
.keywords {
	font-style: italic;
	font-weight: bold;
	padding-right: 12px;
	}
	
.vitals {
	color: #000000;
	}