/* CSS Document */

#player {
	position: absolute; 
	top: 148px;
}

#rightcol {
	position: absolute; 
	top: 148px;
	left: 406px;
}

p {font-size: 1.2em; line-height:1.2em; margin bottom: 1em; text-align: justify}
p strong {font-size: inherit; }

#dates { position: absolute;  width: 290px;
	top: 354px;
}
#dates h2 {
	background-color: #b09395;
	padding: 15px 10px;
	margin-bottom: 10px;
}
#dates dl {
	background-color: #c7b3b5;
}
#dates dt { font-weight: bold; color: #FFF;  padding: 10px 10px 0 10px;}
#dates dd { font-style: italic; color: #7C6668; padding: 0 10px 10px 10px; }

#dates #more {
	display:none;
}

#dates #minus { display: none; height: 20px; position: relative; top: -20px;text-align: right;  padding-right: 10px;}
#dates #plus {  height: 20px; position: relative; top: -20px; text-align: right; padding-right: 10px;}
#dates #minus a { font-weight: bold; color: #7C6668; text-decoration: none;}
#dates #minus a:hover { color: #FFF; }
#dates #plus a { font-weight: bold; color: #7C6668;  text-decoration: none;}
#dates #plus a:hover { color: #FFF; }