/*body { font-size: 62.5%; }*/
body { font-size: 10px; }

div.clearer {clear: left; line-height: 0; height: 0;}	

body {
	background: url('../images/woodpanel.jpg') repeat;
	margin:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#header {
	width: 100%;
	text-align: center;
	background: url('../images/header-bkgnd.gif') repeat-x;
}

#nav {
	text-align: center;
	margin: 30px auto 30px auto;
	width: 800px;
	padding: 10px 0;
	border-top: 1px solid #995925;
	border-bottom: 1px solid #995925;
}

#nav img {
	margin: 0px 30px;
}

#content {
	width: 800px;
	margin:0px auto 0px auto;
}

#footer {
	text-align: center;
	margin: 30px auto 30px auto;
	width: 800px;
	padding: 10px 0;
	color: #995925;
	border-top: 1px solid #995925;
	border-bottom: 1px solid #995925;
}

table#content {
	width: 800px;
/*	background: green;*/
}

table#content td {
	vertical-align: top;
}

table#content td.left {
	padding: 0 10px 0 0;
	width: 270px;
}


/* --------------- MISC TEXT ------------------ */

h3 {
	font: 1.6em Georgia, serif;
	margin: 0 0 .4em 0;
	color: #995925;
}

h2 {
	font: 2em Georgia, serif;
	margin: 0 0 .8em 0;
	color: #995925;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
}

/* --------------- COLLECTIONS TABLES ETC ------------------ */

table#collections {
	margin:0px auto 0px auto;
	width: 800px;
}

table#collections td {
	vertical-align: top;
}

table#collections td#center {
	width: 440px;
}

table#collections td#center img {
	border:1px solid #995925;
}

table#collections td#left {
	width: 170px;
	padding: 0 10px 0 0;
}

table#collections td#right {
	width: 170px;
	padding: 0 0px 0 10px;
}


table.tnails {
/*	width: 170px;*/
}

table.tnails td img {
	border:1px solid #995925;
}

table.tnails td {
	width: 44px;
	padding: 0 0 6px 0;
}

table.tnails td.last {
	width: 38px;
}

table.tnails td img.current {
	border:5px solid #920600;	
}

a:link { color:#920600;}
a:visited { color:#920600;}
a:hover { color:#007BBE;}
a:active { color:#920600;}

#collection_nav p {


}

/* --------- COMMENT ------------ */
#commentForm label {
/*	color: #920600;*/
	font-size: .8em;
	margin:0;
	font-weight: bold;
}
#commentForm label.error {
	display: block;
	color: green;
	font-size: 1em;
	  }

#commentFrom input {
	margin:0;
}

#commentForm input {
}

