@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #7D814F;
}
.menu_bar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
}
.body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}
.small_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.img_float_left {
	border: thin solid #666;
	float: left;
	margin-right: 10px;
}
.img_float_right {
	border: thin solid #666;
	float: right;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #54572c;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #82863C;
}
.centered_text {
	text-align: center;
}
.catalog_images {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px;
}
table {
	width: 175px;
	border: thin solid #babd9f;
	text-align: center;
}
