﻿@charset "utf-8";
/* CSS Document */


.body-wrap {
	background-color: #FFFF99;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.banner-wrap {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 300px;
	width: 1000px;
	background-image: url(/images/banner.png);
	background-color: #FFCC66;
	background-repeat: no-repeat;
}

.flt-rt {
	float: right;
}
.content-wrap {
	float: right;
	height: auto;
	width: 760px;
}
.footer {
	clear: both;
	height: 75px;
	width: 1000px;
	background-color: #FFCC66;
}

.footer-content {
	float: right;
	width: 800px;
}


.menu-wrap {
	float: left;
	height: auto;
	width: 200px;
	background-color: #FFCC66;
}

.flt-lft {
	float: left;
}

#adoption table {
	border: thick none #CC0000;
}

.purple-bkg-color {
	background-color: #662889;
}

