/* @group General Styles CRM Splash */



body {
	background-color: #290a05;
	color: #290a05;
}


a:link, a:visited {
	color: #290a05;
	font-size: .9em;
	text-decoration: none;
}

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


img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	position: absolute;
	left: 14%;
	top: 20px;
	background: url(images/CRMLSmenunewfinalcover.jpg) no-repeat;
}	

.clearer {
	clear: both;
}

#contentContainer {

}


#contentContainer #content {
	height: 850px;
}


#email{
	position: absolute;
	left:180px;
	top: 696px;
	color: #290a05;
	font-size: .8em;
}
#copyright {
	position: absolute;
	left: 20px;
	top: 698px;
	font-size: .7em;
	color: #290a05;
}

#logos {
	position: absolute;
	left:365px;
	top: 668px;
	

}

#logos li {
	display: inline;
	list-style-type: none;
}


#navcontainer {    
	width: 800px;

}

#navcontainer a {
	padding-right: 30px;
}

a:hover{
	color: #290a05;
}

#navcontainer li {
	display: inline;
}

#navcontainer li.Home a {
	 margin-top: 10px;
     display: inline;
     float: left;
     height: 25px;
     width: 75px;
	 overflow: hidden;
	 background-position: 0 0px;
	 background-repeat: no-repeat;
	 background: url(images/navhomebutton.png);
	 text-indent: 9000px;
}

			/* Hover/Selected states */

 #navcontainer li.Home a:hover, li.selected a {
	 background-position: 0 26px;
}

#navcontainer li.Music a {
	 margin-top: 10px;
     display: block;
     float: left;
     height: 25px;
     width: 78px;
	 overflow: hidden;
	 background-position: 0 0px;
	 background-repeat: no-repeat;
	 background: url(images/navmusicbutton.png);
	 text-indent: 9000px;
}

			/* Hover/Selected states */

 #navcontainer li.Music a:hover, li.selected a {
	 background-position: 0 26px;
}

#navcontainer li.News a {
	 margin-top: 10px;     
     display: block;
     float: left;
     height: 25px;
     width: 75px;
   	 overflow: hidden;
	 background-position: 0 0px;
	 background-repeat: no-repeat;
	 background: url(images/navnewsbutton.png);
	 text-indent: 9000px;
}

			/* Hover/Selected states */

 #navcontainer li.News a:hover, li.selected a {
	 background-position: 0 26px;
}



#navcontainer a:active , a:visited{
	color: #6d4b12;
}

#navcontainer li.Credits a {
	 margin-top: 10px;
     display: block;
     float: left;
     height: 25px;
     width: 80px;
	 overflow: hidden;
	 background-position: 0 0px;
	 background-repeat: no-repeat;
	 background: url(images/navcreditsbutton.png);
	 text-indent: 9000px;
}

			/* Hover/Selected states */

 #navcontainer li.Credits a:hover, li.selected a {
	 background-position: 0 26px;
}
	
#navcontainer li.Lyrics a {
	 margin-top: 10px;	
     display: block;
     float: left;
     height: 25px;
     width: 75px;
	 overflow: hidden;
	 background-position: 0 0px;
	 background-repeat: no-repeat;
	 background: url(images/navlyricsbutton.png);
	 text-indent: 9000px;
}

			/* Hover/Selected states */

 #navcontainer li.Lyrics a:hover, li.selected a {
	 background-position: 0 26px;
}
	
#navcontainer li.Bio a {
	 margin-top: 10px;	
     display: block;
     float: left;
     height: 25px;
     width: 50px;
	 overflow: hidden;
	 background-position: 0 0px;
	 background-repeat: no-repeat;
	 background: url(images/navbiobutton.png);
	 text-indent: 9000px;
}
			/* Hover/Selected states */

 #navcontainer li.Bio a:hover, li.selected a {
	 background-position: 0 26px;
}


/* @end */


