#topbanner #tagline {
	position: absolute;
	top: 97px;
	left: 150px;
	z-index: 5;
	margin: 0px;
	color: #DE9B42;
	background-color: #542940;
	font-size: 85%;
	letter-spacing: 0.15em;
	font-style: italic;
}
#topgraphicblk {
	position: relative;
	width: 100%;
	height: 77px;
	text-align: center;  /* see note below this rule */
	background-color: #292025;
	background-image: url(../_images/topgraphic-bkg_red.jpg);
}
/* note: margin-left & margin-right = auto should center the div
but older browsers need text-align = center in the parent div */
#topgraphicblk #topgraphic {
	position: relative;
	z-index: 2;
	width: 800px;
	margin-left: auto;  /* see note above this rule */
	margin-right: auto;
	padding-right: 10%;
}
#topgraphicblk #rightbkg {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 800px;
	height: 77px;
	background-image: url(../_images/topgraphic-bkg_red.jpg);
}
#topnav p {
	font-size: 90%;
}
p {
	color: #E6CCAA;
}
#aboutstatement {
	margin: 20px 30px 0px 30px;
	width: 65%;
}
#headlineblk {
	display: inline; /* fix alert: fixes IE6 double float margin bug */
	/* see positioniseverything.net/explorer/doubled-margin.html */
	float: left;
	width: 58%;
	margin: 20px 4% 0px 6%;
}
#headlineblk h1, #headlinetxt p {
	color: #C7812C;
	background-color: #000000;
}
#headlineblk h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	margin-top: 0px;
}
#headlineimgs {
	width: 80px;
	float: left;
}
#headlineimgs img {
	margin-bottom: 15px;
}
#headlinetxt {
	padding-left: 100px;
	margin-bottom: 0px;
	/* to adjust spacing relative to footer modify "top" property in #footer below */
}
#headlinetxt p {
	font-weight: bold;
	font-size: 100%;
	margin-top: 25px;
	margin-bottom: 0px;
}
#headlinetxt a {
	font-weight: normal;
}
#headlinetxt a:link, #footer a:link {
	color: #E6CCAA;
}
#headlinetxt a:visited, #footer a:visited {
	color: #AD92AB;
/*color: #AD7CA6; purple*/
}
#headlinetxt a:active, #footer a:active {
	color: #AD92AB;
/*color: #AD7CA6; purple*/
}
#addtllinks {
	float: left;
	width: 28%;
	padding: 10px;
	background-image: url(../_images/shared/dsgn/gradient.gif);
	background-repeat: repeat-y;
	color: #E6CCAA;
}
#addtllinks h2 {
	margin-bottom: 5px;
	color: #D69442;
}
#addtllinks ul {
	margin-left: 12px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 90%;
	padding-right: 12px;
}
#addtllinks li {
	list-style-type: none;
	border-bottom: solid 1px;
	padding: 2px 2px 4px 2px;
	border-bottom-color: #943F9A;
}
#quicklinks select, #quicklinks input {
	font-size: 85%;
	background-color: #5E2B45;
	color: #F7EEE1;
	border: solid 1px #800080;
	padding: 2px;
}
#quicklinks #find {
	padding: 0px;
}
#swiaf {
	margin-bottom: 0.2em;
}
#artist_info li {
	border-style: none;
}
#ootm img {
	border: 0px;
	margin-left: 15px;
}
#ootm img.portrait {
	margin: 0 20px 10px 15px;
}
#ootm {
	text-align: right;
}
#explore {
	margin-top: 1.5em;
}
#facebook {
	margin-right: 10px;
}
#footer {
	clear: left;
	width: 52%;
	position: relative;
	top: -4em; /* adjust spacing between headline block and footer here */
	padding-left: 80px;
	margin-left: 6%;
}
.facebook { /* hides the faceboot and tweitter links in the standard footer include b/c they are shown elsewhere on the home page */
	display: none;
}

