@charset "UTF-8";

/* MAIN PAGE ITEMS */

body {
	font-family:Lucida Grande,Helvetica,Arial,Sans-Serif;	
	background-color:#FFF69A;
}

#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	color:#000;
	font-size:12px;
} 

#bottomRibbon {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

#header {
	background-color:#FFF69A;
	text-align:center;
}

#leftColumn {
	width:620px;
	height:auto;
	float:left;
}

#fourColumn {
	width:240px;
	height:auto;
	float:left;
	margin-top:20px;
}

#rightColumn {
	float:left;
	margin-left:20px;
	width:300px;
}

/* NAV BAR */

#nav {
	top:134px;
	background-color:#BF511A;
	color:#FFF;
	padding:10px 0;
	text-align:center;
}
#navlist li.last {
	border:0 none;
}
#navlist li.selected span {
	padding-bottom:8px;
	border-bottom:solid 2px #FFFFFF;
}
#navlist li a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:2px dotted #CCCCCC;
}
#navlist li.selected a {
	border:0 none;
}
#navlist li a:hover {
	border-bottom:2px solid #FFFFFF;
}
#navlist li.selected a:hover {
	text-decoration:none;
}					
#navlist,
#subnavlist {
	margin:0;
	padding:0;
}
#navlist li,
#subnavlist li {
	display:inline;
	list-style:none;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:0 10px 0;
	margin:0;
}

/* SUB NAV */

#subnav {
	padding-top:10px;	
	background-color:#FFF69A;
}
#subnavlist li a {
	color:#000000;	
	text-decoration:none;
}
#subnavlist li a:hover {
	border-bottom:1px dotted #000000;
}

/* PRESS */

.quoteContainer {
	width:640px; 
	height:70px; 
	margin-bottom:10px;
	color:#000;
}

.quoteElement {
	font-size:14px;
	width:380px;
	top:50%;
	bottom:50%;
	margin-right:10px;
	float:left;
}

/* END PRESS */

/* MUSIC PAGE */

.buyButton {
	background-color:#BF511A; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right:10px; 
}

.buyButton a {
	color:#FFF;
	text-decoration:none;
}

.buyButton a:hover {
	text-decoration:underline;
}

/* END MUSIC */