html
{
	height: 100%;
}
body {
	height: 100%;
	background:#000000;
	font-family:Georgia, Cambria, Times, 'Times New Roman', serif; 
	font-size:16px; color:#ffffff;
	margin:0px;
}
body#home {
	background:#050505;
	margin:50px;
}
object {
	display:inline;
}
p {
	margin:0em 0em 1em 0em;
}
a {
	color:#ffaa00;
	text-decoration:underline;
}
.itc {
	font-style:italic;
}
.bld {
	font-weight:bold;
}
span.sml {
  font-size:65%;
}
h1 {
	color:#ffaa00;
	font-weight:normal;
	padding:0px;
	margin:7px 0px 0px 0px;
}
h2 {
	color:#585858;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
div.container {
	border:1px solid #2c2c2c;
	margin:10px auto 0px auto;
	background:#050505;
	width:800px;
}
div.header h1 p,
div.header h2 p {
	text-align:center;
	display:none;
}
div.header h1 {
	height:120px;
	background:url('../frm/headerh1.jpg') no-repeat top center;
}
div.header h2 {
	height:40px;
	background:url('../frm/headerh2.jpg') no-repeat top center;
}
div.nav {
	font-size:75%;
	color:#825802;
	text-align:right;
}
div.nav a {
	color:#825802;
	text-decoration:none;
}
div.nav a:hover {
	color:#ffaa00;
}
div.content {
	background:url('../frm/contentbg.jpg') no-repeat top center;
	padding:15px;
}
div.content h1 {
	margin-bottom:0.3em;
}
div.content h2 {
	font-style:italic;
	color:#825802;
	border-bottom:1px solid #825802;
}
div.hr {
	margin:0px 0px 20px 0px;
	border-top:1px solid #424242;
}
div.content img {
	display:block;
	margin:10px auto;
}
div.foot {
	margin:2px auto 10px auto;
	width:800px;
	text-align:right;
}
div.foot a {
	color:#7F7F7F;
	font-family:Verdana,Arial,sans-serif;
	font-size:62.5%;
	text-decoration:none;
}
div.content img.artist {
	display:block;
	float:left;
	margin:5px 10px 0px 0px;
}
div.clr {
	clear:both;
	font-size:1px;
	height:1px;
}