﻿body {
	background-color: #000000;
	background-image: url(images/image_fond.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:1000px; 
	height:1200px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Lucida Console", Courier, monospace;
	color:white;
}

label{
	color:white;
	font-weight: bold;

}
h2{
	font-size: 13px;
	font-weight:bolder;
	color:white;
	border-bottom:3px ridge #666666;
	margin:0;
	margin-bottom:5px;

	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}
h4{
	font-size: 11px;
	font-weight:bolder;
	color:white;
	margin:0;
	padding-right:20px;
}
a{
	text-decoration: none;
	border:0;
}
a img {
	border: 0;
}
table.top10{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;	
}

td{
	padding-left:6px;
	padding-right:6px;
}
td.top10_font{
	background-color: #1D1D1D;
	background-repeat: repeat-x;
	color:#DDDDDD;	
}
td.top10_font2{
	background-color: #333333;
	background-repeat: repeat-x;
	color:white;
}
td.gigs{
	background-color: #0B0B0B;
	font-size: 12px;
	text-align : left;	
	color:#4BD2DB;
}
/*----------links----------*/
ul{
	float:left;
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
li
{
	background-image:none;
	display:inline;
	margin:0;
	padding:5px;
}
ul.links{
	background-image: url(../images/logo/degrade.png);
	margin-left:20px;
	padding-top:5px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;		

}
/*----------div----------*/
#header{
	background-image: url(images/logo_nedbrian2.png);
	background-repeat:no-repeat;
	margin-left: 20px; 
	width:255px; 
	height:320px;
}
#news{
	padding-left:20px;
	width:40%;
	float:left;
	margin:0;	
	position:relative;
}
#main{
	width:100%;
	float:left;
	position:relative;
}
#top10{
	padding-left:20px;
	float:left;
	width:56%;
	font-size: 12px;
}

#biography{
	width: 40%;
	float:left;
	position:relative;
	text-align : justify;
	margin-top:10px;
	font-size: 14px;
	padding-left:20px;
}
#mp3player{
	float:right;
	margin:0;
	padding:0;
	position:relative;
}
#gigs{
	text-align:left;
	padding-left:20px;
	float:left;
	width: 27%;
	margin-top:10px;
	}

#contact{
	padding-left:20px;
	float:left;
	width: 27%;
	margin-top:10px;
	text-align : justify;
	font-size: 12px;
}
#footer{
	text-align:center;
	width:100%;
	margin-top:10px;
	font-size: 10px;
	color:#999999;
}
