#header {
	text-align: left;
	height: 235px;
	margin-bottom: 10px;
	margin-left: 180px;
	padding-top: 20px;
}

#container {
	background-image: url(images/bg_paws2.gif);
	background-repeat: repeat-y;
	position: static;
	overflow: auto;
	margin-left: -10px;
	margin-top: -15px;
}
#sidebar {
	text-align: left;
	width: 175px;
	padding-bottom: 10px;
	float: left;
}
.nav_left {
	margin-bottom: 23px;
	margin-left: 12px;
	margin-top: 23px;
}

#mainContent {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 705px;
	padding-left: 10px;
	margin-left: 180px;
	font-size: 18px;
}
.spacer {
	clear: both;
	height: 1px;
	width: 100%;
}
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.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;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.shakeimage {
	height: 51px;
	width: 125px;
	position: relative;
	border: 0px;
}

a.dog:link { color: blue; text-decoration: none }
a.dog:active { color: blue; text-decoration: none }
a.dog:visited { color: blue; text-decoration: none }
a.dog:hover { color: blue; text-decoration: none; font-weight: bold }

a.dog2:link { color: white; text-decoration: none }
a.dog2:active { color: white; text-decoration: none }
a.dog2:visited { color: white; text-decoration: none }
a.dog2:hover { color: white; text-decoration: none; font-weight: bold }
