@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

.header { 
	position: relative;
	height: 80px;

} 

#artists{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 370px;
	background-image: url(/custom/themes/default/images/artists.jpg);
	}

#flash{
	position: absolute;
	top: 0px;
	left: 370px;
	width: 230px;
	}
	
#navwrap {
	position: relative;
	width: 679px;
	height: 84px;
	background-image: url(/custom/themes/default/images/topbar2.gif);
}

#topnav {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 675px;
	height: 34px;
	text-align:left;
	line-height: 1.55em;
	z-index: 25;
	margin: 0px;
}



#wrap1 {
	position: relative;
}

#wrap1b {
	position: absolute;
	top: 40px;
	left: 180px;
	background-image: url(/custom/themes/default/images/patch.gif);
	width: 7px;
	height: 84px;
	
	}	




#navwrap #tagline {
	position: absolute;
	top: 55px;
	left: 485px;
	color: #ffffff;
}
	
	
	
#tagline {
	position: absolute;
	top: 54px;
	left: -3px;
	width: 308px;
	height: 26px;
	color: #ffffff;
	text-align:left;
	z-index: 0;
	}
	
#tagline h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 0px;
	}

#search {
	position: absolute;
	top: 25px;
	left: 30px;
}

#foxnews{
	position: absolute;
	top: 65px;
	left: 40px;
}




#side{
	background: url(/custom/themes/default/images/tile-sidenav.gif);
	background-repeat:repeat-y;
	width: 217px;
	}		
	
#head2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d9541f;
	margin: 0px;
	}

#mainContent {
	background: #FFFFFF;
}
#footer {
	position: relative;
	background-image: url(/custom/themes/default/images/footer-tile.gif);
	width: 900px;
	height: 68px;
	}
#footertxt {
	position:absolute;
	top: 15px;
	left: 5px;
	color: #ffffff;
	text-align: left;
	margin-left: 25px;
}
