body  {
	font: 80% Arial, Helvetica, sans-serif;
	background:url(images/img_woodchip.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

h2 {
	color: #47350e;
}


h3 {
	font-size: 14px;
	color: #47350e;
}

#container { 
	width: 800px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid 1px #999;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	width:800px;
	height:260px;
	background:url(images/img_header_logo1.gif) no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#headerint {
	width:800px;
	height:48px;
	background:url(images/img_header_logo2.gif) no-repeat;
} 


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left: dashed 1px #ccc;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#mainContent { 
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; 
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: dashed 1px #ccc;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*[if IE 5]

/* place css box model fixes for IE 5* in this conditional comment */
/*.layout #sidebar1 { width: 220px; }

[endif]
[if IE]
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.layout #sidebar1 { padding-top: 30px; }
.layout #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/*[endif]*/



#topnav {
	height: 30px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	float: left;
	background-color: #cab890;
	border-top: solid #b9a881 1px;
}

#topnav ul li {
	display: inline;
}

#topnav ul a {
	display: block;
	float: left;
	padding: 0 23px;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-right: solid #b9a881 1px;
	text-decoration: none;
	color: #543f10;
}

#topnav ul a:hover {
	color: #cc6600;
	background-color: #fff;
}


/*The following styles are for highlighting the current page in the topnav bar. The related id is added to the <body> tag of each appropriate page.*/
#home .home a,
#illustrations .illustrations a,
#papersculptures .papersculptures a,
#books .books a,
#technique .technique a,
#contact .contact a {
	color: #cc6600;
	background-color: #fff;
	cursor: default;
}


/*#rightcol {
  width:180px;
	float:right; 
  margin:10px 0 10px 5px;
	height:350px;
}*/

/*#content {
  width:500px;
	margin:10px 0 10px 235px;
  min-height:500px;
	_height:500px
}*/


#tagline {
	margin: 0;
	padding: 10px 23px;
}

.taglinetext {
	color: #444;
	font: 13px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.imageNowrap {
white-space:nowrap;
display:block;
}

.imgspace {
	margin: 0;
	padding: 0 0 2px 0;
}

.opencopy {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 200%;
	color: #555;
}

.quotecopy {
	line-height: 150%;
}

.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #444;
}

.title {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #cc6600;
}


/*.taglinepos {
position:relative;
left:297px;
top:252px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}*/

a:link { 
	font-weight: bold;
	color: #0033cc;
	text-decoration: none;
	}
a:visited { 
	font-weight: bold;
	color: #0033cc;
	text-decoration: none;
	}
a:hover { 
	font-weight: bold;
	color: #eee;
	background-color: #0033cc;
	text-decoration: none;
	}
a:active { 
	font-weight: bold;
	color: #0033cc;
	text-decoration: none;
	}


/* hide from ie5 mac \*/


	#flashcontent {
		height: 500px;
	}

	/* end hide */