			body{
	text-align: center;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------
  Header
 -----------------------------------------------*/
#header_wrapper {
	width:100%; 
	text-align:center;
	background: #fff url('images/header_background.gif') repeat-x top left;
}
#header { 
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	height: 100px;
	}

#logo {
	position: absolute;
	top:18px;
	left:0;
}

/*------------------------------------------------
  Navigation
 -----------------------------------------------*/
 
#nav_wrapper{
	 position: absolute;
	 top: 51px;
	 left: 187px;
	 height: 23px;
	 z-index: 99;
 }

 #nav_wrapper ul {
      margin:0px 0 0 0;
      padding:0px 0 0 0px;
      list-style:none;
      }

#nav_wrapper li {
      float:left;
      background:url('images/nav_b_left.gif') no-repeat left top;
      margin:0;
      height:23px;
      padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
            }

#nav_wrapper a {
      float:left;
      display:block;
      width:.1em;
      background:url('images/nav_b_right.gif') no-repeat right top;
      text-decoration:none;
      margin:0;
      height:12px;
      color: white; font-style:normal; font-variant:normal; font-weight:bold; line-height:11px; font-size:11px; font-family:arial, sans-serif; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:5px
}

#nav_wrapper > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/

#nav_wrapper a {float:none;}
    /* End IE5-Mac hack */


#nav_wrapper a:hover {
      text-decoration:none;
      color: #FFFFCC;
      }

/*--- Nav Rules ---*/

       

/*------------------------------------------------
  Banner
 -----------------------------------------------*/



#banner_wrapper {
	width:100%; 
	text-align:center;
	background-color: #999;
	padding:0;
	margin:0;
}

#banner {
	background: #fff url('banner.gif') no-repeat 50% 50%;
	width: 750px;
	margin:0 auto;
	position: relative;
	top:0;
	left:0; padding-left:1px; padding-right:1px; padding-top:0; padding-bottom:0
}
#home #banner img {padding:0; margin:0;}

#music #banner {height:116px;}

#banner h1 {
	position: absolute;
	top: 41px;
	left:240px;
	font: normal 14px/14px arial, sans-serif;
	color:#fff;
	margin: 0;
	padding: 0;
}
#banner .album_title {
	color: #D1EC06;
}

/*------------------------------------------------
  Content
 -----------------------------------------------*/
#content_wrapper {
	width:100%; 
	text-align:center;
	background: #f3f3f3 url('images/background_bottom.gif') repeat-x top left;
}

#content{
	width:752px; 
	text-align:left; 
	position:relative; 
	top:0;
	left:0;
	margin:0 auto;
	background: #fff url('books_music_42.gif') no-repeat 214px 0px;
	}

#artwork {
	float: left;
	position: relative;
	top: -100px;
	left: 17px;
	width:195px;
	z-index: 5;
}

#artwork img.border {
	padding: 9px;
	background-color: #fff;
	border: 1px solid #999;
	display: block;
}

#artwork p {
	font: normal 11px/15px arial, sans-serif;
	color: #666;
	margin: 0 0 4px 0;
}

#artwork ul{
	list-style-image: url('arrow.gif');
	color: #666;
	padding: 0; font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; font-size:11px; font-family:arial, sans-serif; margin-left:20px; margin-right:0; margin-top:0; margin-bottom:5px
}



#hotpoints {
	float: left;
	width: 275px;
	font: normal 11px/15px arial, sans-seif;
	color: #333;
	position: relative;
	top: 0;
	left: 45px;
}

#hotpoints ul{
	list-style-image: url('arrow.gif');
	color: #333;
	padding:0; font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; font-size:11px; font-family:arial, sans-serif; margin-left:20px; margin-right:0; margin-top:10px; margin-bottom:5px
}

#hotpoints ul li{
	margin: 0 0 5px 0;
}

#tracks {
	float: right;
	margin: 0 0px 0 0;
	width: 200px;
	font: normal 11px/15px arial, verdana, sans-serif;
	color: #333;

}

