td#main_content {
  vertical-align: top;
  border-width: 1px;
	border-style: solid;
	border-color: #49685C;
	color: #333333;
}

td#main_footer {
  vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
	color: #CCCCCC;
}

h1 {
  margin-top: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
	color: #49685C;
}

a:link { color: #49685C; text-decoration: none; }
a:visited { color: #49685C; text-decoration: none; }
a:active { color: #49685C; text-decoration: none; }

a.menu:link { color: #660000; font-weight: normal; text-decoration: none; }
a.menu:visited { color: #660000; font-weight: normal; text-decoration: none; }
a.menu:hover { color: #C07C10; font-weight: normal; text-decoration: none; }
a.menu:active { color: #660000; font-weight: normal; text-decoration: none; }
.menu-selected { color: #C07C10; font-weight: normal; text-decoration: none; }

a.submenu:link { color: #333333; font-weight: normal; text-decoration: none; }
a.submenu:visited { color: #333333; font-weight: normal; text-decoration: none; }
a.submenu:hover { color: #49685C; font-weight: normal; text-decoration: none; }
a.submenu:active { color: #333333; font-weight: normal; text-decoration: none; }
.submenu-selected { color: #49685C; font-weight: normal; text-decoration: none; }
.text-link-submenu-colour { color: #333333; }

.block-gallery {
  padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
	text-align: justify;
}

.block-gallery div.gallery_blurb {
	margin-left: 12px;
	margin-bottom: 12px;
}

.block-gallery div.series_item {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 16px;
}

.block-gallery div.gallery_item {
  float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 12px;
	margin-right: 16px;
	max-width: 152px;
	width: expression(Math.min(parseInt(this.offsetWidth), 152) + "px");
}

.block-gallery div.gallery_item img {
  padding: 0px;
	margin: 0px 0px 5px 0px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}

.block-gallery div.gallery_item span.art_title {
  color: #000000;
	font-weight: normal;
}
