body{
		background: #007000 url(bodytoporange.png) repeat-x 0 top;
}

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

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

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

a:link, a:visited {
	color: #42f633;
}

a:hover, a:active {
	color: #49ff37;
}

#sidebarContainer .sideHeader {
	color: #42f633;
}

h1 {
	color: #42f633; 
}

h2 {
	color: #42f633; 
}

h3 {
	color: #42f633; 
}

h4 {
	color: #42f633; 

}

.blog-entry-title {
	color: #42f633; 
}

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

.album-title {
	color: #42f633; 
}

.movie-page-title {
	color: #42f633; 
}

/* @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 */