html {
	font-size: 62.5%;
	background-color: #251024;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {font-size: 1.5em;}
a img { border: 0px;}
a {color: #993399;}
a:hover {color:#660066;}
#wrapper {}
#header {
	background-color: #998080;
	border-color: #998080;
	color: #FFFFcc;
}
#content, #scroller {
	background-color: #ffffcc;
}
#content {
	background-image:url(../../images/menu/fade.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
}
#footer, #artFooter {
	background-color: #000000;
	color: #FFFFcc;
}
#footer {
	background-image:url(../../images/menu/fade-bot.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer #legal, #artFooter #legal {font-size: 0.75em; display: block; padding-left: 1em;}
#artworkwrap {text-align: center;}
#artTitle {}
#artworkwrap img {
	padding-bottom: 1em;
	padding-top: 1em;
}
#artDesc {font-size: 1.2em;}
#extraInfo {
	font-size: 0.8em;
	font-style: italic;
}
/*News Items */
.byline a {	text-decoration: none;}
.byline a:hover {text-decoration: underline;}
.byline a:visited {}
.mainNews .byline {
	font-size: 130%;
	font-weight:bold;
}
.oldNews .byline {font-weight:bold;}
.oldNews .newsItem {display: none;}
#goBack {text-decoration: none;}