.mainbckgrnd {
	background-image: url(../images/dog_kennels.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.basebckgrnd {
	background-image: url(../images/basebar_bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../images/main_bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CDBFB4;
	margin: 0px;
}
a:link {
	color: #996600;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	color: #CC9900;
	text-decoration: none;
	font-weight: normal;

}
.menubckgrnd {
	background-image: url(../images/labradors.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #6D4E3C;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
.pricetable {
	border: 1px solid #330000;
	background-color: #FBEFE1;

}
