/* CSS Document */




body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F1ECD8;
	background-color: #DCD7C7;
	margin: 0px;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	background-color: #7D5C4B;
	border: 1px solid #63473A;
	height: auto;
	background-image: url(assets/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper #header {
	height: 173px;
	width: 955px;
}
#wrapper #header #logo {
	height: 173px;
	width: 200px;
	float: left;
	background-color: #7D5C4B;
}
#wrapper #header #tag {
	height: 173px;
	width: 315px;
	float: left;
	background-color: #7D5C4B;
}
#wrapper #header #bar {
	width: 240px;
	float: left;
}
#wrapper #header #contact {
	float: left;
	height: 173px;
	width: 200px;
	background-color: #7D5C4B;
}



/*SIDEBAR*/


#wrapper #sidebar {
	width: 200px;
	float: left;
	height: auto;
}
#wrapper #sidebar table {
	margin-left: 5px;
}
#wrapper #sidebar td {
	font-size: 80%;
	color: #7D5C4B;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7D5C4B;
	padding-top: 15px;
	padding-bottom: 5px;
}
#wrapper #sidebar a {
	color: #000000;
	text-decoration: none;
}
#wrapper #sidebar a:hover {
	color: #7D5C4B;
	text-decoration: none;
	background-color: #E7D8B8;
}
.nav_select {
	color: #7D5C4B;
	font-weight: bold;
}





#wrapper #content {
	width: 705px;
	min-height: 400px;
	background-color: #7D5C4B;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}


/*TEXT*/




#wrapper #content p {
	font-size: 95%;
	line-height: 150%;
	padding-right: 30px;
	color: #F7F7E8;
	font-weight: normal;
}
#wrapper #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #E7D8B8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD8;
	margin-right: 30px;
	font-weight: bold;
}
#wrapper #content h2 {
	color: #E7D8B8;
	font-size: 95%;
	margin-top: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 30px;
}
#wrapper #content ul {
	margin-right: 30px;
	font-size: 90%;
	line-height: 160%;
	color: #F7F7E8;
}

#wrapper #content li {
	list-style-image: url(assets/bullet_paw.gif);
	list-style-position: inside;
	list-style-type: circle;
}

#wrapper #content address {
	font-size: 95%;
	color: #F7F7E8;
	line-height: 120%;
	padding-left: 30px;
}

#wrapper #content dl {
	font-size: 95%;
	line-height: 120%;
	color: #F7F7E8;
	padding-right: 30px;
}
#wrapper #content dt {
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7E8;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #E7D8B8;
	margin-right: 180px;
}
#wrapper #content dd {
	line-height: 140%;
}
#wrapper #content dd a {
	color: #F7F7E8;
	text-decoration: none;
}
#wrapper #content dd a:hover {
	color: #E7D8B8;
	text-decoration: underline;
}

#wrapper #content a {
	color: #F7F7E8;
	text-decoration: underline;
}
#wrapper #content a:hover {
	color: #E7D8B8;
	text-decoration: underline;
}

#wrapper #content table {
	font-size: 90%;
	color: #E7D8B8;
	margin-top: 30px;
}
#wrapper #content td img {
	text-align: center;
	border: thin solid #F7F7E8;
	padding: 2px;
}




/*CLASSES*/



.cost {
	font-size: 95%;
	margin-left: 25px;
	line-height: 170%;
	text-align: left;
	color: #F7F7E8;
}
.kind {
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F7F7E8;
}
.breed {
	font-size: 95%;
	font-style: italic;
	color: #F7F7E8;
	padding-bottom: 20px;
	padding-left: 20px;
}


.img_right {
	padding: 5px;
	float: right;
	border: 2px solid #A6855E;
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 10;
	margin-left: 20px;
}

.img_left {
	padding: 5px;
	float: left;
	border: 2px solid #A6855E;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.img_center {
	text-align: center;
	border: 2px solid #A6855E;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}








/*FOOTER*/


#footer {
	height: 100px;
	width: 945;
	background-image: url(assets/dog.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: both;
	padding-top: 20px;
}
.gallery-td {
	text-align: center;
	border: thin solid #F7F7E8;
}
#footer h5 {
	color: #E7D8B8;
	text-align: right;
	padding-right: 100px;
	padding-top: 50px;
	font-size: 70%;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#footer a {
	color: #E7D8B8;
	text-decoration: none;
}
#footer a:hover {
	color: #F7F7E8;
	text-decoration: underline;
}
#wrapper #content #gallery {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}
