* {margin: 0px; padding: 0px;}

body{
	color: #000;
	font-size: 16px;
	text-align: center;
	background-color: #000;
	background-image:url(../images/bg_body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

a{
	color: #3B5998;
	text-decoration: underline;
}
a img{
	text-decoration: none;
	border: none;
	cursor: pointer;
}

h1{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 14px georgia;
	font-weight: bold;
	text-align: center;
}

h2{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 12px georgia;
	font-weight: bold;
	text-align: center;
}
.twoColLiqLtHdr #mainContent{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

li{
	margin-left: 15px;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.clearLeft{clear: left;}
.clearRight{clear: right;}
.clearFix{clear: both;}

/*
	--------------- Wrapper ---------------
*/

#wrapper{
	width: 668px;
	display: block;
	text-align: left;
	margin: auto;
	background-image:url(../images/bg_wrapper.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

/*
	--------------- Navigation ---------------
*/

div.navigation{
	width: 668px;
	height: 40px;
	
	text-align: center;
}

	div.left{
		width: 490px;
		padding-top: 5px;
		float: left;
	}
	
		div.left a{
			color: #000;
			text-decoration: none;
			margin-right: 7px;
		}
		
			div.left a.active{
				color: #eeb72e;
			}
			
			div.left a:hover{
				color: #F00;
			}
			
	div.right{
		padding-top: 5px;
		float: right;
	}
	
		input.text{
			width: 70px;
			margin-right: 10px;
			
			border: 1px solid #808080;
			background-color: #808080;
		}


/*
	--------------- Header ---------------
*/

div.header{
	width: 668px;
	height: 195px;
	
	text-align: center;
}

/*
	--------------- Content ---------------
*/

div.content{
	width: 600px;
	margin-top: 23px;
	padding: 10px 35px 40px 33px;
}

	div.inner{
	width: 610px;
	float: left;
	background-image:url(../images/bg_content.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}

	div.sidebar{
	width: 160px;
	padding: 15px 30px 15px 25px;
	float: left;
}

	div.sidebar h3 { margin: 10px 0 0 0; }
	div.showdate { margin: 6px 0 18px; }
	div.showdate p { line-height: 18px; }
	div.showdate p strong { padding-bottom: 4px; }
	
	div.sidebar p.sidebar { margin-top: 12px; font-style: italic; font-size: 13px; line-height: 15px;}
	
	div.stuff{
	width: 325px;
	padding: 15px 30px 15px 28px;
	float: right;
	overflow: visible;
}
	
	/*
	--------------- links ---------------
*/
div.links{
	width: 600px;
	float: left;
	background-image:url(../images/bg_links.gif);
	background-position: top center;
	background-repeat: repeat-y;

	}
	
	div.artist_links{
		text-align: center;
		margin: 5px 0 5px 0;
		padding: 0px;
	
		font: 12px georgia;
		font-weight: bold;
		text-align: center;
		}
/*
	--------------- Footer ---------------
*/

div.footer{
	width: 668px;
	
	text-align: center;
	line-height: 70px;
	padding: 40px 0 0 0;
}
