
body {
margin:0 auto;
background-color:  #969453;
text-align: center;
}

/* ----- HEADER ----- */

#header {
width:900px;
height:144px;
background-color:#333333;
background-image: url(troubar.jpg);
background-repeat: no-repeat;
position: relative;
margin: 0 auto;

}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	font-family: Georgia, serif;
	top: 115px;
	left: 410px;
	font-size: 16px;
}
#header li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#header li a {
	display: block;
	float: left;
	padding: 0 5px;
	color: #F7D463;
	text-decoration: none;
}
#header li .curr, #header li a:hover {
	color: White;
}

#wrapper{
width:900px;
background:url(background_3.gif) repeat-y; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
margin-top:0px;
background-color: #f7d463;
margin: 0 auto;
text-align: left;
 }


/* ----- NAVIGATION ----- */

#navigation {
width:200px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
background-color:#F7D463;
float:left;
}

#navigation ul {
	margin: 25px 0 0 18px;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 17px;
	
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation a {
	display: block;
	padding: 7px 7px;
	color: #9F1411;
	text-decoration: none;
}
#navigation a:hover, #navigation .curr {
	color: #F7D463;
	background-color: #CC5918;
}
/* ----- MAIN CONTENT ----- */

#content { 
margin-left:240px;
width:600px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
background-color:#F7D463;
margin-top:10px;
font-family: Georgia, serif;
font-size: 12px;
line-height: 22px;
}
#content a{
	color: #9F1411;
}
#content h2 {
	font-weight: normal;
	color: #9F1411;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 4px;
}
#content h3 {
	font-weight: normal;
	color:#cc5918;
	font-size: 16px;
	padding: 5px 0;
	margin: 5px 0;
}
#content h4 {
	font-weight: normal;
	color: #9F1411;
	font-size: 15px;
	font-style: italic;
	text-transform: lowercase;
	margin-bottom: 5px;
}
#content p {
	margin: 5px 0;
}



/* ----- FOOTER ----- */

#footer { 
margin-top:0px;
width:903px;
background-color:#9f1411;;
margin: 0 auto;
font-size: 11px;
font-family: Georgia, serif;
color: #F7D463;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

#concerti dt {
	color: #9F1411;
	font-size: 18px;
}
#concerti .date {
	color: #CC5918;
}
#concerti .descr {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #969453;
}