@charset "utf-8";
.border1 {
	border: 10px ridge #dda52a;
	background-color: #FFFFCC;
}
.dogbackground {
	background-image: url(images/index%20background%20for%20dog%20n%20cats.gif);
	background-repeat: no-repeat;
}

.backgrounda {
	background-image: url(images/background-a.jpg);
	background-repeat: no-repeat;
}

.topbannerborder {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
.bottombannerborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #336633;
}

.toplefttextbox {
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}
.paddingleft {
	padding-left: 7px;
}
.paddinglefttrapping {
	padding-right: 10px;
	padding-left: 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	padding-right: 7px;
}
.floatrightindex {
	float: right;
	padding-left: 7px;
}

