/* CSS Document */

body {
	text-align:left;
	background-color: #666666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color:#f90; text-decoration: none;}
a:visited {text-decoration: none; color: #f90; }
a:hover {text-decoration: none; color: #ffe4bb;}
a:active { text-decoration: none; color: #FF9900; }
div#header {
	width:638px;
	height:60px;
	min-height:60px;
	max-height:60px;
	background-color:rgb(64,64,64);
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px white solid;
}
div#contentarea {
	width:638px;
	background-color:#FFFFFF;
	background-image:url(images/wood.jpg);
	background-repeat:repeat-y;
	border-left: 1px white solid;
	border-right: 1px white solid;
	display: block;
}
div#column1 {
	width:178px;
	background-color:#FFFFFF;
	background-image:url(images/wood.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	color:#FFFFFF;
	float: left;
}
div#column2 {
	width:420px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	padding: 20px;
	text-align: left;
	float: right;
}
div#column2contact {

	width:400px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	padding: 20px 20px 20px 40px;
	text-align: left;
	float: right;
}
div#column2static {

	width:380px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	padding: 20px 20px 20px 60px;
	text-align: left;
	float: right;
}
div#footer {
	width:638px;
	height:30px;
	background-color:#000000;
	color:#FFFFFF;
	border-bottom: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px white solid;
}
.contentHdr { color: #666; font-size: 34px; font-weight: bold; }
.contentText { color: #000000; font-size: 12px;}
.contentHistoryText { color: #000000; font-size: 11px; }
.contentContactText { color: #000000; font-size: 11px; }
.contentContact { color: #000000; font-size: 11px; align:center;}
.contentHistoryThumbs { color: #000000; font-size: 1px;}
.contentContactDirectionsText1 { color: #FF9900; font-size: 11px; }
.contentContactDirectionsText2 { color: #000000; font-size: 9px; }
.leftBar {
	color: #ffffff;
	font-size: 12px;
	text-align:left;
	margin-left: 20px;
}
.leftBarLink {
	text-align:left;
	margin-left: 30px;
}
.leftBarHistory { color: #FFFFFF; font-size: 12px; text-align:center;}
.tdBorder { border: solid 1px black; }
.clearfix {clear:both;}


/* blogger stuff */
	h2 { color: #000000; font-size: 10px; }
	h3 { color: #000000; font-size: 10px; }
	.dateHeader { color: #000000; font-size: 10px; }
	.post {	color: #000000;	font-size: 12px; }
	.post-title { color: gray; font-size: 14px; }
/* end blogger stuff */
