/************************************************
	Structure
************************************************/

body {
	max-width: 100%;
	background: #2b1402 url(../images/backgrounds/brown-950px.jpg) no-repeat;
	background-position: top center;
	font-family: Arial;
	font-size:  12px;
	color: #FFFFFF;
	}
	

#content {
	margin:  60px 40px 10px 30px;
	width:  690px;/* Must be the same as div#navigation width **/
	border:  0px solid #FFFFFF;
}

#head { 
	height: 160px;
}


#left {
	float: left;
	width: 341px;
	border:  0px solid #FF0000;
}

#right {
	width: 300px;
	margin-left: 350px;
	border:  0px solid #FFFF00;
}

#foot {
	margin-top: 10px;
	font-size:  .9em;
	text-align: center;
}


/************************************************
	Headers
************************************************/
h1 {
	color: #8dc63f;
}

h2 { 
	color: #8dc63f;
}

h3 { 
	color: #c69c6d;
}


/************************************************
	Links
************************************************/
a {
	color: #00FF00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
	font-weight: bold;
	text-decoration: underline;

}


/************************************************
	Images
************************************************/
img.border {
	border: 6px solid #FFFFFF;
}



/************************************************
	Navigation
************************************************/
div#nav {
	margin-top: 12px;
	text-align: center;
}
	
div#nav a {
	font-family:  Arial;
	font-size:  1.4em;
	padding:  10px;	
	text-decoration:  none;
	color: #FFFFFF;
}

div#nav a:hover {
	background-color:  #FFFFFF;
	color: #2f1502;
}


/************************************************
	Song Sample Box
************************************************/

.song_sample_box {
	border: 1px solid #FFFFFF;
	padding: 10px;
}


.song_name {
	font-weight: bold;
}


/************************************************
	News
************************************************/
.article {

	
}

.article h3 {
	color:  #8dc63f;
}

.article h3 .date {
	font-weight: bold;
	font-size: .8em;
}




ul.profileList li {
	margin-bottom: 10px;
}


/************************************************
	Merchandise
************************************************/

table.merchandise {
	width:100%;
	border:0px;
}

table.merchandise td {
	vertical-align: top;
}


span.merchandise_title {
	font-size: 1.3em;
}



