* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 
 background:url(../images/background.jpg) repeat-x #000;
 width: 100%;
}

#wrapper { 
 margin: 0 auto;
 width: 840px;
}

#header {
 color: #333;
 width: 840px;
 float: left;
 padding: 0px;
 height: 40px;
 margin: 20px 0px 5px 0px;
 background: url(images/logo.jpg) right no-repeat;
}

#navigation {
 color: #fff;
 width: 840px;
 float: left;
 padding: 0px;
 height: 50px;
 margin: 0px 0px 0px 0px;
}

#navlist{
	position:relative;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 840px;
	}

#navlist ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 840px;
	}

#navlist ul li{
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	
	}

#navlist ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration: none;
	padding:10px 40px 0px 2px;
	height:24px;
	}

#navlist ul li a:hover,#navlist ul li a.current{
	color:#0099ff;
	}
	
#banner {
 color: #000;
 width: 841px;
 float: left;
 padding: 15px 0px 12px 0px;
 border-top: 2px dotted #3d3e3e;
 border-bottom: 2px dotted #3d3e3e;
 height: 320px;
 margin: 0px 0px 0px 0px;
 
}


#main_content { 
 float: left;
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-right: 18px;
 height: 720px;
 width: 590px;
 line-height:18px;
 
}


#sub_content { 
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 720px;
 width:210px;
 float: right;
 line-height:18px;

}



#main2 { 
 float: left;
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-right: 18px;
 height: 1000px;
 width: 400px;
 line-height:18px;
 
}


#sub2 { 
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1000px;
 width:400px;
 float: right;
 line-height:18px;

}



#footer { 
 width: 100%;
 clear: both;
 color: #0099ff;
 background:#000;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
 height:70px;
 border-top: 2px dotted #3d3e3e;
}

#footer p {
	text-align:center;
}

h1, h3, h4{
 color:#fff;
}


a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	color:#0098fd;
}
img{
	border:none;
}
.header {
	color: #0099ff;
}

.personaldetails{
	color: #0099ff;
}


.gigs_image{
	height:110px;
	width: 110px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	/*display: inline-block;*/
	
	
}

.gigs_details{
	height:110px;
	width: 190px;
	float: left;
	margin-top: 18px;
	/*display: inline-block;*/
}



.newsbox {
	padding-bottom: 20px;
	/*border-bottom: 1px solid #3d3e3e;*/
	margin-bottom: 20px;
	width:400px;
	clear: both;
}

.newsbox .news_image {
	float: left;
	position: relative;
	width: 83px;
	height: 83px;
	padding: 3px 7px 5px 0px;
}

.newsbox .news_image span {
	position: relative;
	top: 0;
	left: 0;
	width: 89px;
	height: 59px;
	background: url(images/news_image_frame.png) no-repeat;
}

.newsbox p {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

.play a {
	clear: both;
	display: block;
	float: right;
	padding:0px 4px 8px 10px;
	background: url(images/read_more.png) center left no-repeat;

	color: #0099ff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

