
/*f o r m a t t i n g*/

A:link {
text-decoration: none;
font-family:courier, courier new, monospace;
color: #e0921d;}

A:visited {
text-decoration: none;
font-family:courier, courier new, monospace;
color: #e0921d;}

A:active {
text-decoration: none;
font-family:courier, courier new, monospace;
color: #0a92ad;}

A:hover {
text-decoration: none;
font-family:courier, courier new, monospace;
color: #0a92ad;}

/*l a y o u t*/

#wrap {
      background:#e0921d;
      width:920px;
      margin: 0 auto;
    	}

#header {
	background:#e0921d;
	width:920px;
    	}

#menu {
	background:#e0921d;
	width:920px;
        margin-top:-9px;
    	}

#main {
      float:left;
      margin:10px;
      width:460px;
      background-image: url(news-box.gif);
      background-repeat: no-repeat;
      }

#press {
      float:left;
      margin:10px;
      width:460px;
      background-image: url(press-box.gif);
      background-repeat: no-repeat;
      }

#_shows {
      float:right;
      margin:10px;
      width:380px;
      height:1000px;
      background-image: url(show_box.gif);
      background-repeat: no-repeat;
      overflow:auto;
      }

#shows {
      float:right;
      margin:10px;
      width:380px;
      height:380px;
      background-image: url(show_box.gif);
      background-repeat: no-repeat;
      }

#shows_up {
      float:left;
      margin:10px;
      width:380px;
      background-image: url(show_box.png);
      background-repeat: no-repeat;
      background-color: #092a47;
          }


#videos {
      float:right;
      margin:10px;
      width:380px;
      height:380px;
      background-image: url(video_box.gif);
      background-repeat: no-repeat;
      }

#merch {
float:left;
margin:30px;
padding-left:20px;
width:900px;
height:700px;
background-image: url(merch_box.gif);
background-repeat: no-repeat;
}

#videos-shows {
      float:center;
      margin:10px;
      width:380px;
      height:380px;
      background-image: url(video_box.gif);
      }

#player {
float:right;
margin:10px;
width:380px;
height:100px;
background-image: url(player_box.gif);
}

#links {
float:right;
margin:10px;
width:380px;
height:100px;
}

#photos {
float:left;
margin:10px;
width:900px;
height:700px;
background-image: url(photos_box.gif);
}

#_videos {
float:left;
margin:30px;
padding-left:20px;
width:900px;
height:700px;
background-image: url(videos_box.gif);
background-repeat: no-repeat;
}

#footer {
	clear:both;
	width:920px;
}


#preload { 
display: none; 
}