/* Showtime Party Band */
body{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #1a3e70;
	text-align: center;
	min-width: 800px;
}
* html body {
	text-align: left;
}/*	--------- */
	

#wrap {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	background: #FFF;
	border: 10px solid #FFF;
	border-top: 0px solid #FFF;
	 /*	--------- */
	
}
* html div.wrap {
	text-align: center;
}
#container {	
	width: 800px;
	background-color: #fff;
	/*border: 1px solid #000; --------- */	
}
#header {	
	width: 800px;	
	background: #fff;
	/* border: 1px solid #000;--------- */	
}
#header div.header-top-home{
	/*border: 1px solid #f00;--------- */
	background: url(../images/heading_blk.jpg) #fff left top no-repeat;
	height: 240px;
	width: 800px;
}

#header div.header-top{
	/*border: 1px solid #f00;--------- */
	background: url(../images/heading_216.jpg) #fff left top no-repeat;
	height: 216px;
	width: 800px;
}

/*--------- #header*/ div.header-menu{
	clear: both;
	width: 800px;
	height: 25px;
	background: url(../images/main-menu-bkg25.jpg) #000 left top repeat-x;
}
#main-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main-menu li {
	float: left;
	padding: 2px 20px 3px 20px;
	border-top:  2px solid #000;

}
#main-menu li a {
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;

}
#main-menu li.on-page {
	
	color: #4affe0;
	font-size: 10pt;
	font-weight: bold;
}
#main-menu li.on {
	background-color:  #36c;
	margin-top: 2px;
	padding: 0px 20px 3px 20px;
	border-top:  2px solid #000;
	color: #aee;
	font-size: 11pt;
	font-weight: bold;
}
#main-menu li a:hover {
	color: #4affe0;/*38ebfb*/
	text-decoration: underline;

}
#header div.header-sub-menu {
	clear: both;
	width: 800px;
	height: 21px;
	background: url(../images/main-menu-bkg25.jpg) #36c left top repeat-x;
}
#sub-menu {
	margin: 0px 0px 0px 30px;
	list-style: none;
}
#sub-menu li {
	float: left;
	padding: 1px 20px 2px 20px;

}
#sub-menu li.sub-on {
	color: #aee;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 20px 2px 20px;

}
#sub-menu li a{
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;

}
#sub-menu li a:hover{
	color: #38ebfb;
	text-decoration: underline;

}
#content {
	clear: both;/*--------- */
	background: #fff;
	padding: 0px;
	margin: 0px;
	/* border: 1px solid #0f0;--------- */
}
#content p{
	margin: 0px;
	padding: 3px 20px 3px 20px;
	/* border: 1px solid #0f0;--------- */
}
#content-about {
	clear: both;/*--------- */
	background:  url(../images/bkg_about2.jpg) #fff left bottom no-repeat;
	padding: 0px;
	margin: 0px;
	/*- border: 1px solid #0f0;-------- */
}
#content-about p{
	margin: 0px;
	padding: 10px 10px 0px 20px;
	/* border: 1px solid #0f0;--------- */
}
#content-demo {
	clear: both;/*--------- */
	background:  url(../images/bkg_demo.jpg) #fff left bottom no-repeat;
	padding: 0px;
	margin: 0px;
	/*- border: 1px solid #0f0;-------- */
}
ul.songlist{
	margin-left: 300px;
}
#content-contact {
	clear: both;/*--------- */
	background:  url(../images/bkg_contact.jpg) #fff left bottom no-repeat;
	padding: 0px;
	margin: 0px;
	/*- border: 1px solid #0f0;-------- */
}
div.middle-left {
	float: left;/*--------- */
	background: transparent;
	width: 380px;
	margin: 0px;
	padding: 0px;
	
	/*border: 1px solid #00f; --------- */
}
div.middle-right {
	float: right;/*--------- */
	width: 410px;
	padding: 0px;
	margin : 0px;
	/*border: 1px solid #00f; --------- */
}
#photo {
	width: 800px;
	margin: 0px;
	padding: 0px;
	
	}
#content div.two-col {
	width: 800px;
	margin: 0px;
	padding: 0px;
	
	}


#content div.full-width {
	padding: 20px;
	clear: both;
}

#content div.audio {
	padding: 20px 50px 20px 60px;
	clear: both;
}

ul.song-list{
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
ul.song-list li.shade1{
	margin-left: 20px;
	margin-right: 20px;
	background-color: #cfecf8;
	padding: 3px 0px 3px 10px;
}
ul.song-list li.shade2{
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	padding: 3px 0px 3px 10px;
}

ul.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.gallery li {
	float: left;
	padding: 7px 7px 7px 7px;
	border:  1px solid #ddd;

}



#bottom {
	clear: both;
	width: 800px;
	height: 7px;
}


.centered-box {
	margin: auto;

	width: 400px;

}

.spacer10 {
	clear: both;
	height: 10px;
}
.spacer20 {
	clear: both;
	height: 20px;
}
.spacer100 {
	clear: both;
	height: 100px;
}
.spacer150 {
	clear: both;
	height: 150px;
}
.spacer200 {
	clear: both;
	height: 200px;
}
.spacer250 {
	clear: both;
	height: 250px;
}
.spacer300 {
	clear: both;
	height: 300px;
}
.spacer {
	clear: both;
	height: 0px;
}
.spacer-border {
	border-bottom: 2px solid #822;	
	margin: 0px 20px 5px 20px;	
	clear: both;
	height: 15px;
}
.spacer-menu {
	clear: both;
	height: 0px;
}