/*------------------------------------------------
  Home Main Content
 -----------------------------------------------*/
#home #content,
#accounts #content,
#storefinder #content,
#contact #content{
	width:752px; 
	text-align:left; 
	position:relative; 
	top:0;
	left:0;
	margin:0 auto;
	background-color: #fff;
	background-image: url('none');
	}

#main_content{
	float: left;
	margin: 0 0 0 0;
	width: 335px;
	position:relative;
	top:0;
	left:22px;
}

#main_content p{
	font: normal 11px/16px arial, sans-serif;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
}

#main_content h1{
	color: #ADC71E;
	margin: 15px 0 5px 0;
	padding: 0;
	font: normal 15px/17px arial, sans-serif;
	letter-spacing: -.2px;
}

#main_content ul{
	list-style-image: url('arrow.gif');
	color: #333;
	padding:0; font-style:normal; font-variant:normal; font-weight:normal; line-height:14px; font-size:11px; font-family:arial, sans-serif; margin-left:20px; margin-right:0; margin-top:0px; margin-bottom:10px
}

#main_content ul li{
	margin: 0 0 4px 0;
}

#main_content table {
width: 100%;
border-top:1px solid #ccc;

}

#main_content td {
border-bottom:1px solid #ccc;
padding:2px 0 3px 0;
font:11px/11px arial, verdana, sans-serif;
color: #333;
}

#main_content td.odd {background-color:#F0F4F9;}


#accounts #main_content,
#storefinder #main_content{
	width: 500px;

}

#concerts {
	width: 155px;
	margin: 0px auto;
	padding: 15px 0;
}

#concerts .divider {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#concerts .divider:hover {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	background-color:#f8f8f8;
}
.concert_wrapper_top{
	float: left;
	position: relative;
	top:0;
	left:22px;
	width: 199px;
	color: #333;
	background: url('images/home_top_slice.gif') no-repeat top left;; font-style:normal; font-variant:normal; font-weight:normal; line-height:13px; font-size:10px; font-family:arial, sans-serif
}

.concert_wrapper_bottom{
	background: url('images/home_bottom_slice.gif') no-repeat bottom left;
}

#accounts #subscription,
#storefinder #subscription{
	float: left;
	position: relative;
	top: 15px;
	left: 35px;
	width: 175px;
	border-left:1px solid #ccc;
	padding:0 0 0 20px;
}

#subscription {
	float: left;
	position: relative;
	top: 15px;
	left: 10px;
	width: 175px;
}
#subscription p {
	font: normal 10px/13px arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 4px 0;
}

#subscription .ffieldsrightside {
	width: 175px;
}
	
/*------------------------------------------------
  Footer
 -----------------------------------------------*/
#footer {
	width:100%;
	background-color:#ccc;
	background-image: url('images/footer.gif');padding-left:0; padding-right:0; padding-top:15px; padding-bottom:15px
}

#footer p {
	font: normal 10px/15px arial, sans-serif;
	color: #333;
	margin: 0 0 4px 0;
	height:35px;
}
/*------------------------------------------------
  Link Styles
 -----------------------------------------------*/

a, a:link, a:visited, a:active {
	color:#00A4FF;
	text-decoration:none;
}	

	a:hover {
	color:#036;
	text-decoration:none;
}

img {border:none;}

form {padding:0; margin:0;}


h1 {
	color:#666;
	font-size:100%;
	background-image: url('images/fund_titulo.gif');
	padding:4px 45px 4px 10px;
	border-top: 2px solid #C71E20;
	border-bottom: 2px solid red;
	border-left: 20px solid #C71E20; 
	border-right: 2px solid red;
	width:18.0em;
}
p {
	font-family: Verdana, Arial, sans;
	color: #000;
}


h2 {
	font: normal 12px/22px arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: justify;
	color: #666;
	}

h3 {
	font: normal 25px/52px arial, sans-serif;
	margin: 10px 0 4px 0;
	padding: 0;
	color: blue;
}

.paragraph p {
	font: normal 11px/15px arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0px 0 4px 0;
}