/*
------------------------------------------------------------------------------------
*/
html, body{ 
	text-align:center; 
	background-color: #000000;
} 
 
#pagewidth{
	text-align:left;
	background-color: #000000;  
} 
 
#leftcol{
	text-align: center;
	padding-top: 72px;
	font-weight: bold;
	color: #FFFFFF;
 }
#leftcol a, a.other{
	color: #99CCFF;
	text-decoration: underline;
	letter-spacing: -0.5px;
	padding: 8px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
#leftcol a:hover, a.other:hover{
	color: #FFFFC1;
	text-decoration: none;
}
.musicplayer {
	color: #99CCFF;
	background-color: #000000;
	display: block;
	margin: 0px;
	padding: 4px;
}
.musicplayer a {
	color: #99CCFF;
	text-decoration: underline;
	letter-spacing: -0.5px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.musicplayer a:hover {
	color: #FFFFC1;
	text-decoration: none;
}

 
#outer{ 
	border:solid #000000 0px; 
	/*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #000000;   /* left column colour */ 
	border-left-style: solid; 
	/*/*/ border-right-width: 150px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #000000;  /* right column colour */ 
	border-right-style: solid; /* center column colour */ 
	width: auto; 
 } 
 
#rightcol{
	width:150px;
	float:right;
	position:relative;
	margin-right:-150px;
	margin-left:1px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 72px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
} 
#rightcol p{
	margin: 15px 0px;
	padding: 0px;
}
#rightcol p img, #leftcol a img, #leftcol img {
	width: 140px;
	border: 0px;
	display: block;
}
 
#inner{
	margin:0;
	width:100%;
	background-color: #000000;
}
 
#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	background-color: #99CCFF;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
 }
#maincol a img {
	border: 0px;
}
#maincol h1 {
	font-size: 16px;
	color: #000000;
	margin: 3px;
	padding: 0px;
}
#maincol h1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	font-size: 16px;
}
 .clr{clear:both;}
 
.content{padding:0px;}
.blackFooter {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #999999;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: block;
}
.blackFooter a {
	color: #999999;
	text-decoration: underline;
}
.blackFooter a:hover {
	text-decoration: none;
}
a.81support, a.81support {
	color: #770000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.81support a:hover{
	text-decoration: none;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB0000;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #BB0000;
	margin: 10px;
	padding: 5px;
	width: 90%;
}
.blackquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 10px;
	padding: 5px;
	text-align: justify;
	width: 90%;
	display: block;
}
.nButton {
	width: 120px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.Links a {
	color: #000000;
	text-decoration: underline;
	display: block;
	margin: 5px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
}
.Links a:hover {
	text-decoration: none;
}
img.gallery {
	border: 1px solid #000000;
}
p.buyNow {
	text-align: center;
	display: block;
	padding: 3px;
}
img.logo {
	width: 180px;
}