@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #E6E6E6 url(assets/bwbgpaw.gif) repeat;

}
#container {
	width: 774px;
	margin: 0 auto;
	height: auto;	
}

p {
	letter-spacing: .05em;
	text-align: left;
	font: 12px/130% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h1 {
	font: bold 20px "Comic Sans MS", Chalkboard, cursive;
	padding-bottom: 5px;
	letter-spacing: .05em;
}
h2 {
	font: 18px "Comic Sans MS", Chalkboard, cursive;
	margin-bottom: 10px;
}
h3 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
	margin-bottom: 3px;
}
h4 {
	font: 13px "Comic Sans MS", Chalkboard, cursive;
	margin-bottom: 3px;
	margin-left: 5px;
}


/*special classes*/
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
/*right with padding*/
.right {
	float: right;
	padding: 5px 5px 5px 15px;
	clear: both;
}
/*simple right*/
.rt {
	float: right;
}
.ital {
	font-style: italic;
}
.lft {
	float: left;
}
.white {
	color: #FFFFFF;
}
.green {
	background-color: #CC9;
	padding: 10px;
}
.rust {
	background-color: #FDCC99;
}
.center {
	text-align: center;
	margin: 10px auto;
}
.comic {
	font: bold 13px "Comic Sans MS", Chalkboard, cursive;
	margin-bottom: 3px;
}
.comicHeader {
	font: bold 16px "Comic Sans MS", Chalkboard, cursive;
	margin-bottom: 3px;
}
.vertSpace {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*links*/

a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color: #339900;
}
a:active {
	text-decoration: underline;
}


/*layout*/
div#header {
	margin: 0 auto;
	width: 772px;
	height: 202px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url(assets/logo.gif) no-repeat center;
}
#headerAddress {
	padding-top: 60px;
	padding-right: 300px;
}
#headerAddress p {
	font: bold 16px/130% "Times New Roman", Times, serif;
	color: #333333;
	letter-spacing: .05em;
	text-align: right;
}


#navigation {
	padding: 0;
	height: auto;
	text-align: center;
	width: 772px;
	margin: 0 auto;
	border-top: 10px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 10px solid #999999;
	border-left: 1px solid #999999;
	background: #FFFFFF;
}
#navigation ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation img {
	border: 0;
	padding-top: 10px;
}
#happy img {
	margin-left: 20px;
}

.navLonger {
	margin-left: 20px;
}
#address {
	color: #333333;
	font: bold 18px Garamond, Georgia, serif;
	letter-spacing: 0.05em;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999999;
	background: url(assets/bwbgpaw.gif) repeat;
}
#footer {
	clear: both;
	text-align: center;
	background: url(assets/bwbgpaw.gif) repeat;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999999;
	border-left: 0;
}
#footer p {
	text-align: center;
}

/*misc classes*/
#spay {
	text-align: center;
	margin-top: 20px;
}
#guardian {
	padding: 10px;
	margin-top: 10px;
	background-color: #FDCC99;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
#guardian img {
	margin-bottom: 10px;
}
br.clear {
	clear: both;
}
/*PAW LIST **************************/

.paw ul {
	
	margin: 10px auto;
}
.paw li {
	list-style: url(none) none outside;
	
	padding-left: 15px;
	margin-bottom: 15px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10px;
}
