body {
  background: #000000;
  margin:0;
  padding:8px;
  font:small Georgia, "Times New Roman", Times, serif;
  text-align:justify;
  color:#000000;
  }

#homebox {
	background: #292929;
	border: 1px solid #666666;
}
#nav {
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 12px "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
}
#nav li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	margin: 5px 0px 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#subnav {
	padding-top: 5px;
	padding-bottom: 10px;
	font: bold 11px "Times New Roman", Times, serif;
	padding-left: 25px;
	display: block;
}
#subnav ul {
	list-style: url(images/arrow-red.gif) none;
	margin: 0px;
	padding: 5px;
}
#subnav li {
	padding: 2px 6px;
}
#subnav ul .subsub {
	list-style: url(images/arrow-grey.gif) none;
	margin: 0px 0px 0px 20px;
	padding: 1px;
}
#subnav li .subsub {
	padding: 0px;
	margin: 0px;
}
a.submenu:link, a.submenu:visited, a.submenu:active {
	color: #FF3300;
	text-decoration: none;
	background: #191919;
	padding: 2px 4px;
}
a.submenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF3300;
}
.submenuhover {
	color: #666666;
	text-decoration: none;
	background: url(images/arrow-grey.gif) no-repeat -25px;
}
.bottom-line {
	border-bottom: 1px solid #333333;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #E5E5E5;
	text-decoration: none;
}
a.menu:hover {
	color: #FF3300;
	text-decoration: none;
}
.menuhover {
	color: #FF3300;
	text-decoration: none;
}
.smtext {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
a.sm:link, a.sm:visited, a.sm:active {
	color: #E5E5E5;
	text-decoration: none;
}
a.sm:hover {
	color: #B52902;
	text-decoration: none;
}
#table-content {
	background: #000000;
	margin: 4px;
	padding: 4px;
	color: #CCCCCC;
	font: 11px Arial, Helvetica, sans-serif;
}
#table-content #copy {
	padding: 4px 15px 4px 20px;
}
#homebox #table-content #copy .dark {
	color: #666666;
}

#table-content #copy a:link, a:visited, a:active {
	color: #FF3300;
	text-decoration: none;
}
#table-content #copy a:hover {
	color: #E5E5E5;
	text-decoration: underline;
}
#table-content .bg-tour {
	background: url(images/ph01.jpg) no-repeat top;
}
#table-content .bg-revelations {
	background: url(images/ph03.jpg) no-repeat top;
}
#table-content .bg-trailer {
	background: url(images/ph02.jpg) no-repeat top;
}
#table-content .bg-stan {
	background: url(images/ph04.jpg) no-repeat top;
}
#table-content .bg-diary {
	background: url(images/ph05.jpg) no-repeat top;
}
#table-content .bg-work {
	background: url(images/ph08.jpg) no-repeat top;
}
#table-content .bg-links {
	background: url(images/ph07.jpg) no-repeat top;
}
h1 {
	color: #FF3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 0px;
}
input {
	background: #CCCCCC;
}
.input-black {
	background: #000000;
}
select {
	background: #CCCCCC;
}

textarea {
	background: #CCCCCC;
}
h4 {
	background: #191919;
	padding: 4px;
	border: 1px solid #333333;
}
.quotes {
	color: #B19C87;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
}
.border {
	border: 1px solid #666666;
}