
body, p, ul, li, tr, td {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #663333;
  }	  
h1 {
	font: italic bold 26px "Times New Roman", Times, serif;
	color: #cea25e;
}
h2 {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #493012;
}
h3 {
	font: italic bold 16px "Times New Roman", Times, serif;
	color: #cea25e;
	display:inline;
}
.smallBrown {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#493012;
}

.small {
font-size:10px;
}

table.picTable {
	background:#cea25e;
	border: #FDC739 1px solid;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
.boldRed {
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
}

.lightBrownBox {
	border: #cea25e 2px solid;
	padding:7px;
	margin:0px;
}

table.testimonials td {
	padding: 7px;
}

table.gallery td {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}
table.brownBorder td {
	/*background:#cea25e;*/
	border: #cea25e 1px solid;
	/*border-collapse:collapse;*/
	padding:4px;
}

td.tanBackground {
	background:#cea25e;
	/*border: #493012 1px solid;*/
	padding:1px;
	margin:0px;
	color:#493012;
}
td.brownBackground {
	background:#644623;
}
.imgBorder {
	border: 1px solid #FDC739;
}
.imgBorderBrown {
	border: 
	1px solid #493012;
}
img.floatRight { 
	float: right;
	margin: 4px; 
	border: 1px solid #FDC739;	
}

.indent {
	padding-left:10px;
	padding-right:5px;
}
hr {
	border:0;
	width: 80%; 	
	color:#cea25e;
	background-color: #cea25e;
	height: 2px;
}
/*Links*/
	a:link {
		color: #CC6633;
		text-decoration: underline;
	}
	a:visited {
		color: #663333;
		text-decoration: underline;
	}
	a:hover {
		color: #CC6633;
		text-decoration: none;
	}
	a:active {
		color: #CC6633;
		text-decoration: none;
	}
	