/* CSS Document */
/* JF Stream Version 1 */
/* 18/03/2008 */


/*-------------------------*/
/* STANDARD HTML TAG RESET */
/*-------------------------*/

body, h1, h2, h3, p, ul, li, form {
	
	border:0;
	
	margin:0px;
	
	padding:0px;
	
}



/*------------------------------*/
/* STANDARD HTML TAG DEFINITION */


body, form, input {

	font-family:'Lucida Grande',Tahoma,Helvetica,Arial,sans-serif;
	
	font-size:12px;
	
	color:#FFFFFF;
	
}

body {

	text-align: center;
	
	min-width: 965px;
	
	background-color:#000000;

}

a:link, a:visited {

	color:#FFFFFF;
	
}

a:hover {

	color:#999999;
	
}

h1 { font-size:24px; }
h2 { font-size:18px; }
h3 { font-size:13px; }


/*-------------------------*/
/* PAGE ELEMENTS           */
/*-------------------------*/

#container {

	margin:0 auto;
	
	width:965px;
	
	/* background-color:#FF0000; */
	
	text-align:left;
	
}

#header {

	height:100px;
	
	width:100%;
	
	/* background-color:#0000FF; */
	
	border-bottom:1px solid #FFFFFF;
	
	margin-bottom:15px;
	
}

#footer {

	clear:both;
	
	width:100%;
	
	border-top:1px dotted #fff;
	
	margin-top:10px;
	
}

#content {

	width:100%;
	
	/* background-color:#00FF00; */
	
}

#left {

	float:left;
	
	width:550px;
	
	/* background-color:#FFFF00; */
	
	margin-left:10px;
	
}

#right {

	width:385px;
	
	/* background-color:#00FFFF; */
	
	margin-left:10px;
	
}

html>body div#right {

	float:right;
	
}

#gallery {

	width:100%;
	
	height:225px;
	
}

#stream {

	width:100%;
	
}

#status {

	height:45px;
	
	/* background-color:#999999; */
	
}

#gigs {

	/* background-color:#CCCCCC; */
	
	height:180px;
	
}

#right_bottom {

	width:100%;
	
}

#about {

	width:185px;
	
	float:left;
	
}

#links {

	width:190px;
	
	margin-left:10px;
	
	float:left;
	
}