@charset "utf-8";
/* CSS Document */

#areacenter {
	margin: 0 18% 0 40%; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:12px;
	background: url(http://classical-scene.com/wp-content/themes/default/images/divider.png) repeat-y left;
} 
#arealeft {
	float: left; 
	width: 38%;
	padding:0px;
	margin-bottom:10px;
	margin-left:10px;
}

#headline {
	top:-10px;
	padding:10px;
	width:80%;
	margin-left:10px;
	margin-bottom: 10px;
	text-align:center;
	background:#e3c4ba;
	border:1px solid #4c0000;
}

#headline h2 a {
	color: #4c0000;
	size: 28px;
	font-weight:bold;
	letter-spacing:1px;
}
#headline h2 a:hover {
	color: #000000;
}