* { 
	margin:0; 
	padding: 0; 
}
* html body * { 
	overflow: visible; 
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
html * { 
	font-size: 100.01%;
}
body {
    font-size: 100.01%; 
	text-align: center; /* centering layout in  IE6 */
    background: #dfd5ba;
	font-family: 'Trebuchet MS', Arial, Verdana,  Helvetica, sans-serif;
    font-size: 12px; 
    color: #2b1809;
	
}

textarea, pre, tt, code {
	font-family: Arial, Verdana, 'Trebuchet MS';  	
  }

h1,h2,h3,h4,h5,h6 { 
  	font-family: 'Trebuchet MS', tahoma, arial, verdana,"times new roman",times,serif; 
  	font-weight:bold; 
  	color:#3f352b;
  	margin: 0 0 7px 0; 
}

h1 { font-size: 20px; }                       
h2 { font-size: 18px; }         
h3 { font-size: 16px; }                       
h4 { font-size: 14px; }                    
h5 { font-size: 14px; }                     
h6 { font-size: 12px; font-style:italic; }  

#header h1 {
    line-height:24px;
    color:#000;
}
#col2_title {
	font-size: 20px;
	font-weight: bold;
	color: #3F352B;
	padding: 2px 0 0 24px;
}
p { 
	line-height: 1.5em; 
	margin: 0 0 10px 0; 
}
ul, ol, dl { 
	line-height: 1.5em; 
	margin: 0 0 1em 1em;
}
li { 
	margin-left: 1.5em;
	line-height: 1.5em; 
}

dt { 
	font-weight: bold;
}
dd { 
	margin: 0 0 1em 2em;
}

option { padding-left: 0.4em; }
/*  text formatting */
blockquote { 
	margin: 0 0 1em 1.5em; 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}
em { 
	font-style: italic; 
}

pre, code { 
	font-family: monospace; 
	font-size: 10px; 
}

acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
}
fieldset, img { 
	border: 0 solid; 
}

 /* External Links  */
a {
	color: #2B1809; 
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #2B1809; 
	text-decoration: underline;
}
  
#topnav a { 
	color: #2b1809; 
	font-weight: normal; 
	background: transparent; 
	text-decoration: none; 
	font-size: 11px;
}
#topnav a:focus, #topnav a:hover, #topnav a:active { 
	text-decoration: underline; 
	background-color: transparent;
}
  
#footer a { 
	color: #999; 
	background: transparent; 
	font-weight: bold;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #4D87C7; 
	background-color: transparent; 
	text-decoration: underline;
}
/* Tables    */

table { 
	width: auto; 
	border-collapse: collapse; 
	margin-bottom: 0.5em; 
}
table.full { 
	width: 100%; 
}
table.fixed { 
	table-layout: fixed; 
}

th,td { 
	padding: 0.5em; 
}
thead th { 
	background: #444; 
	color: #fff;
}
tbody th { 
	background: #ccc; 
	color: #333; 
}
  
hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
}

 /* (en) clearfix method for clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear{
	clear:both;
}

/* (en) essential for Safari browser !! */
.clearfix { display: block; }

/* (en) overflow method for clearing floats */
.floatbox { overflow:hidden; }

/* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
#ie_clearing { display: none; }

/* (en) classes for invisible elements in the base layout - skip links and hidden content */
.skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}
/* (en) make skip links visible when using tab navigation */
.skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
}

 /*------------------------------------------------------------------------------------------------------*/

#page_margins { 
	text-align:left; 
	margin: 0 auto; 
	width: 900px; 
	background:  url(../images/test_bg9.jpg) 0 150px  repeat-y;
}
#page{ 
	
}

/* Main layout elements */

#header, #nav, #main, #footer { clear:both; }
#header {
	position:relative;
    color: #000;
    background: url("../images/banner_decor.jpg") no-repeat;
    height:130px;
}

