* {
    padding: 0;
    margin: 0;
} 

body {
background: #E2E2E2;
/* background: url(pics/pentagramma.jpg); */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

a { color: #cea454; text-decoration: none; }
a:hover { color: #255EA8; text-decoration: underline; }

#wrap {
width: 800px;
margin: 5px auto;
}

#header {
height: 90px;
background: #E2E2E2 url(pics/header.png) no-repeat;
}
#header h1 {
text-shadow: 5px 5px 1px white;
padding-left: 30px;
padding-bottom: 0;
padding-right: 0;
padding-top: 30px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 27px;
letter-spacing: -2px;
font-weight: 100;
color: #d9a41f;
}
#header h1 a {
color: #d9a41f;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #d9a41f;
}
#header h2 {
padding-top: 5px;
text-shadow: 3px 3px #e6e6e6;
font-family: Helvetica, Verdana, Arial, sans-serif;
padding-left: 30px;
font-size: 15px;
color: #eee;
font-weight: 100;
}

#content {
background: #E2E2E2 url(images/contentbg.gif) repeat-y;
padding: 10px 20px 10px 30px;
}
.right {
	float: right;
	width: 525px;
	padding: 0 15px;
}
.right h2 { 
font-weight: 100;
padding: 10px 0 10px 0;
}
.right h3 { 
color: #cea454; 
font-weight: 130;
padding: 10px 0 10px 0;
}

.right ul { list-style-type: square; padding: 5px 0 15px 15px;}

.right ol { list-style-position: outside; padding: 5px 0 15px 15px; list-style-type: decimal;}

.citation {
height: 385px;
background-repeat: no-repeat;
width: 100%;
background-image: url(pics/grottammare_liszt.png);
font-size: 14px;
font-family: Times;
text-align: right;
font-style: italic;
}

.citation2 {
background-repeat: no-repeat;
width: 100%;
font-size: 13px;
font-family: Times;
text-align: right;
font-style: italic;
}

.didascalia-right {
	border-width: 1px;
	border-color: #aaa;
	border-style: solid;
	margin-left: 10px;
}
.didascalia-right-nb {
	border-width: 0px;
	margin-left: 10px;
}
.didascalia-left {
	border-width: 1px;
	border-color: #aaa;
	border-style: solid;
	margin-left: 0px;
	margin-right: 10px;
}
.didascalia-left-nb {
	border-width: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
.left {
float: left;
width: 160px;
padding: 10px;
border: 1px solid #aaa;
background: #ddd;
}
.left h2 { font-size: 14px; color: #666; font-weight: 100; }
.left ul { padding: 5px 0 15px 15px; font-size: 11px; color: #255EA8; list-style-type: square;}


#bottom {
background: #E2E2E2 url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #666;
}
#footer a { color: #666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
 
#dark_content {
background: #E2E2E2 url(images/darkcontentbg.gif) repeat-y;
padding: 10px 20px 10px 30px;
}
act_list {
	list-style-type: circle;
	line-height: 30px;
}
