@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	color:#333;
	font-family:Georgia;
	font-size:14px;
	background-color:#f7e7ae;
	text-align:center; /* used by IE5/Win */
	background-image: url('i/bambooBg.gif');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top;
}
div#main {
	margin-left:auto;
	margin-right:auto;
	text-align:center; /* counteract body.text-align */
	width:1070px;
	/*background:url(i/bambooBg.gif) top no-repeat #f7e7ae;
	
	background-color:#f7e7ae;*/
	padding:60px 0px 60px 0px;
	
}
div#content {
	width:742px;
	background-color:#fff;
	border:#ebd6b0 solid 3px;
	text-align:left;
}
div#copy {
	padding:30px 68px 30px 68px;
	line-height:26px;
}
div#navMain {
	width:742px; 
	height:150px;
	background:url(i/headBg.gif);
}
/**/

.txt11 {
	color:#000;
	font-family:Arial;
	font-size:11px;
}
.txt16 {
	color:#000;
	font-family:Arial;
	font-size:16px;
}
.txt19 {
	color:#000;
	font-family:Arial;
	font-size:19px;
	line-height:25px;
}
.txtBld1 {
	color:#000;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	line-height:25px;
}
.txtBld1red {
	color:#990000;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	line-height:25px;
}
.txtBld2 {
	color:#000;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
.copyright {
	float:right; 
	font-size:10px; 
	padding:0px 10px 5px 0px;
}
a:link {
	color: #8c5503;
	text-decoration: underline;
}
a:visited {
	color: #8c5503;
	text-decoration: underline;
}
a:hover {
	color: #8c5503;
	text-decoration: none;
}
a:active {
	color: #8c5503;
	text-decoration: underline;
}

a#footLink{
	color: #333;
	text-decoration: none;
}
a:hover#footLink{
	color: #333;
	text-decoration: underline;
}



/* forms */

#contact {
	width:633px;
	font-family:Arial;
	font-size:13px;
	color:666666;
	background-color:#f5f5f5;
	padding-top:30px;
	padding-bottom:30px;
}
#contact input.txt {
	padding:5px;
	width:210px;
	font-family:Arial;
	font-size:13px;
	color:666666;
	margin:0px 0px 10px 0px;
	border:1px solid #999;
}
#contact textarea {
	padding:5px;
	width:210px;
	font-family:Arial;
	font-size:13px;
	color:666666;
	margin:0px 0px 0px 0px;
	border:1px solid #999;
}


#newsletter input.txt {
	padding:5px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	margin:0px 0px 10px 0px;
	border:1px solid #999;
}









