/* CSS FOR PRINCETON-BAND.COM */



/* BODY PARTS */
body{
	background-color: #e9e1d4;
	}
#wrapper{
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	height: 850px;
	width: 1096px;
	background-color: #e9e1d4;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	}
#header{
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #221611;
	position: relative;
	left: 15px;
	top: 20px;
}
/*
***************
MAIN NAVIGATION
***************
*/
#navigation_container{
	position: relative;
	height: 20px;
	width: 800px;
	left: 35px;
	top: 367px;
}
#main_navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #221611;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	z-index: 1000;
	}

/* float the list to make it horizontal*/
#main_navigation li {
	float:left;
	width:auto;
	height: 25px;
	}
#main_navigation ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#main_navigation ul li{
	margin-right: 15px;
}
#main_navigation a, #main_navigation a:visited {
	display:block;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #221611;
	}

#main_navigation a:hover{
	text-decoration: underline;
	}
#content{}
#footer{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	position: absolute;
	left: 810px;
	top: 740px;
}
#musicplayer{
	position: relative;
	top: 800px;
}

/* TEXT */
h1{}
h2{}
h3{}
a{
	color:  #221611;
	text-decoration: underline;
}
a:hover{
	color: #221611;
	text-decoration: underline;
}
a:visited{
	color:  #221611;
	text-decoration: underline;}
/*sites*/
.musicback{
	background-image: url(../images/music/musicback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 364px;
	width: 350px;
	z-index: 1;
}
.musiccontent{
	width: 320px;
	margin-top: -205px;
	z-index: 2;
}
.photoback{
	background-image: url(../images/music/photoback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 364px;
	width: 350px;
	z-index: 1;
}
.photocontent{
	width: 320px;
	margin-top: -205px;
	z-index: 2;
}
.transparency{
	background-image: url(../images/transparency.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.historycontent{
	height: auto;
	width: 550px;
	padding-right: 20px;
	padding-left: 20px;
}

.newscontent{
	height: auto;
	width: 350px;
	padding-right: 20px;
	padding-left: 20px;
}
.showscontent{
	height: auto;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
}
.homecontent{
	height: auto;
	width: 350px;
	padding-right: 20px;
	padding-left: 20px;
}

.epcontent{
	height: auto;
	width: 350px;
	padding-right: 20px;
	padding-left: 20px;
}
.presscontent{
	height: auto;
	width: 550px;
	padding-right: 20px;
	padding-left: 20px;
}