/* CSS Document */



/* center page */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

#navleft {
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:110px;
}

#navpic {
	position:absolute;
	left:120px;
	top:0px;
	width:172px;
	height:110px;
}

#brubeckbrothers {
	position:absolute;
	left:292px;
	top:0px;
	width:511px;
	height:68px;
}

#dotcom {
	position:absolute;
	left:803px;
	top:0px;
	width:177px;
	height:68px;
}

#navrt {
	position:absolute;
	left:980px;
	top:0px;
	width:30px;
	height:110px;
}

#newsbtn {
	position:absolute;
	left:292px;
	top:68px;
	width:68px;
	height:22px;
}

#aboutbtn {
	position:absolute;
	left:360px;
	top:68px;
	width:70px;
	height:22px;
}

#musicbtn {
	position:absolute;
	left:430px;
	top:68px;
	width:80px;
	height:22px;
}

#calendarbtn {
	position:absolute;
	left:510px;
	top:68px;
	width:115px;
	height:22px;
}

#programsbtn {
	position:absolute;
	left:625px;
	top:68px;
	width:165px;
	height:22px;
}

#gallerybtn {
	position:absolute;
	left:790px;
	top:68px;
	width:100px;
	height:22px;
}

#contactbtn {
	position:absolute;
	left:890px;
	top:68px;
	width:90px;
	height:22px;
}

#navdescbg {
	position:absolute;
	left:292px;
	top:90px;
	width:688px;
	height:20px;
}


/* page footer, credits and copyright */

#footer {
	position: absolute;
	left: 0px;
	top: 650px;
	margin: 0px;
	width: 1010px;
	height: 18px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}


.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}

.credits a:link {
	color: #383838;
	text-decoration: none;
}

.credits a:visited {
	color: #444444;
	text-decoration: none;
}

.credits a:hover {
	color: #444444;
	text-decoration: none;
}

.credits a:active {
	color: #444444;
	text-decoration: none;
}
