.tiny_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align: justify;
	clear: both;
	padding-right: 20%;
	padding-left: 20%;
}
.subheads {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.italic_smaller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #3366CC;
	text-align: justify;
}
.H1_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #006;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centered_images {
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
}
.oneColFixCtrHdr #container #mainContent #color_banner_buts table tbody tr .centered_images {
	cursor: pointer;
}
.paragraph_centered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #325EB7;
	text-align: center;
	overflow: auto;
	z-index: auto;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: inherit;
	float: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.360_images_float_left {
	clear: left;
	float: left;
	height: auto;
	width: 360px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 8px;
}
.oneColFixCtrHdr #container #mainContent #mac_container #mac_bridge_360 a img,

.oneColFixCtrHdr #container #mainContent #cas_container #cascades_360 a img,

.oneColFixCtrHdr #container #mainContent #pet_container #petoskey_stone_360 a img,

.oneColFixCtrHdr #container #mainContent #harbor_container #harbor_360 a img,

.oneColFixCtrHdr #container #mainContent #clocktower_container #clocktower_360 a img,

.oneColFixCtrHdr #container #mainContent #fishtown_container #fishtown_360 a #fishtown_360,

.oneColFixCtrHdr #container #mainContent #capitol_container #capitol_360 a #capitol_lansing_360,

.oneColFixCtrHdr #container #mainContent #robinson_container #capitol_360 a #Robinson_360,


.oneColFixCtrHdr #container #mainContent #bond_container #bond_falls_360 a #bond_falls_360,

.oneColFixCtrHdr #container #mainContent #grand_container #grand_hotel_360 a #grand_hotel_360
{
	padding: 8px;
	border: thin groove #06C;
}


.div_container_for_banner_text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003366
	background-color: #FFF;
	text-align: left;
	clear: none;
	float: left;
	height: auto;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
	color: #325EB7;
}

.div_container_banners {
	clear: both;
	width: 680px;
	float: left;
	height: auto;
	background-color: #FFF;
	position: absolute;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	overflow: hidden;
}
.oneColFixCtrHdr_masterbanner {
	position: relative;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	clear: both;
	float: none;
	z-index: auto;
	overflow: auto;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	width: 80%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	padding-top: 15 px;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 5% 0 5%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #container #mainContent #caption_under_banner {
	cursor: pointer;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#contain_cap {
	margin: 20px;
	padding: 0px;
	position: relative;
	left: 0;
	clear: both;
}
#caption_mac {
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #contain_cap {
	margin: 5px;
	position: relative;
}.oneColFixCtrHdr #container #mainContent #banner_container {
	height: 330px;
	width: 750px;
	overflow: hidden;
	position: absolute;
	visibility: inherit;
	top: 175px;
	float: none;
	clear: none;
}




.oneColFixCtrHdr #container #mainContent #mac_container,
.oneColFixCtrHdr #container #mainContent #pet_container,
.oneColFixCtrHdr #container #mainContent #cas_container,
.oneColFixCtrHdr #container #mainContent #harbor_container, 
.oneColFixCtrHdr #container #mainContent #clocktower_container,
.oneColFixCtrHdr #container #mainContent #grand_container,
.oneColFixCtrHdr #container #mainContent #bond_container,
.oneColFixCtrHdr #container #mainContent #fishtown_container,
.oneColFixCtrHdr #container #mainContent #capitol_container,
.oneColFixCtrHdr #container #mainContent #robinson_container 
{
	position: absolute;
	top: 171px;
	visibility: hidden;
	overflow: hidden;
	float:left
}

.oneColFixCtrHdr #container #mainContent #mac_container,
{
	visibility: visible;
}
#See_order_form_BW_prints {
}
.oneColFixCtrHdr #container {
	background-color: #FFF;
	height: auto;
	width: 720px;
	position: relative;
	text-align: center;
	margin-top: 0%;
	margin-right: 20%;
	margin-bottom: 0%;
	margin-left: 20%;
}
.thrColHybHdr #container #header {
	height: 110px;
	width: 700px;
}
#main_image {
	margin: 5px;
	padding: 8px;
	height: auto;
	width: 500px;
	border: thin solid #06C;
}
#copyright_ID {
	padding: 30px;
	width: 400px;
	text-align: justify;
}
#copyright_div {
	width: 500px;
	padding-top: 20px;
	padding-right: 15%;
	padding-bottom: 20px;
	padding-left: 15%;
}


  <style type="text/css">

#other_products_div {
	padding: 20px;
	width: 500px;
}

</style>#other_products_div {
	padding: 20px;
	width: 500px;
}
#other_products_div {
	text-align: justify;
	padding-top: 20px;
	padding-right: 25%;
	padding-bottom: 20px;
	padding-left: 25%;
}
#other_products_div .paragraph {
	text-align: center;
}
.oneColFixCtrHdr #container #footer #morpho {
	padding-right: 15%;
	padding-left: 15%;
}
.oneColFixCtrHdr #container #mainContent #b_w_lib_items #new_products {
	height: auto;
	width: 50%;
	padding-right: 25%;
	padding-left: 25%;
	clear: both;
	padding-top: 15px;
}
.oneColFixCtrHdr #container #mainContent #b_w_lib_items #morpho {
	float: right;
	width: 180px;
}
.oneColFixCtrHdr #container #mainContent #b_w_lib_items #albion_prints {
	float: left;
	width: 270px;
}
.oneColFixCtrHdr #container #mainContent #b_w_lib_items #search_box {
	width: 430px;
	padding-right: 20%;
	padding-left: 20%;
}
.oneColFixCtrHdr #container #mainContent #b_w_lib_items #container_albion_morpho {
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	height: auto;
	width: 500px;
	float: left;
}
.bold {
	font-weight: bolder;
	color: #036;
}
#search_box_lib_div_border {
	margin: 0px;
	padding: 15px;
	height: auto;
	width: 412px;
	border: thin solid #036;
}
.oneColFixCtrHdr #container #mainContent #print_images_and_info {
	height: auto;
	width: 550px;
	padding-top: 10px;
	padding-right: 10%;
	padding-left: 10%;
}
.container_for_200_images_w_border {
	padding: 10px;
	width: 200px;
	border: thin solid #039;
}
.oneColFixCtrHdr #mainContent #b_w_lib_items #container_albion_morpho #new_products #search_box {
	width: 430px;
	padding-right: 10%;
	padding-left: 10%;
}
.oneColFixCtrHdr #mainContent #container_for_print_series_images table tr td #vertical_200_image {
	padding: 8px;
	border: thin solid #19359A;
}
.border_for_vertical_image {
	padding: 8px;
	border: thin solid #19359A;
	width: 158px;
	margin-left: 25px;
}
