body{
            background: #ffeb99 url(bodytoporange.png) repeat-x 0 top;
}
#widthfixer{
      width: 1050px;
}
#container { 
      width: 1000px;
      background: url(contentcontainerbg.png) repeat-y;
}

#contentBottom {
      width: 1000px;
      background: url(footerbg.png) no-repeat;
}

#pageHeader {
      width: 1000px;
      background: url(header.png) no-repeat;
}

#menuholder{
      width: 1000px;
      background: url(stage.png) no-repeat center center;
}


#menuholder ul {
            width: 970px;
}


a:link, a:visited {
      color: #ff5000;
      text-decoration: none;
}

a:hover, a:active {
      color: #fca81a;
      text-decoration: none;
}

#sidebarContainer .sideHeader {
      color: #ff5000;
}

h1 {
      color: white;
	visibility: hidden;
}

h2 {
      color: #ff5000; 
}

h3 {
      color: #ff5000; 
}

h4 {
      color: #ff5000; 

}

.blog-entry-title {
      color: #ff5000; 
}

.blog-entry-title a {
      color: #ff5000; 
}

.album-title {
      color: #ff5000; 
}

.movie-page-title {
      color: #ff5000; 
}

/* @group Orange Sub Nav Menu */
#navcontainer2 a{ 
background-image: url(subnavbg.gif);
} 

#navcontainer2 a:hover {
      background-image: url(subnavbg.gif);
} 

#navcontainer2 ul ul li.current a {
      background-image: url(subnavbg.gif);
}


/* @end */
