@charset "UTF-8";
/* Colors
Link blue: 0073AE
Brown: 663300

*/
body  {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	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: #333333;
	margin-top:24px;
	line-height:140%;
}
#container {
	background:url(images/content_bg.gif) repeat-y center;
	width: 775px;
	background: #FFFFFF;
	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. */
} 
#header { 
	padding: 0;
	margin:0;
	height:109px;	
} 
#sidebar1 {
	float: left;
	width: 160px;
	padding-top: 6px;
	padding-right:6px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
#sidebar1 p {
	line-height:100%;
	}
#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:hover {
	padding:2px 12px 0 0;
	}
a:link, a:visited {
	color:#0073AE;
	text-decoration:none;
	}
a:hover {
	color:#9B5B1C;
	text-decoration:underline;
	}
h1 {
	background:url(images/header_bg.gif) no-repeat left;
	padding:12px 0 0 36px;
	font-size:17px;
	font-variant:small-caps;
	height:30px;
	color:#663300;
	}
h2 {
	font-size:12px;
	background:url(images/paw.gif) no-repeat left;
	padding:8px 0 0 28px;
	font-family:Arial, Helvetica, sans-serif;
	height:21px;
	}
#mainContent {
	background:url(images/content_bg.gif) repeat-y center;
	margin: 0 0 0 160px;
	padding: 0;
}
#copy {
	padding:6px 36px;
	}
#footer { 
	padding:23px 50px 0 0;
	margin:0;
	background:url(images/footer_bg.gif) no-repeat top center;
	height:17px;
	text-align:right;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#dogpaw {
	color:#999999;
	text-align:right;
	padding:24px 50px 0 0;
	}
#dogpaw a:link, #dogpaw a:visited {
	color:#999999;
	text-decoration:none;
	}
#dogpaw a:hover {
	color:#000000;
	text-decoration:underline;
	}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}