/* BODY */
body { font-family:'Open Sans', Tahoma, Helvetica, sans-serif; background: cornsilk; color:#777; font-size:0.875em; line-height:1.6; padding:5px;}

/* HEADINGS */
h1, h2, h3, h4, h5, h6, h7 { font-family:'Average Sans', Tahoma, Helvetica, sans-serif; color:#444; line-height:1.2; margin:20px 20px 20px; }
h1 { font-size:3em; } 
h2 { font-size:2em; } 
h3 { font-size:1.5em; } 
h4 { font-size:1.3em; } 
h5 { font-size:1.2em; } 
h6 { font-size:1.0em; }


p {margin: 5px 30px 5px ;}

/*
table {text-align: center; border-style: solid;}
tr td {border-style: solid;}
*/


#header {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #85d1fc;
	border-radius: 18px;
	box-shadow: 6px 6px 10px hsla(300,15%,25%,0.3) inset;
}


#main {
width: 100%;
height: auto;
padding: 0px;
#background-color: yellow;
#background: url(img/web/acoustic-passion_bg_web.jpg) no-repeat;
#background-size: 100%;
}

#content {

width: 50%;
height: auto;
padding: 15px;
background-color: white;
text-align: left;

}

#footer {

	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #85d1fc;
	border-radius: 18px;
	box-shadow: 6px 6px 10px hsla(300,15%,25%,0.3) inset;
}


#linkbox_header {

width: auto;
height: auto;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 15px;
margin: 5px 10px 5px;
background-color: #a4ddfe;
float: right;
text-align: right;

}

#linkbox_content {


width: auto;
height: auto;
#background-color: white;
text-align: right;
}


#bgimage {
position: relative;
margin: 2px;
width: 100%;
height: 100%;
background: url(img/web/acoustic-passion_bg_web.jpg) no-repeat;
background-size: 100% auto;
z-index: 2;
}


