* {
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	color: #F3BF68;
	text-decoration: none;
}
body {
	font: 9pt arial, sans-serif; 
	text-align: left;	
	background-image: url('images/bg03.jpg');
	background-position: 200 0;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	color: #ddd;
	overflow-x: hidden; 
	overflow-y: scroll;
}
table{
	font: 8pt arial,sans-serif;
	color: #ddd;
}
html,body {
	margin:0;padding:0; 
}


#box-left{
	width: 200px; height: 400px; position: absolute; top:0px; left: 0px; /*background-color: #5F0203;*/
	background-image: url('images/left01.jpg');	background-repeat: no-repeat; 
	padding-top: 300px;
}
	#box-left p{
		padding-right: 12px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	#oldbtns{
		text-align:center;
	}
	#frontrowlady{
		padding-left:17px;
		padding-top: 18px;
	}
	#frontrowlady a{
		display: block;
		height: 97px;
		width: 164px;
		background-image: url("/images/frontrowladyphoto.gif");
		filter:alpha(opacity=75);
		opacity: .75;
		-moz-opacity:.75;
	}
	#frontrowlady a:hover{
		background-position: 0px 98px;
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
	}
	#frontrowlady span{
		display: none;
	}
	#trans a img{
		filter:alpha(opacity=60);
		opacity: .60;
		-moz-opacity:.60;
	}
	#trans a:hover img{
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
	}
	#trans img{
		border: 2px solid #000;
	}


#box-nav{
	width: 200px; position: absolute; top:0px; left: 200px;
}
	#box-nav ul{
		list-style-type:none;
		display: inline; 
	}
	#box-nav li{
		display: inline; 
	}
	#box-nav ul li a{
		font-family: impact;
		text-transform: uppercase;
		font-size:14pt;
		display: block; 
		background-color: #8A2A12;
		text-decoration: none;
		border-bottom: 1px solid #000;
		padding: 10px;
		color: #F2B54B;
		letter-spacing: 0.02em;
	}
	#box-nav ul li a:hover{
		background-color: #AC2F10;
		color: #EEE;
	}
	#box-nav ul li a.select{
		background-color: #AC2F10;
		color: #fff;
	}
		#box-nav ul ul{
			padding-left: 0px;
		}
		#box-nav ul ul li a{
			color: #fff;
			font-family: arial;
			font-size: 8pt;	
			font-weight: bold;
			background-color: #AC2F10;
			/*background-color: #BE892C;*/
			padding: 5px, 5px, 5px, 10px;
		}
		#box-nav ul ul li a:hover{
			background-color: #F2B54B;
			color: #000;
		}
		#newtag{
			background-color: #c00;
			color: #fff;
			padding: 0px, 2px, 0px, 2px;
			font-size: 7pt;
		}
		#buypound a{
			display: block;
			height: 239px;
			width: 200px;
			background-image: url("/images/buypound.gif");
		}
		#buypound a:hover{
			background-position: 0px 239px;
		}
		#buypound span{
			display: none;
		}




#box-content{
	width: 650px; position: absolute; top:0px; left: 420px;
	color: #fff;
}
	#box-content ul{
		padding-left: 40px;
	}

	#box-content p{
		width: 400px;
		padding-bottom: 5px;
	}
	.bandimg{
		position: absolute;
		left: 300px;
		top: 45px;

	}
	h2{
		padding-top: 16px;
	}
	h1 span, h2 span{
		display:none;
	}

	#photogallery img{
		border: 1px solid #CCC;
		margin: 5px;
	}
	#photogallery img a{
		border: 0px;
	}
	#profilelinks {
		width: 700px;
		padding-top: 20px;
		height: 45px;
	}
	#profilelinks ul, #profilelinks ul li{
		margin: 0px;
		list-style: none;
		padding: 0px;
	}
	#profilelinks img{
		border: 1px solid #999;
		margin-right: 6px;
		float: left;
		padding: 2px;
	}
	#profilelinks img a{
		border: 0px;
	}
	#profilelinks li{
		float: left;
		display: block;
		width: 100px;	
	}
	#foot{
		font-size: 8pt;
		padding-top:5px;
		border-top: 1px solid #777;
		text-align: center;
		color: #777
	}