@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	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: #000000;
	background: url("images/stripes.jpg");
}
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	height: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
	vertical-align:top; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	} 
.twoColFixLtHdr #mainContent { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align:top
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	vertical-align:top
} 
a:link {
	color:#6e4b23;
	font-weight:bold;
	border-style: none;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color: #880000;
	font-weight:bold;
	border: none;
}

a:hover, a:hover:visited {text-decoration: none; color: #880000; 
}
.ownerart {
	background-image:url(images/wallpaper.jpg);
	background-repeat:no-repeat;
}
.company {
	background-image:url(images/companyart.jpg);
	background-repeat:no-repeat;
}
.contactart {
	background-image:url(images/contactart.jpg);
	background-repeat:no-repeat;
}
.maintext {
	font-size: 9px;
	color: #000000;
	text=align: justify;
	margin-left: 20px;
	margin-right: 25px;
	padding-top: 0px;
	line-height:13px;
}
.menutext {
	font-size: 11px;
	color: #6e4b23;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 0px;
	line-height:25px;
}
.addresstext {
	font-size: 11px;
	color: #6e4b23;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 0px;
	line-height:25px;
}

.infotext {
	font-size: 10px;
	color: #6e4b23;
	text-align: center;
	font-weight:bold;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom:9px;
	line-height:25px;
}
.infolines {
	font-size: 10px;
	color: #CC9966;
	text-align: center;
	font-weight:bold;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom:9px;
	line-height:25px;
}
.hometext {
	font-size: 9px;
	color: #333300;
	text-align: right;
	margin-right: 0px;
	padding-top: 6px;
	padding-bottom:9px;
	font-weight:bold;
}
.biotext {
	font-size: 9px;
	line-height: 15px;
	color: #000000;
	text-align: left;
	padding-left: 182px;
	padding-right:95px;
	padding-top: 16px;
	padding-bottom:9px;
}
.cotext {
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	padding-left: 182px;
	padding-right:95px;
	padding-top: 17px;
	padding-bottom:9px;
}
.contacttext {
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding-left: 0px;
	padding-right:20px;
	padding-top: 0px;
	padding-bottom:0px;
}
.subhead {
	font-size: 9px;
	color: #333300;
	text-align: center;
	margin-right: 0px;
	padding-top: 6px;
	font-weight:bold;
	text-decoration:underline;
}
.thanks {
	font-size: 12px;
	line-height: 18px;
	color: #333300;
	text-align: left;
	margin-right: 0px;
	padding-top: 60px;
	font-weight:bold;
}

#Comments {
	font-size: 12px;
}