body{
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 100%; 
	max-height: 100%;
	background: black url(images/cassinovasound_top3.jpg) fixed no-repeat;
}
#framecontent{
	margin: 125px auto -1px auto;
	width: 825px; /*Width of frame div*/
	height: 100%;
	 /*overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	
	color: white;
}
#leftcontent{
    float:left;
    display:inline; /*required by IE6*/
    width:35px;
	padding-top:40px;
	height:500px;
	background:url(images/left_bg.png) no-repeat;
  /*  border:1px solid #999;
  /*  margin:0 3px 0 6px;*/
	
}
#maincontent{
    float:left;
    display:inline; /*required by IE6*/
    width:725px;
   /* border:1px solid #999;
    margin:0 6px 0 3px;  */
}


* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#menubar {
	width: 725px; 
	height: 35px;
	font-weight: bold;
	
	color:#FFF;
	padding-left:60px;
/*
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);					// second!
*/
}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
border-bottom: 3px solid purple; /*bottom border is 3px*/
}
#DJ{
	width: 787px; 
	height: 232px;
	margin: 0px auto -1px auto;
	background:no-repeat url(images/dj.png);  
}
#DJ hover {
		filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);	
	background:#000;
}
#weddings{
	/*position: absolute;
	top: 25;   
	left: 340px; */
	width: 787px; 
	height: 232px;
	margin: 10px auto -1px auto;
	/*padding: 20px;*/
	background:no-repeat url(images/Weddings.png); 
}

#karaoke{
	width: 787px; 
	height: 232px;
	margin: 10px auto -1px auto;
	/*padding: 20px;*/

	background:no-repeat url(images/karaoke.png); 
}
#bottom{
	width: 787px; 
	height: 232px;
	margin: 10px auto -1px auto;
	/*padding: 20px;*/

	background:no-repeat url(images/footer.png); 
}
#services{
	width: 787px; 
	height: 300px;
	margin: 0px auto -1px auto;
	background:no-repeat url(images/services_bg.png); 
}
#space{
	width: 787px; 
	margin: 0px auto -1px auto;
	height: 400px;
	 
}
#quote{
	width: 787px; 
	margin: 0px auto -1px auto;
}
#links{
	width: 787px; 
	height: 650px;
	margin: 0px auto -1px auto;
}
#links a{
		color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
}
#links a:hover{
	color:#306;
}
#thanks{
	width: 787px; 
	height: 400px;
	margin: 0px auto -1px auto;
	background:no-repeat url(images/thanks.png);
}
#calendar{
	width: 787px; 
	height: 500px;
	margin: 0px auto -1px auto;
	 
}
#song{
	position:absolute;
	
	top:2px;
	left:474px;
	width: 405px;
	height: 25px;
	 
}
#footer{
	width: 725px;
	height: 30px;
	padding:10px 2px 10px 45px;
	margin: 0px auto -1px auto;
	color:#333;
}
#footer a{
	color:#999;
	text-decoration:none;
}
.footertext{
	color:#323232;
	margin-left:15px;
	margin-right:15px;
}
.textbox{
	 position:inherit; 
	padding:80px 0px 0px 300px;  
	font:"Arial", Gadget, sans-serif;
	font-size:14px;
	width: 445px; 
	height: 115px;
/*	margin: 0px auto -1px auto;*/
	color:#FFF;
}
