@charset "utf-8";
html, body {
	height: 100%;
}
body {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 92%;
	margin-top: 0;
	background-image: url(images/body-background.png);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	min-height: 100%;
	padding-left: 25px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #fff;
}
#header {
	margin-top: 0;
	margin-bottom: 0;
	height: 75px;
	background-image: url(images/puppy_logo.png);
	background-repeat: no-repeat;
}
a img {
	border: none;
	padding: 0;
	margin: 0;
}
#contact {
	float: right;
	margin-top: 15px;
	margin-right: 35px;
}
address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
}
#nav {
	clear: right;
	height: 50px;
	margin-top: 0;
	margin-bottom: 35px;
	padding-top: 0;
	margin-left: 0;
}
#nav ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	background-image: url(images/bottom-right-corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #a3a11f;
	width: 172px;
	margin-left: 0;
	padding-left: 0;
	border-right: #fff 2px solid;
}
#nav a, #nav a:hover, #nav #act a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	height: 35px;
	text-shadow: 1px 1px 1px #000;
}
#nav a:hover {
	background-color: #39b2ca;
	background-image: url(images/bottom-right-corner-blue.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#nav #act a {
	background-color: #bd2713;
	background-image: url(images/bottom-right-corner-red.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content {
	width: 62%;
	float: left;
}
#content p {
	margin-right: 3%;
}
#sidebar {
	width: 29%;
	padding-right: 7%;
	float: right;
}
#footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 15px;
}
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 12px;
}
#footer a {
	color: #000;
}
h1, h2 {
	text-shadow: 1px 1px 1px #bbb;
	margin-top: 0;
	margin-bottom: 5px;
}
p {
	margin-top: 0;
	line-height: 1.5;
}
a:link, #footer a:hover {
	color: #bd2713;
}
a:visited {
	color: #5a1fa3;
}
a:hover {
	color: #39b2ca;
}
strong {
	font-weight: bold;
	color: #bd2713;
}.imgcaption {
	font-size: 85%;
}
