body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:30px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#navigation {
	height:30px;
	width:100%;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:30px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:30px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:720px;
	margin:0 auto;
}

/* Styling rules to make this demo page look nice. */
body,
html{
}
a { color: #0000EE; text-decoration: none; }
a:hover { text-decoration: underline; }
/*html #news{
 background-color: #EB7D12; 
 color: #000000;

/*html #news{
 background-color: ##FF1395; 
 color: #000000;
} */
html #news{
 background-color: #FFFFFF;
 color: #000000;
}
html #releases, html #artists, html #videos, html #events, html #blog, html #contact, html #links{
 background-color: #E9E9E9; 
 color: #000000;
}
html #Antipan, html #sounds{
 background-color: #FF1395; 
 color: #000000;
}
html #Castings{
 background-color: #008E98; 
 color: #000000;
}
html #xNoBBQx{
 background-color: #F40F18; 
 color: #000000;
}
html #UnAustralians{
 background-color: #FFFF00; 
 color: #00FF00;
}
html #SSS{
 background-color: #00A6FB; 
 color: #000000;
}
html #thespiders{
 background-color: #FFFFFF; 
 color: #000000;
}
html #thelooporchestra{
 background-color: #FFFFFF; 
 color: #000000;
}
div#navigation{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	background:#000;
	color: #CACACA; /* the | elements*/
}
#navigation ul {
	margin: 0;
	padding: 0;
	line-height:1.4em;
	list-style: none;
	white-space: nowrap;
}
#navigation li {
	display: inline;
	margin: 0;
	text-shadow: 0px 2px 4px #000;
}
#navigation li a {
	color: #C7C7C7;
	text-decoration: none;
}
#news		#navi_news			a,
#releases	#navi_releases		a,
#artists	#navi_artists		a,
#Antipan	#navi_artists		a,
#Castings	#navi_artists		a,
#xNoBBQx	#navi_artists		a,
#UnAustralians	#navi_artists		a,
#SSS		#navi_artists		a,
#thespiders	#navi_artists		a,
#thelooporchestra	#navi_artists		a,
#sounds		#navi_sounds		a,
#videos		#navi_videos		a,
#events		#navi_events		a,
#blog		#navi_blog			a,
#contact	#navi_contact		a,
#links		#navi_links			a,
#navigation li a:hover {
	color: #FFFFFF; }
div#middle {
}
div#content {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2 {
	padding:0;
	margin:0;
}
h1 {
	font-size:1.2em;
	text-align:center;
	padding-top:2px;
}
h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
}
p {
	margin-bottom:0px;
	font-size:0.9em;
	line-height:1.3em;
}
.error { color:red; }
.textentry { min-width:300px; width:100%; max-width:720px; width:expression(document.body.clientWidth>600?"600px":"auto");}
textarea { height:3in; }
.required { color:red }    
