@charset "UTF-8";
*	{
	margin: 0;
	padding: 0;
	outline: none;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	background-image: url(images/black-bg.jpg);
}

p	{
	margin: 10px 0;
}

.wrapper #container {
	width: 690px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
} 
.wrapper #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 225px;
	position: relative;
	z-index: 100;
} 
.wrapper #header h1 {
	margin: 0;
	position: absolute;
}
.wrapper #sidebar1 {
	float: left;
	width: 200px;
}
.wrapper #mainContent {
	float: right;
	width: 482px;
	padding: 0;
} 
.wrapper #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0 0 0;
	background-image: url(images/red-bg.jpg);
	font-size: 85%;
} 
.wrapper #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.wrapper #container #header .nav {
	position: absolute;
	bottom: 3px;
	right: 0px;
	width: 100%;
	margin: 0;
}

.border {
	padding: 10px;
	margin-top: 10px;
	background-image: url(images/red-bg.jpg);
}
.borderInside {
	padding: 36px;
	position: relative;
	background-image: url(images/tan-bg.jpg);
}
h2 {
	margin: 0;
	text-indent: -9999px;
	height: 70px;
	
}
h2#awards	{
	background: url(images/awards.gif) no-repeat;
}
h2#welcome	{
	background: url(images/welcome.gif) no-repeat;
}
h2#contact	{
	background: url(images/contact.gif) no-repeat;
}
h2#about	{
	background: url(images/about.gif) no-repeat;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D5BF5B;
	margin: 0px;
}

#sidebar1 ul {
	margin: 0;
	padding: 0px;
	width: 75px;
	list-style-type: none;
	text-align: center;
}
#sidebar1 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 a {
	display: block;
	height: 290px;
	width: 300px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}
.accent {
	font-size: 16px;
	font-style: italic;
	color: #D8A947;
	line-height: 20px;
}
.rightAlign {
	right: 0px;
	margin-right: 20px;
	float: right;
	display: inline;
}

.nav {
	display: block;
	width: 100px;
	text-decoration: none;
	color: #666666;
	padding: 100px 0 5px;
	background-position: top center;
}
#paw {
	background-image: url(images/paw.gif);
	background-repeat: no-repeat;
}
#paw:hover {
	background-image: url(images/paw-anim.gif);
	background-repeat: no-repeat;
	color :#A20006;
}
#bowl {
	background-image: url(images/bowl.gif);
	background-repeat: no-repeat;
}
#bowl:hover {
	background-image: url(images/bowl-anim.gif);
	background-repeat: no-repeat;
	color :#A20006;
}
#bone {
	background-image: url(images/bone.gif);
	background-repeat: no-repeat;
}
#bone:hover {
	background-image: url(images/bone-anim.gif);
	background-repeat: no-repeat;
	color :#A20006;
}
#house {
	background-image: url(images/house.gif);
	background-repeat: no-repeat;
}
#house:hover {
	background-image: url(images/house-anim.gif);
	background-repeat: no-repeat;
	color :#A20006;
}
dl {
	margin: 10px 0 10px 10px;
}
dt {
	font-style: italic;
	font-weight: bold;
}
dd {
	margin: 3px 0;
}
h3 {
	cursor: pointer;
}
#mainContent ul {
	margin: 0 0 0 20px;
}
a.year	{
	display: block;
	color: #666666;
}
a.year:hover	{
	color:#7F0004
}