@charset "utf-8";
/* CSS Document */
/*Main styles for Body element//////////////*/

body h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td {margin:0px;
padding:0px;}
body {
	background-color:#000000;
	font-family:#FFF;
	line-height:1.4;
}
#whitebody {background-color:#FFF;}

/*  div styles ///////////////////////////*/
#bgimgwrapper {width:1060px;
background-image: url(../images/bgimg-blacksmoke-1460x100.gif);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
overflow:hidden;}

.wrapper960 {width:960px;
margin-left:auto;
margin-right:auto;

background-image:url(../images/bwbgStrip960.jpg);
background-repeat:repeat-y;
background-color:#FFF;}
.wrapper {width:760px;
margin-left:auto;
margin-right:auto;}


.header {width:760px;}

.mainbox {width:608px;
height:450px;
float:right;
background-image:url(../images/Mainblock-608x450.gif);
color:#FFFFFF;
text-align:center;
margin-bottom:30px}

.fullpage {
	width:760px;
	overflow:hidden;
	background-image: url(../images/fullpage-time-760x100.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}


.fullpage p, h4, h5, a, li {padding:0px 15px 0px 25px;}

.pagebottom {width:760px;
height:24px;
background-image:url(../images/backgroundwhite-bottom-760x24.gif);
}

.leftside-box {
	width:140px;
	float:left;
	color:#FFFFFF;
	margin:25px 2px 10px 0px;
	background-color: #414141;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}


.leftside-box p {
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;}
.leftside-box h4, a, p {padding-left:10px;}
.mainactbox {
	width:470px;
	margin-top:35px;
	margin-right:auto;
	text-align:center;
	margin-left: 55px;
}
.mainactbox h1 {font-size: small;}
a img{ border:none;}

.bottompics {
	width:760px;
	height:108px;
	overflow:hidden;
	/*background-image:url(../images/bg-grey-music-760x100.jpg);*/
margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	clear:both;
}

.picframe {background-image:url(../images/img-bg-rounded-158x108.gif);
width:158px;
height:108px;} /*// puts a 158x108 px rounded corner img as a bg img///*/

.bottompics img {display:block;
padding:4px;} /*  adds 4 px padding to centre imge in bg img frame ///*/

.footer {width:760px;
font-size:.7em;
margin-top:20px;
color:#e8e8e8/*FFFFFF*/;
border-top:1px dotted #CCCCCC; 
 } 
 .footer960 {
	width:960px;
	clear:both;
	font-size:10px;
	text-align:center;
	border-top:1px dotted #666;
	padding-top: 10px;
 }
.footer960 a:link, .footer960 a:visited{color:#333;padding:0px;}
.footer960 a:hover {color:#3CF;}
.footer img {display:block;
float:left;
margin:5px;}

.padding img {padding:10px;}

/*Link styles///////////////*/


/* for white text on black background /////*/
a:link {color:#e8e8e8;
text-decoration:none;}
a:visited {color:#e8e8e8;
text-decoration:none;}
a:hover {
	color:#333333; /* reverses link and bg colour///*/
	background-color:#FFF/*FFFFFF*/;
	text-decoration:none;
}


/* for black text on white or light background /////*/ 
.fullpage a:link {color: #333333 ;
text-decoration:none;
background-color: #FFFFFF;}
 .fullpage a:visited /*.blacktext a:link */{color: #333333 ;
text-decoration:none;
background-color: #FFFFFF;}



.fullpage a:hover {color: #e8e8e8/*FFFFFF*/; 
background-color: #ffffff;
text-decoration:none;}
.fullpage a:active  {color: #e8e8e8/*FFFFFF*/; /* reverses link and bg colour///*/
background-color:  #333333;
text-decoration:none;}


/* horizontal navigation styles*/
.navigation ul {list-style:none;
margin:0px;
padding: 0px;
padding-top: .5em;
float:left;
width:100%;}

.navigation li{display:inline;
font-size:.9em; 
 }
 

.navigation a {width:3em;
padding:2px;
margin-right:2px;}

.navigation a:link  {
color: #ffffff;
text-decoration: none;
border:none;
}
.navigation a:visited {
color: #ffffff;
text-decoration: none;
border:none;
}
.navigation a:hover {color: #F33;
background-color: #ffffff;
}
/*//// text styles //////*/

.smaller {font-size:.8em;}
.bigger {font-size:1.5em;}
.floatright {float:right;
padding:4px 4px 3px 5px;
border:1px solid #666;}

.clear {clear:both;}
.center { text-align:center;}
 
