/* Yonder Wood Center */

body {
	background-color: #9ca07f;
	margin: 0px auto;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	text-align: center;
}

div#footer a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div#footer a:hover {
	color: #999;
}

.style3 {
	color: #3E5016;
	font-size: large; /* home page heading */
	font-family: Century;
	font-weight: bold;
}
.style5 {font-size: 46px;} /* diamond page headings */


.style8 {
	color: #FFFFCC; /* secret comp page heading */
	font-size: x-large;
}



/* HEADER */

div#header {
	width: 800px;
	background-color: #474F49;
	clear: both;
	margin: 20px auto 5px;
}


div#yonderwood {
	width: 800px;
	margin: 0px auto;
	padding-top: 28px;
	padding-bottom: 28px;
}

div#headerright {
	margin-top: -26px;
	float: right;
}


div#navbar {
	height: 46px;
	text-align: left;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #2E3121;
}

div#navbar img {
	border: 0px;
}


div#treephoto {
	margin: 0px 0px 20px;
}


/* 1st row of images and text Home page */
div#wrapper {
   	width: 800px;
	height: 325px;
   	margin: 0px auto;
   	text-align: left;
   	padding: 0px;
	border: 0;
}

div#content {
	width: 396px;
	float: left;
	margin: 0px;
}

div#left {
	float: left;
	width: 144px;
	
	margin: 0px;
	padding-right: 10px;
}

div#right{
	float: right;
	width: 240px;
	
	margin: 0;
	padding-left: 10px;
}

/* 2nd row of rollover images Home page */

div#wrapper2 {
   	width: 800px;
	height: 250px;
   	margin: 0px auto;
   	text-align: left;
   	padding: 0px;
	border: 0;
}

div#left2 {
	float: left;
	width: 250px;
	
	margin: 0px;
	padding-right: 25px;
}

div#content2 {
	width: 389px;
	float: left;
	margin: 0px;
}
div#right2{
	float: right;
	width: 100px;
	
	margin: 0;
	padding-left: 10px;
}


/* FOOTER */

div#footer {
	min-width: 869px;
	padding: 10px 0;
	background-color: #efefef;
	clear: both;
}

div#footer p {
	color: #777;
	font-size: 11px;
}

div#footertext {
	width: 869px;
	margin: 0px auto;
}

div#footerright {
	margin-top: -12px;
	float: right;
	text-align: right;
	margin-right: 100px;
}


/* FOOTER for GALLERY */

div#footergallery {
	margin: 0px auto;;
	padding: 10px 0;
	clear: both;
}
div#footergallery p {
	color: #000;
	font-size: 11px
}

div#footergallery a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div#footergallery a:hover {
	color: #EEEEEE;
}

/* css for Woodturning html */


#spindleswrapper {
	width: 800px;
	height: 360px;
	margin: 0px auto;
	margin-top: 40px;
	clear:both;
	}

#stoolleft{
	float:left;
	top:195px;
	width:226px;
	height:357px; 
}


#spindlesright {
	float:right;
	top:208px;
	width:300px;
	height:290px;
}

#lathewrapper {
	width: 800px;
	height:300px; 
	margin: 0px auto;
	margin-top: 40px;
	clear:both;
}

#pegstolegs {
	float:left;
	width:497px;
	height:183px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	color: #2E3121;
	line-height: 60px;
	font-style: normal;
}

#textlathe {
	float:right;
	width:259px;
	height:166px;
	
}

#copylathe {
	float:right;
	width:160px;
	height:117px;
	
}



