/* css to take out browser defaults */

a:link,a:visited { 
	text-decoration:underline; 
	color: #343762;
	}
ul { 
	list-style:none 
	}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input, dl, dd, dt, p {
	margin:0;
	padding:0;
	}
a img,:link img,:visited img { 
	border:0px solid black;  
	}
	
	
	

body {margin: 0; 
	padding: 0; 
	color: #000; 
	background-color: #fff;  
	text-align: center; 
	font: normal 76% Arial, Helvetica, Verdana, sans-serif; 
	background: #4f2420; 
	}

#wrapper-for-centering {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#wrapper {  /* for all pages */
	margin: 0px auto; 
	padding: 0 0 0 0px; 
	width: 800px; /* width of background image */
	height: 574px; 
	text-align: left;
	background: #4f2420 url(images/bckgnd_home_medqual.jpg) no-repeat;
	margin-left: -400px;
	position: absolute;
	top: -287px;
	left: 50%;
	height: 575px;
	visibility: visible; 
	}

#wrapper-for-bio-page {
	margin: 0px auto; 
	padding: 0 0 0 0px; 
	width: 800px; /* width of background image */ 
    text-align: left;
	background: #4f2420 url(images/bckgnd_bio_wtype_4000long_loqual.jpg) no-repeat; /* specifies the bckgnd for the Bio page.  See also   height:   below */
	margin-left: -400px; /* 1/2 the width of bckgnd image.  Note the minus sign. */
	position: absolute;
	top: -287px;
	left: 50%;
	height: 4000px; /* height of entire bckgnd image */
	visibility: visible; 
	}
#wrapper-for-contact-page {
	margin: 0px auto; 
	padding: 0 0 0 0px; 
	width: 800px; 
	height: 574px; 
	text-align: left;
	background: #4f2420 url(images/bckgnd_contact.jpg) no-repeat; /* specifies the bckgnd for the Contact page */
	margin-left: -400px;
	position: absolute;
	top: -287px;
	left: 50%;
	height: 575px;
	visibility: visible; 
	}
#wrapper-for-review-page {
	margin: 0px auto; 
	padding: 0 0 0 0px; 
	width: 800px; 
	height: 950px; 
	text-align: left;
	background: #4f2420 url(images/bckgnd_review_1500long.jpg) no-repeat; /* specifies the background for the review page. */
	margin-left: -400px;
	position: absolute;
	top: -287px;
	left: 50%;
	height: 1500px;
	visibility: visible; 
	}
	
/* begin menu */
 
#menuarea {margin: 0px auto; padding: 0px; }
ul#menu-list {margin: 0px auto; padding: 19px 0 0 0; text-align: center; }
ul#menu-list li {display: inline; margin: 5px auto; padding: 5px 7px 0 7px; }
ul#menu-list li a {width: 154px; }

li#home a {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/home_up.gif) no-repeat; height: 11px; }
li#home a:hover {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/home_over.gif) no-repeat; height: 11px; }

li#canvas a {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/canvas_up.gif) no-repeat; height: 11px; }
li#canvas a:hover {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/canvas_over.gif) no-repeat; height: 11px; }

li#paper a {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/paper_up.gif) no-repeat; height: 11px; }
li#paper a:hover {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/paper_over.gif) no-repeat; height: 11px; }

li#wood a {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/wood_up.gif) no-repeat; height: 11px; }
li#wood a:hover {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/wood_over.gif) no-repeat; height: 11px; }

li#bio a {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/bio_up.gif) no-repeat; height: 11px; }
li#bio a:hover {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/bio_over.gif) no-repeat; height: 11px; }

li#contact a {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/contact_up.gif) no-repeat; height: 11px; }
li#contact a:hover {margin: 0 0 0px 0; color: white; background: transparent url(images/nav/contact_over.gif) no-repeat; height: 11px; }

/* end menu */



/* peculiar to canvas pages */

