/* Global Styles */

@import url(reset-min.css);
body
{ background: #231F20 url("images/instrument_bg.png") no-repeat top left; }
#container
{ margin: 0 0; width: 800px; }

/* Header Styles */

#header
{ width: 100%; height: 152px; background: url("images/header2.png") no-repeat top left; position: relative; }

#header h1 a
{ display: block; position: absolute; width: 136px; height: 137px; top: 15px; left: 646px; text-indent: -5000px; }

#home, #booking, #contact, #schedule, #photo, #cds
{ position: absolute; text-indent: -5000px; display: block; }

#home
{ top: 65px; left: 105px; width: 47px; height: 23px; }

#booking
{ top: 43px; left: 318px; width: 120px; height: 24px; }

#contact
{ top: 86px; left: 231px; width: 119px; height: 23px; }

#schedule
{ top: 21px; left: 145px; width: 119px; height: 24px; }

#photo
{ top: 65px; left: 492px; width: 86px; height: 24px; }

#cds
{ top: 21px; left: 24px; width: 88px; height: 24px; }

.bio
{ color: #fff; font-family: helvetica, arial, sans-serif; font-size: 14px; width: 315px; float: left; position: relative; margin-right: 20px; margin-bottom: 20px; }
.bio img
{ position: absolute; top: 0; right: 0; }
.bio h2
{ font-size: 18px; border-bottom: 2px solid #cea681; padding-bottom: 3px; }
.bio span
{ color: #f00; }
.bio p
{ padding-right: 65px; padding-top: 3px; }
.clearing
{ display: block; width: 100%; clear: both; }
#content
{ padding-left: 130px; }