body {
background-color: #000000;	
margin: 0;
padding: 0;
color: #311f15;
color: #210f05;
font: 14px/16px Arial, sans-serif;
background-image: url('images/background.jpg');
background-repeat: no-repeat;
}
img { border: 0;}

#welcome { text-align: right; padding-right:10px;}
.welcome { text-align: right; padding-right:10px;}

.thumb {
border: 1px solid black;
margin-right: 8px; margin-bottom: 8px;
}

#store {
	position: absolute;
	top: 460px;
	left: 760px;
}

#thud {
	position: absolute;
	top: 250px;
	left: 770px;
}
#news {
position: absolute;
top: 425px;
left: 65px;
}	
#bio {
position: absolute;
top: 445px;
left: 200px;
}	
#shows {
position: absolute;
top: 490px;
left: 335px;
}	
#media {
position: absolute;
top: 480px;
left: 480px;
}	
#contact {
position: absolute;
top: 320px;
left: 130px;
}	
#press {
position: absolute;
top: 485px;
left: 620px;
}	

#team {
position: absolute;
top: 525px;
left: 120px;
}	
.link:hover { 
	padding-top: 8px;
	cursor: pointer;
}

.storeLink:hover { 
padding-top: 8px;
cursor: pointer;
}

.thudLink:hover { 
padding-top: 8px;
cursor: pointer;
}

#container {
}

#contentBox {
width: 522px;
height: 468px;
margin-left: 250px;
margin-right: auto;
position: relative;
}

#contentBoxNoJS {
width: 522px;
height: 468px;
position: absolute;
left: 250px;
}


.contentContainer[class] {	
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/contentBox.png');*/
background-image: url('images/contentBox.png');
background-repeat: no-repeat;
padding: 150px 0px 40px 40px;	
position: relative;
/*width: 522px;
height: 468px;*/
}


#content {
height: 280px;
width: 454px;
padding-right: 10px;
overflow: auto;
position: relative;
}

h1 {
margin-top: 0;
color: #683d24;
font-size: 24px;
}
a{
color: #7d6100;	
color: #009933;
color: #683D24;
color: #A21704;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
input {
padding: 2px;
border: 1px solid black;
background-image: url('images/form.png');
}

.paypal {
padding: 0;
border: 0;
background-image: none;
background: none;
}

textarea {
padding: 2px;
border: 1px solid black;
width: 283px;
height: 76px;
background-image: url('images/form.png');
}