body {
	margin:0;
	color : #999;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
img {
	border: none; 
}
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	padding : 0;
}
a {
	color : #999;
}
.hilightColor {
	color : #990300;
}
a:hover {
	color : #990300;
}
h1 {
	font-size : 1.4em;
}
h2 {
	font-size : 1.2em;
}
h3 {
	font-size : 1.1em;
}
#iAmCentered {
	margin: 0 auto;
	width: 1001px;
	height: 571px;
	background:url(../pics/stage_shadow.png) no-repeat;
}
#stage {
	width : 971px;
	height : 546px;
	margin : 0 15px;
}
#errorBox, .mainBox {
	padding : 125px 0 0 345px;
	width : 595px;
	height : 292px;
}
#errorBox li {
	padding-bottom : 4px;
}
.listScrollBox {
	overflow:auto;
	height: 483px; /* 320px; */
	width:900px;
	clear: both;
	text-align:left;
	margin : 0 auto;
}
.scrollBox {
	width : inherit;
	height : 292px;
	overflow : auto;
}
#menuBas {
	top: 507px;
	height: 39px;
	position : absolute;
	width: 971px;
	margin : 0 15px;
	overflow : hidden;
	background:url(../pics/menu_bas.png) no-repeat;
}
#menuBas:hover {
	top: 440px;
	height: 108px;
}
#dock {
	height: 108px;
	text-align: center;
	list-style-type : none;
	padding : 0;
	margin : 0 auto;
}
#dock li {
	position: relative;
	display: inline;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100px;
	height: 65px;
	padding : 0;
	margin : 0;
}
#dock a {
	text-decoration : none;
	color : black;
	opacity : 0.4;
}
#dock img {
	padding-top: 43px;
	height: 65px;
	
	-webkit-transition-property: height, padding-top;
	-webkit-transition-duration: .3s;
	-webkit-transition-delay: 0s;

	-moz-transition-property: height, padding-top;
	-moz-transition-duration: .3s;
	-moz-transition-delay: 0s;

	transition-property: height, padding-top;
	transition-duration: .3s;
	transition-delay: 0s;
	
}
#dock a:hover, #dock a.current {
	opacity : 1;
}
#dock img:hover {
	padding-top: 0;
	height: 108px;
}
#mp3List ul {
	list-style-type : none;
	padding : 0;
	margin : 0 30px;
}
#mp3List li {
	float: left;
}
#mp3List li span {
	display: block;
}
#mp3List a, #mp3List div {
	float : left;
	display : block;
	text-decoration : none;
}
.pdfSpacer {
	display:none;
}

