.topbanner {
	background-color: black;
	background-image: url(assets/meyer-gallery-banner-r.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #CC3300;
	font-family: "Courier New", Courier, mono;
}
.footer {
	background-color: #CC3300;
	text-align: center;
	color: #000000;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.maincell {
	color: #000000;
	background-color: #E2E2C5;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#artist-menu {
	background-color: #E2E2C5;
	margin: 0px 0px 20px;
	padding: 10px 10px 35px;
	right: 100px;
	width: 200px;
	float: left;
	font-size: 12pt;
}
#page-title {
	text-align: center;
}
#artwork {
	float: left;
	padding: 0px 10px 10px;
	margin: 0px 10px 10px;
	text-align: center;
	height: 340px;
	width: 210px;
}
.artist-pic {
	padding-bottom: 10px;
}
#art-detail {
	text-align: center;
}

a:link, a:visited {
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	color: #CC3300;
}
a:hover {

color: black; /* hover text color */
}
#index-main {
	text-align: center;
	padding: 15px;
}
a.foot:link, a.foot:visited {
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	color: #000000;
}
a.foot:hover {
	color: #000000;
	text-decoration: underline;
}#content {
	margin: 20px 20px 30px;
	min-height: 350px;
}
#artist_info {
	text-align: center;
	margin-right: 35px;
	margin-left: 35px;
}
#infobox2 {
	text-align: justify;
	margin-right: 35px;
	margin-left: 35px;
}
