/* Copright Sahil Pension webmaster: Egemen SARICA http://www.egemensarica.com/ */

body {
color: #ffffff;
background: #33291c url("http://www.sahilpension.com/images/bg.jpg") -184px top repeat-x;
font: 95%/1.125em Georgia, sans-serif;
text-align: center;}

a { color: #9bc5b7;
font-style: italic;
}

#basic-accordian{
 text-align: center;
	border:1px solid #446941;
	width:450px;
	z-index:2;
}
.accordion_headings{
	padding:3px;
	background:#1e2f1d;
	color:#e6d3b6;
	border-top:1px solid #446941;
	cursor:pointer;
	font-size: .80em; 
}
.accordion_headings:hover{
	background:#1a2819;
	color: #f6eee2;
}
.accordion_child{
	padding:15px;
}
.header_highlight{
	background:#446941;
}