html, body
{
	margin: 0;
	padding: 0;
	font-size : 8pt;
	font-family : Verdana, Geneva, sans-serif;
	color: #BCAB88;
        background-color: #000000;
        margin-bottom: 100px;
}

body.home
{
	/*background-image: url(/img/home_page_v2.jpg);*/
	background-image: url(/img/home_page.jpg);
	background-repeat: no-repeat;
}

.invisible
{
	display: none;
}

#wrapper
{
        margin: 0 auto;
        text-align: left;
}

/********* TOP *********/
#top
{
        
	width: 781px; 
	height: 194px;
        float: left;
}
.top_news
{
	background: url(/img/top_new_8.gif);
}
.top_concerts
{
	background: url(/img/top_new_7.gif); 
}
.top_contact
{
	background: url(/img/top_new_9.gif); 
}
.top_bio_reviews
{
	background: url(/img/top_new_5.gif); 
}
.top_seehear
{
	background: url(/img/top_new_7.gif); 
}
.top_recordings
{
	background: url(/img/top_new_8.gif); 
}
.top_teaching
{
	background: url(/img/top_new_7.gif); 
}

.top_guestbook
{
	background: url(/img/top_new_9.gif); 
}

.top_extra
{
	background: url(/img/top4.gif); 
}
#top h1
{
        margin: 0px;
        padding: 0px;
	display: none;
}
/********* END TOP *******/


#outerbox
{
        width: 781px;
        padding: 0px;
	margin: 0px;
        margin-bottom: 10px;
	float: left;
	vertical-align: bottom;
}


/********** MENU *********/
#menu
{
        float: left;
	padding: 0px;
	width: 259px;
	margin-top: 60px;
	vertical-align: bottom;
}

#menu_home
{
	float: left;
	padding: 0px;
	width: 259px;
	margin-top: 350px;
	padding-bottom: 100px;
	vertical-align: bottom;
	border-top: 1px solid #3E3D39;
}

/********** END MENU ********/


#submenu ul
{
	list-style: none;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 14px;
	text-align: right;
}

#maincontent
{
        padding: 9px;
	padding-top: 0;
	margin: 0;
        width: 502px;
	/*margin-left: 259px;*/
	border: 1px solid #2A271F;
	float: left;
}

#maincontent #title
{
	width: 502px;
	height: 57px;
	margin: 0;
	padding: 0;
	background-position: top left;
        background-repeat:no-repeat;
	border-bottom: 1px solid #2A271F;
	text-align: right;
}

.news
{
	background: url(/img/title_news.gif);
}

.concerts
{
	background: url(/img/title_concerts.gif);
}

.contact
{
	background: url(/img/title_contact.gif);
}

.bio_reviews
{
	background: url(/img/title_bio_reviews.gif);
}

.seehear
{
	background: url(/img/title_seehear.gif);
}

.recordings
{
	background: url(/img/title_recordings.gif);
}

.teaching
{
	background: url(/img/title_teaching.gif);
}

.guestbook
{
	background: url(/img/title_guestbook.gif);
}

.extra
{
	background: url(/img/title_extra.gif);
}

h2
{
	margin: 0px;
        padding: 0px;
	display: none;
}

li
{
	line-height: 18px;
}

/***** white background styles ****/
div.white_bg
{
	background: #FFFFFF;
	color: #000000;
	padding: 2px;
}

.white_bg h3, .white_bg h4
{
	color: #000000;
}

.white_bg .caption
{
	color: #F3E1BB;
}


/***** footer *******/

#footer
{
        font-size: 7pt;
        width: 502px;
	margin-left: 259px;
        clear: both;
        margin-bottom: 100px;
	text-align: center;
	text-transform: lowercase;
	color: #554D3E;
}

#footer_home
{
        font-size: 7pt;
        width: 502px;
	/*margin-left: 265px;*/
	margin-left: 195px;
        clear: both;
        margin-bottom: 100px;
	text-align: center;
	text-transform: lowercase;
	color: #554D3E;
}

#extra
{
	text-transform: uppercase;
}

.diary
{
	padding: 0;
	margin: 0;
	width: 500px;
}
.diary td
{
	padding: 2px;
	vertical-align: top;
}
.diary_date
{
	width: 100px;
}
.diary_loc
{
	width: 120px;
}


.rep
{
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
}

.rep li
{
	padding-bottom: 2px;
}

.rep_comp
{
        float: left;
}

.rep_title
{
	margin-left: 140px;
        font-style: italic;
}

.rep_int
{
	margin-left: 70px;
}

/*********** GENERAL STYLES **********/
h3
{
        color: #F3E1BB;
        font-size: 14pt;
        font-family: Arial, Geneva, sans-serif;
        font-weight: normal;
        margin: 0;
        margin-top: 15px;
        padding: 0;
	border-bottom: 1px solid #2A271F;
}

h4
{
        color: #E0CBA0;
        font-size: 8pt;
        font-weight: bold;
        margin: 0;
        margin-top: 8px;
	padding: 0;
	padding-top: 7px;
	text-transform: uppercase;
	border-bottom: 1px solid #2A271F;
}

h5
{
	color: #E0CBA0;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 3px;
}

hr
{
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #F3E1BB;
}

p
{
        padding: 0;
        margin: 0;
        margin-top: 6px;
        margin-bottom: 8px;
}

a
{
        color: #C73418;
        font-weight: normal;
        text-decoration: underline;
}

a:hover
{
        text-decoration: underline;
	color: #E0CBA0;
}

div.guestbook_entry
{
	width: 450px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #2A271F;
}

div.img
{
        background: #2A271F;
        text-align: right;
        float: right;
        margin-top: 3px;
        padding: 0px;
        margin-left: 5px;
        border: 1px solid #6E1D0F;
}

div.img_extra
{
        background: #2A271F;
        text-align: center;
        margin-top: 10px;
        padding: 0px;
        margin-left: 5px;
        border: 1px solid #6E1D0F;
	margin-bottom: 50px;
}

div.img_gallery
{
        background: #2A271F;
        text-align: center;
        margin-top: 10px;
        padding: 0px;
        border: 1px solid #6E1D0F;
	margin-bottom: 50px;
	float: left;
	margin: 15px;
}

#maincontent img
{
        margin: 0;
        float: left;
	border-bottom: 1px solid #6E1D0F;
}

.caption
{
        clear: left;
        font-size: 8pt;
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 2px;
}

