@charset "utf-8";

/* CRITTERS BOARDING CSS */

body {
	background:#999999;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:1000px;
	text-align:center;
	font:"Comic Sans MS", "Arial Rounded MT Bold", Gigi;
	font-size:14px;
}

#wrapper {
	background:url(../images/critters_bg.jpg) repeat-y;
	width:1000px;
	z-index:auto;
}

#header {
	background-color:transparent;
	width:1000px;
	height:255px;
	float:left;
}

#content {
	background:url(../images/contentarea.gif) repeat-y;
	width:805px;
	height:1020px;
	padding:10;
	text-align:left;
	float:left;
}

#bottom {
	background:url(../images/critters_bg.jpg) repeat-y;
	width:1000px;
	text-align:center;
	float:left;
}

#bottom p {
	margin-top:2px;
	margin-bottom:4px;
}

#contentgrooming {
	background:url(../images/contentarea.gif) repeat-y;
	width:805px;
	height:550px;
	padding:10;
	text-align:left;
	float:left;
}

h1 {
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	font:"Comic Sans MS";
	font-size:24px;
	text-align:center;
}

h2 {
	font-size:18px;
	padding-left:20px;
}

p {
	padding-left:20px;
	padding-right:10px;
}

.prices {
	margin-left:30px;
}

#footer {
	background:url(../images/footer.gif) no-repeat;
	width:1000px;
	float:left;
	height:65px;
}

#nav {
	background:url(../images/navarea.gif) repeat-y;
	width:195px;
	height:1020px;
	padding: 5 5 5 5;
	float:left;
}

#navgrooming {
	background:url(../images/navarea.gif) repeat-y;
	width:195px;
	height:550px;
	padding: 5 5 5 5;
	float:left;
}

a:link {
	color:#663399;
	text-decoration:none;
}

a:hover {
	color:#333399;
	text-decoration:none;
}

a:visited {
	color:#660033;
	text-decoration:none;
}
