body	{
	background:url(shiny/background.jpg) #000 repeat-x 50% top fixed;
	color: #eee;
	font-family: "URW Gothic L", "Cenrury Gothic", sans-serif;
}

*	{
	margin:0;
}


img	{
	border:0;
}
h3, h4	{
	margin:0 0 0 25px;
	font-size:0.8em;
	font-weight:bold;
}

#page	{
	position:relative;
 	width:980px;
	margin:5px auto 10px auto;
	background:url(shiny/page1.png) #000;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px 45px 45px 45px;
	border:3px solid #333;
}

#header	{
	width:980px;
	text-align: left;
}
#header	h1	{
	margin:5px 0 0 30px;
}
#header h2.strapline	{
	margin:0 0 10px 30px;
	color:#eee;
	font-size:0.8em;
}

#navigation {
	margin-bottom:60px;
}
#navigation ul	{
}
#navigation li	{
	list-style-type: none;
	display:inline;
	margin-right:7px;
	font-weight:bold;
	font-size:12px;
}
#navigation li strong	{
	color: #cab9b9;
	background:#000;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding:5px 7px;
	border:2px solid #860e0f;
}
#navigation li a:link, #navigation li a:visited	{
	text-decoration: none;
	color: #cab9b9;
	background:#000;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding:5px 7px;
	border:2px solid #333;
}
#navigation li a:hover, #navigation li a:active	{
	text-decoration: none;
	color: #000;
	background:#ffa9a9;
	border:2px solid #860e0f;
}

a.button:link, a.button:visited	{
	text-decoration: none;
	color: #cab9b9;
	background:#000;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding:5px 7px;
	border:2px solid #333;
}
a.button:hover, a.button:active	{
	text-decoration: none;
	color: #000;
	background:#ffa9a9;
	border:2px solid #860e0f;
}

#contact	{
	margin-left:740px;
	color: #fff;
	position:absolute;
	top:103px;
	right:23px;
	font-size:12px;
}

#contact:hover	{
	position:absolute;
	top:50px;
	right:10px;
	padding:5px 7px;
	background:#000;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:2px solid #860e0f;
}

#contact a:link, #contact a:visited	{
	text-decoration: none;
	color:#5a5697;
}
#contact a:hover, #contact a:active	{
	text-decoration: underline;
	color:#fff;
}

#contact h3	{
	font-weight:bold;
}

#contact h3 span	{
	display:none;
	padding:10px;
}

#contact h3:hover span	{
	display: block;
}

#content	{

	width:980px;
}

#content h1	{
	padding-left:10px;
}
			
#content h2, #content h3	{
	margin:0;
}
#content h2, #content h3, #content p	{
	padding:0 10px;
}
#content p	{
	text-align: justify;
}
#content a:link, #content a:visited	{
	text-decoration: none;
	color:#6d9910;
}
#content a:hover, #content a:active	{
	text-decoration: underline;
	color:#94c32a;
}

#instructions	{
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:3px solid #333;
	background:#000;
	font-weight:bold;
	font-size:0.8em;
	width:290px;
	padding:10px 0;
	margin:0 0 20px 10px;
	text-align:center;
}
img	{
	border:0;
}
h3	{
	margin:0 0 0 25px;
	font-size:1.2em;
	font-weight:normal;
}
h3 span	{
	font-weight:bolder;
	color:#bbb;
	display:inline;
}
h4	{
	margin:0 0 0 25px;
	font-size:0.8em;
	font-weight:bold;
}

.option	{
	border:#333 1px solid;
	padding:9px;
	margin:5px 0 0 5px;
	background:url(shiny/page.png);
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:3px solid #333;
}

.option a:link, .option a:visited	{
	color:#00ffcc;
	font-weight:bolder;
	text-decoration: none;
}
.option a:hover, .option a:active	{
	text-decoration:underline;
	color:#fff;
}

.option ul	{
	margin-bottom:10px;
}

.baboon img	{
	margin:15px 0 15px 30px;
}

.shinybox	{
	border:#333 1px solid;
	padding:9px;
	margin:5px 10px 15px 5px;
	background:url(shiny/page.png);
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:3px solid #333;
}

.shinybox2	{
	border:#333 1px solid;
	padding:9px;
	margin:5px 10px 15px 5px;
	background:#530000;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:3px solid #333;
}

.strident_monkey	{
	text-align:center;
	overflow:hidden;
	width:450px;
	height:700px;
	float:left;
	margin-left:10px;
	padding:20px 0;
}

#more_images	{
	clear:both;
	text-align:center;
	width:980px;
}


img.central {margin-left:50px;}


/* Area for vertically scrolling screenshots */


#screenshots	{
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:3px solid #333;
	width:290px;
	float: left;
	overflow:hidden;
	height:700px;
	margin-left:10px;
	text-align:center;
	background: url(images/arrows.jpg) 254px 25px #000 no-repeat;
}

#screenshots h3	{
	width:200px;
	padding:5px 0 0 0;
	margin-left:45px;
	border-top:1px solid #444;
	font-size:12px;
}

#screenshots img	{
	margin-bottom:10px;
}

#video_display_area	{
	float: right;
	width: 600px;
	}
#video	{
	padding-bottom:10px;
}

#videoinfo	{
	padding:9px;
	margin:5px 0 0 5px;
	background:url(shiny/page.png);
	-moz-border-radius: 45px;
	border-radius: 45px;
	border:3px solid #333;
	margin-bottom:15px;
	margin-left:-20px;
}


#right			{float:right; width:390px;}
#right img		{margin-bottom:10px;}
#left			{float:left; width:560px;}
#left img		{margin-left:5px;}
#left2	{
	float:left;
	width:480px;
}
#right2	{
	float:right;
	width:480px;
}


#content_right2	{
	float: right;
	width: 580px;
	height:auto;
	}

.records	{
	background:url(images/records.jpg);
}

img.deedah	{
	padding:10px 0 0 20px;
}

img.float_right	{float: right;
				margin:10px;}

div.band		{border-bottom:1px solid #333;
				margin-left:3px;
				padding-bottom:6px;}
				
p.bandname	{margin:0 0 0 30px;
			font-variant:small-caps;}




.ad	{margin:10px; float: left;}
.ad h4	{margin:0;}

#index_ads 	{font-size:0.8em;}
#index_ads div#ad	{margin:0;}
h4.small	{margin:0;}


p.index		{
	font-weight:bold;
	line-height:1.4em;
	font-size:1.2em;
}
p.no_margin	{margin:0;}




#foot	{
	font-size:0.6em;
	clear:both;
	margin-bottom:10px;
	}
#foot p	{
	margin:0;
	text-align:center;
	padding:0 0 0 780px;
	}
#foot ul	{margin:0;}
#foot img	{
	vertical-align: middle;
	padding-bottom: 6px;
	}
#foot li	{
	display: inline;
	list-style-type: none;
	margin:5px;
	padding:0 10px 0 0;
	border-right: 1px solid #000;
	}
#foot a:link, #foot a:visited 	{
	text-decoration: none;
	color: #fff;
	}
#foot a:hover, #foot a:active	{
	text-decoration: underline;
	color: #ff2222;
}

#foot p.contactfoot	{
	font-size:1.6em;
	float:right;
	padding:0;
} 
#foot p.deedah	{
	float:right;
	padding:0;
}


ul#locations li	{
	font-size:0.9em;
	}
	
h3.normal	{
	font-size:1.1em;
	font-weight:bold;
	}
p.urgent	{
	margin:-50px 0 30px 70px;
	color:#ff4242;
	font-weight:bolder;
	font-variant:small-caps;
	letter-spacing:3px;
}

