/* ======= MUSIC.CSS ======= */
/* Alan Colquhoun, MDIA 2205 */
/* Last Update: November 3   */
/* ========================= */  

/* I have commented out two "display: inline" statements. I was trying to correct IE6 ouput. */ 

body
{
	color: #000; background-color: #000;
	font-family: Georgia, "New Times Roman", Times, serif;	
	font-size: 0.95em; 
	padding: 15px 0px 15px 0px;
    text-align: center; /* IE6 */
}

hr
{  
    float: left;
	color: #f00; background-color: #f00;
	height: 3px; width: 760px;
    margin-left: 37px;   
}

a:link 
{
	color: maroon; 
}

a:visited 
{
	color: black;
}

a:hover 
{
	color: green; 
}

a:active 
{
	color: purple; 
}

/* =============== */
/* ID DECLARATIONS */
/* =============== */

#wrapper
{
	color: #000; background-color: #fff;									
	margin: 0 auto; /* Firefox, Chrome, IE 7-8 */ 
	text-align: left;
	width: 840px;
}

/* HEADER */

#banner
{
	background-color: #787878;
	height: 120px;
}

#bnrtext
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 44px;	
	padding-top: 30px;
	text-align: center;	
}

#mainmenu 
{
	font-family: Arial;
	padding: 25px 0px 0px 0px;
	width: 840px;
	text-align: center;
}

#mainmenu p 
{
	margin: 0;
}

#mainmenu p a 
{
	border: 2px solid black;
	color: #000; background: #c0c0c0;
	font-size: 18px;
	padding: 4px 10px;
	text-decoration: none;
}

#mainmenu p a:hover 
{ 
	border: 2px solid black;
	color: #fff; background: #3f3f3f; 
	text-decoration: none;
}

#mainmenu p a#current 
{ 
	border: 2px solid black;
	color: #000; background: transparent;
	padding: 4px 10px;
	text-decoration: none;
}
	
/* TOP AREA */

#intro
{
	height: 250px;
}
	
#introtxt
{
	float: left;
    margin: 15px 37px 0px 37px;
	text-align: justify;
	width: 766px;
    /* display: inline; */ 
}

#largecap 
{
	font-size: 1.5em; 
} 

#featured
{
	padding: 5px 37px 25px 37px; 
}

#highlight
{
	color: #f00;
}

#ratings-box
{
	border: 2px groove #440;
	margin: 0px 0px 30px 37px;
	width: 716px; height: 282px;
	padding: 20px;
}

/* SELECT WHAT YOU NEED */

#selekt
{
	margin: 5px 37px 24px 37px;
    height: 200px; 
	padding-top: 15px;
    text-align: justify;
    /* display: inline; */
}

#user-entry
{
	width: 760px;
	padding: 0px 0px 13px 37px;
}	

fieldset
{
	border: 2px solid black;
}

legend
{
	color: #800;
}
	
td
{
   padding:  10px;
}

/* FOOTER */

#footer
{
	background: #c8c4ce; 			
	font-size: 0.80em;
	height: 60px; width: 840px; 
	padding-top: 28px;
	text-align: center;
}

/* ================== */
/* CLASS DECLARATIONS */
/* ================== */

.boldtxt
{
	font-weight: bold;
}