/*--General styles --*/

html {height:100%;
	}



body {
	text-align: center;
	background-color:#330000;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:  verdana;
	font-size:11px;
	
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x; 
	height: 100%;
}
	
	 
	
p {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding-bottom:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
	

a:link {
	text-decoration: bold;
	color:#000;
		}
a:visited {		
	text-decoration: bold;
	color:#000;
		}
a:active{		
	text-decoration: bold;
	color:#000;
			}
a:hover{			
	text-decoration: bold;
	color:#000;
		}

/*--Div styles --*/
	
#container {

	width:1000px;
	position: relative;
	min-height: 100%;
	margin: 0 auto -100px;

}

#header {
	width:100%;
	background-color:#330000;
	height:200px;
	text-align:left;

}	

#main{
	width:100%;
	background-color:#330000;
	text-align:left;
	padding-bottom: 20px;
	
}

#lfmPlayer_container{
	padding:10px;
}


#nav{
background-color:#330000;
}

#nav a:link {
	text-decoration: none;
	color:#fff;
		}
#nav a:visited {		
	text-decoration: none;
	color:#fff;
		}
#nav a:active{		
	text-decoration: none;
	color:#fff;
			}
#nav a:hover{			
	text-decoration: none;
	color:#fff;
		}

ul {
	list-style-type: none;
	display:block;

}
li {
	display : inline;
	margin-right:10px;
}	
/*--------panels--------*/
	
	
	#leftPanel {
		float:left;
		width:700px;
		margin-left:20px;
		margin-top:5px;
		padding-bottom:15px;
		background-color:#d6c17a;
		display:inline;
		color:#000;
		clear:both;
	}
	
	#leftPanel h2{
	
		background-image: url(../images/leftHead.jpg);
		background-repeat: none; 
		margin:0px;
		padding:0px;
		width :700px;
		height:40px;	
	}
	
	#leftPanel h3{
	
		background-image: url(../images/leftBottom.gif);
		background-repeat: none; 
		margin:0px;
		padding:0px;
		width :700px;
		height:40px;
		
	}
	
	#leftPanel h4{
	padding-left:20px;
	padding-bottom:5px;
		
	}
	
	#leftPanel form{
		text-align:right;
		padding:20px;
	
	}
	
	
	#leftPanel img{
		margin:20px;
	/*	padding:20px;*/
		border-style:none;
		background-color:#d6c17a;
		
	}
	
	
	#rightPanel {
		float:right;
		width: 240px;
		margin-left:20px;
		margin-top:5px;
		margin-bottom:15px;
		
		padding-bottom:25px;
		background-color:#d6c17a;
	
		
		display:inline;
		color:#000;
		
		text-align:center;
	}
	
	#rightPanel h2{
	
		background-image: url(../images/rightHead.gif);
		background-repeat: none; 
		margin:0px;
		padding:0px;
		width :240px;
		height:40px;
		  
	}
	
	#rightPanel h3{
	
		background-image: url(../images/rightBottom.gif);
		background-repeat: none; 
		margin:0px;
		padding:0px;
		width :240px;
		height:40px;
		
	}


	#rightPanel img{
	margin:35px;
	/*padding:35px;*/
	border-style:none;
	}
	
	
/*--------end panels--------*/

#footer {
	
	padding-top:40px;
	margin-top:40px;
	
	
	width:100%;
	background-color:#330000;
	position: relative;
	height:100px;
	clear:both;
	text-align:left;
	}

