/*********************
Generic Styles
*********************/

body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px ;
	}
	
.picframer {
	float: right ;
	border: 2px solid #cccccc ;
	padding: 3px ;
	margin: 4px 0px 4px 4px ;
	}
	
.picframel {
	float: left ;
	border: 2px solid #cccccc ;
	padding: 3px ;
	margin: 4px 4px 4px 0px ;
	}
	
/*********************
Main Table Styles
*********************/

table.maintable {
	width: 700px ;
	}
	
td.lcol {
	width: 220px ;
	vertical-align: top ;
	}
	
td.rcol {
	width: 480px ;
	vertical-align: top ;
	}

/*********************
NavBar Styles
*********************/

.navbar { 
	padding: 0px ;
	background: url(images/nav_bg.gif) repeat-y ;
	background-repeat:repeat-y ;
	}

.navbar h1 {
	background: url(images/nav_header.gif) no-repeat ;
	height: 54px ;
	}

.navbar h1 span {
	display: none ;
	}

/*********************
Right Column Styles
*********************/

#rightcol {
	width: 100% ;
	background: url(images/main_content_bg.gif) repeat-y ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px ;
	}
	
#rightcol h1.alonzo {
	background: url(images/main_content_alonzo.gif) no-repeat ;
	height: 61px ;
	}
	
#rightcol h1.calendar {
	background: url(images/main_content_calendar.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.bookus {
	background: url(images/main_content_bookus.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.contactus {
	background: url(images/main_content_contactus.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.faq {
	background: url(images/main_content_faq.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.feedback {
	background: url(images/main_content_feedback.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.songs {
	background: url(images/main_content_songs.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.photos {
	background: url(images/main_content_photos.gif) no-repeat ;
	height: 61px ;
	}

#rightcol h1.alonzo span, h1.calendar span, h1.bookus span, h1.contactus span, h1.faq span, h1.feedback span, h1.songs span, h1.photos span {
	display: none ;
	}

#rightcol h2 {
	padding: 10px 30px 10px 20px ;
	font-size: 14px ;
	}

#rightcol h3 {
	font-size: 14px ;
	font-weight: bold ;
	color: #D77F00 ;
	}

#rightcol ul h3  {
	font-size: 16px ;
	font-weight: bold ;
	padding-bottom: 0 ;
	margin-bottom: 0 ;
	color: #d77f00 ;
	}

#rightcol h4 {
	color: #578B00 ;
	font-size: 14px ;
	font-weight: bold ;
	padding: 0px 30px 0px 20px ;
	margin-bottom: 0px ;
	}
	
#rightcol h5 {
	font-size: 12px ;
	font-weight: bold ;
	color: #578B00 ;
	padding: 0px 30px 0px 20px ;
	margin-bottom: 0px ;
	}
	
#rightcol h6 {
	font-size: 10px ;
	color: #D77F00 ;
	padding: 0px 30px 0px 20px ;
	margin-top: 0px ;
	font-style: italic ;
	font-weight: normal ;
	}
	
#rightcol p {
	padding: 10px 30px 10px 20px ;
	text-align: justify ;
	}
	
#rightcol p.lesspad {
	padding: 0px 30px 0px 20px ;
	text-align: justify ;
	}

table.rightcol {
	margin: 10px 30px 10px 50px ;
	}

#rightcol .labels {
	color: #578B00 ;
	font-weight: bold ;
	}


/*********************
Calendar Table Styles
*********************/

#calendar {
	border: 1px solid #D77F00 ;
	width: 380px ;
	font-size: 12px ;
	margin-bottom: 7px ;
	}
	
#calendar td {
	padding: 3px 5px 3px 5px ;
	}

#calendar h2 {
	font-size: 14px ;
	font-weight: bold ;
	color: #578B00 ;
	margin: 1px 0px 1px 0px ;
	padding: 1px 0px 3px 0px ;
	}

#calendar h3 {
	font-size: 14px ;
	font-weight: bold ;
	color: #000000 ;
	margin: 1px 0px 1px 0px ;
	padding: 1px 0px 3px 0px ;
	}

#calendar td.botborder {
	border-bottom: 1px solid #D77F00 ;
	background: #ffffcc ;
	}

#calendar td.shade {
	background: #ffffcc ;
	}

#calendar a:active, a:visited, a:link {
	color: #578B00 ;
	text-decoration: none ;
	}

#calendar a:hover {
	color: #578B00 ;
	text-decoration: underline ;
	}

/*********************
Photo Styles
*********************/

#photocontainer {
	margin: 5px 5px 5px 15px ;
	text-align: center ;
	}

/*********************
Footer Styles
*********************/

#footer {
	width: 100% ;
	text-align: center ;
	font-size: 10px ;
	}
	
#footer a:active, a:visited, a:link {
	color: #666666 ;
	text-decoration: none ;
	}

#footer a:hover {
	color: #000000 ;
	text-decoration: underline ;
	}
	
#footer ul {
	list-style-type: none;
	}

#footer li {
	display: inline ;
	}

#footer h6 {
	font-size: 10px ;
	color: #666666 ;
	}