#canvaspage #wrapper {
	background: #4f2420 url(images/bckgnd_canvas.jpg) no-repeat; /* specifies the bckgnd for the canvas pages */
}
#canvas-content {
	margin: 100px 0 0 60px; 
	padding: 0; 
}
#navigation {
	margin: 102px 0 0 0; 
	padding: 5px; 
	font-size: .90em; 
	color: #343762;
}
#navigation a {
	color: #343762;
}
#image {
	margin: 0; 
	padding: 0; 
	height: 350px; 
	float: left; 
	border: 1px solid #666666;
 }
#about-image {
	margin: 280px 0 0 10px; 
	padding: 5px 0 5px 0; 
	width: 165px; 
	float: left; 
	text-align: left; 
	line-height: 1.1; 
	color: #343762;
	font-size: .90em; 
}

      /* not used */
#about-wrap {
	background: silver; 
	width: 125px; 
	float: left; 
	text-align: center; 
}
      /* end not used */

p#left {
	float: left; 
	text-align: center; 
}
.title {
	display: block; 
	font-weight: bold; 
	font-style: italic; 
}
.dimensions {
	display: block;
}
.description {
	display: block;
	}

/* end peculiar to canvas pages */




/* peculiar to paper pages */

#paperpage #wrapper {
	background: #4f2420 url(images/bckgnd_paper_lt.jpg) no-repeat; /* specifies the bckgnd for the paper pages */
}
#paper-content {
	margin: 100px 0 0 60px; 
	padding: 0; 
}

/* end peculiar to paper pages */




/* peculiar to wood pages */

#woodpage #wrapper {
	background: #4f2420 url(images/bckgnd_wood_lt.jpg) no-repeat; /* specifies the bckgnd for the wood pages */
}
#wood-content {
	margin: 100px 0 0 60px; 
	padding: 0; 
}

/* end peculiar to wood pages */



/* peculiar to bio page */

#table-bio {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #343762;
	margin:440px 0 0 112px;
	border: none;
	width: 650px;
	position: absolute;
	top: 200px;
	right: 0px;
	left: 0px;
}
td {
	border: none;
	padding: 7px 15px 0 0;
}
.biopartext {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #343762;
	width: 400px;
	position: absolute;
	top: 160px;
	right: 0px;
	left: 344px;
}
.biopartextitalic {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #343762;
}
.biopartextquote {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #a13721;
}
.biopartextjohnson {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #a13721;
}
.table-bio-italic {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #343762;
}
.table-bio-subheads {
	font-size: 120%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #343762;
}
#photo-1 {
	margin: 125px 0 0 60px; /* positions bio photo */
	padding: 0;
	width: 250px;
	height: 333px;
	border: 1px solid #333333;
}
p.indent {
    text-indent: -15px;
	margin: 0 0 3px 0;
	}

/* end peculiar to bio page */



/* peculiar to contact page */

#contact-content {
	margin: 100px 0 0 60px; 
	padding: 0; 
}
#photo-2 {
	margin: 125px 0 0 60px; /* positions contact photo */
	padding: 0;
	width: 380px;
	height: 333px;
	border: 1px solid #333333;
}
.contacttext {
	font-size: 120%;
	font-family: Helvetica, Arial, sans-serif;
	color: #343762;
	width: 300px;
	position: absolute;
	top: 225px;
	right: 0px;
	left: 465px;
}
/* end peculiar to contact page */



/* peculiar to review page */

.reviewtext {
	font-size: 120%;
	font-family: Helvetica, Arial, sans-serif;
	color: #343762;
	width: 550px;
	position: absolute;
	top: 157px;
	left: 112px;
	height: 310px;
	text-indent: 3em;
}
.reviewtextitalic {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #343762;
}
.reviewlandi {
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
	color: #343762;
}
.revielLandiitalic {
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #343762;
}


/* end peculiar to reivew page */

