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


body {
	background-image: url(file:///C|/Users/Shane Gray/Documents/Shane Gray/Paws/buttons/bg_page.jpg);
	background-image: url(file:///C|/Users/Shane Gray/Documents/Shane Gray/Paws/buttons/bg_page.jpg);
	background-image: url(buttons/act.jpg);
	background-color: #B7D058;
}
.paws #container {
	width: 956px;
	background-color: #B7D058;
	height: 1810px;
	min-width: 956px;
	min-height: 1810px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.paws #header {
	position: absolute;
	width: 900px;
	height: 166px;
	z-index: 3;
	left: 14px;
	top: 15px;

}
.paws #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.paws #logo {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	width: 132px;
	height: 95px;
	z-index: 2;
	left: 8.8em;
	top: 20px;
	right: 573px;


}
.paws #telephone {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	width: 309px;
	height: 29px;
	z-index: 1;
	left: 590px;
	top: 11px;
	right: 573px;
	color: #CC0033;

}
.paws  #navmenu {
	position: absolute;
	background-color: #FFFFFF;
	width: 905px;
	height: 35px;
	left: 37px;
	top: 183px;
	z-index: 4;
}

.paws  #leftbar {
	position: absolute;
	width: 195px;
	height: 1600px;
	z-index: 5;
	left: 38px;
	top: 219px;
	background-color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

.paws #mainContent {
	margin: 0 16em 0 16em;
	position: absolute;
	padding: 10px;
	width: 496px;
	height: 1596px;
	z-index: 6;
	left: -25px;
	top: 219px;
	background: #CCCCCC;
} 
.paws  #rightbar {
	position: absolute;
	width: 195px;
	height: 1600px;
	z-index: 7;
	left: 747px;
	top: 219px;
	background-color: #FFFFFF;
}
.paws #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC0033;
	z-index: 1;
	position: absolute;
	width: 905px;
	height: 25px;
	left: -710px;
	top: 1593px;
}

.paws #footer p {
	padding: 10px;
	text-align: center;
}
a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0033;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #CC0033;
}
.paws #searchform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0033;
}
