@charset "UTF-8";
/*
Colors
dark brown: 63451E
bronze: 818154
yellow: E9D666
tan: A5723E
*/
body, html {
	margin:0;
	padding:0;
}
body  {
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	background: #000;
	margin: 0; /* keep */
	padding: 0;
	text-align: center; /* keep */
	color: #333;
	line-height:150%;
}
a:link, a:visited {
	color:#A5723E;
	text-decoration:none;
}
a:hover {
	color:#818154;
    text-decoration:underline;
}
#container { 
	width: 980px;
	background:url(../images/container_bg.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:24px;
	padding:0 0 24px 0;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 98px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#maincontent { 
	margin: 0  98px 0 204px;
	padding: 12px 30px;
}
#maincontent h1 {
	font:180% Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color:#63451E;
    border-left:36px solid #E9D666;
    padding-left: 6px;
    border-bottom:1px solid #000;
}
#maincontent h2 {
	font:150% Arial, Helvetica, sans-serif;
    border-left:20px solid #818154;
    padding-left:6px;
    color:#818154;
    font-weight:bold;
}
#maincontent h3 {
	font:130% Arial, Helvetica, sans-serif;
    border-left:12px solid #ccc;
    padding-left:6px;
    color:#666;

}
#maincontent h4 {
	font:110% Arial, Helvetica, sans-serif;
    border-left:6px solid #ccc;
    padding-left:6px;
    color:#666;

}
TABLE.contact {
	border:1px solid #333;
}
TD.contact_header {
	font-weight:bold;
	vertical-align:top;
	font-size:80%;
}
.photo_right {
	float:right;
	margin:0 0 0 24px;
	border:1px solid #000;
}
.photo_left {
	float:left;
	margin:0 24px 0 0;
	border:1px solid #000;
}
.photo_border {
	border:1px solid #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#dogpaw {
	color:#CCC;
	padding:24px 0 48px 0;
}