#topnav { 
	color: #aaa; 
	background: transparent; 
	text-align: right;
}
/* Absolute positioning only within #header */
#header #topnav {
    position:absolute;
    top: 10px;
    right: 10px;
}
#header_content{
	float:left;
	width:100%;
}
#header_content img{
	float:left; margin-right:10px;
}

/* Main navigation */
#nav ul { 
	/*margin-left: 20px; */
}
#nav_main { 
	/*background-color: #336; */
}

#main { 
	padding:10px 0; 
}

#footer { 
	margin-top: 10px;
    padding: 10px 20px;
	text-align: center;
	border-top: 1px solid #F3E7CF;
}

/*------------------------------------------------------------------------------------------------------*/

 /**
Formatting content container
   * |-------------------------|
   * | #header                  |
   * |-------------------------|
   * | #col1   | #col2     | 
   * | 250px     | 470px | 
   * |-------------------------|
   * | #footer                 |
   * |-------------------------|
   */

#col1_content, #col2_content{ position:relative; }
#col1 { 
	float: left; width: 300px;
	margin: 0;
	/*background: #fee;*/
}
.two_columns_col1{
}

#col1_content { 
	padding: 10px 10px 10px 15px; 
}

#col2 { 
	width: 600px; 
	float: left; 
	margin: 0;
	/*background: #efe;*/
}
.two_columns_col2{
	width:705px!important;
}
#col2_content { 
	padding: 10px 20px 10px 10px; 
}

.pian {
	background: transparent url(../images/frame_pian.jpg) top left no-repeat;
	padding: 13px 12px 14px 12px;
}
#left_picture img{
	/*background: transparent url(../images/frame_left_picture.jpg) top left no-repeat;*/
	background: transparent url(../images/music6.png) top left no-repeat;
	padding: 13px 12px 14px 12px;
}
#picture_thumbs {
	margin-top: 15px;
}
#picture_thumbs .small_pic {
	margin-right: 10px;
}
#picture_thumbs img {
	background: transparent url(../images/thumb_bg.jpg) top left no-repeat;
	padding: 5px 6px 6px 5px;
	margin-bottom: 4px;
}
#lyrics {
	/*background: transparent url(../images/frame_left_picture1.jpg) top left no-repeat;*/
	background: transparent url(../images/music6.png) top left no-repeat;
	padding: 13px 12px 14px 12px;
	float: left;
	margin-right: 25px;
}
#lyrics p {
	width: 225px;
	height: 290px;
	overflow: hidden;
}
#pagination_links {
	margin-right:20px;
	text-align:right;
}
#lightbox-container-image-box , #lightbox-container-image-data-box {
	/*background: #dfd5ba;*/
}

#jquery-lightbox {
	top: 10px!important;
}

#intermedieri {
	background: #DBE1EB url(../images/body_bg.gif) repeat-x scroll left top;
}

#intermedieri #header{
	background: #1a2356;
	height: 166px;
	margin-top: 28px;
}
#intermedieri h1, #intermedieri h2, #intermedieri h3, #intermedieri h4{
	color: #1A2356;
}
#intermedieri #page_margins {
	background: #fff;
}
#intermedieri #main {
	
}
#intermedieri #topnav {
	top:0;
	margin-top: -20px;
}
#intermedieri #topnav a, #intermedieri #topnav a:hover {
	color: #fff;
}
.tx-powermail-pi1 legend {
	display: none;
}
.tx-powermail-pi1 label {
	display: block;
	width: 120px;
}
.tx-powermail-pi1 input {
	width: 240px;
	border: 1px solid #F3E7CF;
	padding: 2px;
}
.tx-powermail-pi1 textarea{
	width: 330px;
	height: 100px;
	border: 1px solid #F3E7CF;
	padding: 2px;
}
.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
}
.tx-powermail-pi1 .powermail_submit {
	width: auto;
	background: #F3E7CF;
	padding: 3px;
}
embed {
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}