@charset "UTF-8";
body  {
	margin: 0;
	background-color: #180203;
	background-image: url(images/grungeBKGD_NEW.jpg);
	background-repeat: no-repeat;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #333333;
	line-height: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/ContentBKGDFinal.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 660px;
} 
#header {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 250px;
	height: 75px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 25px;
} 
#footer {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* -----------------------------Nav Elements Start Here----------------------------- */
#navigationbegin {
	width: 554px;
	height: 60px;
	padding:0;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}	

	ul#navigation{
	list-style: none;
	font-size:1px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 60px;/*nescape pc*/
	overflow:hidden;
	list-style: none;
	}

	ul#navigation li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

	ul#navigation a{
	cursor: default;
	float: left;
	overflow: hidden;
	height: 60px !important;
	height /**/:32px /* for IE/Win only */;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

	#navigation a:link,#navigation a:visited{
	background-position: 0 0px;
	display: block;
	}

	#navigation a:hover{
	background-position: 0 -60px;
	display: block;
	}
	

	li#nav1 a{
	width: 69px;
	background-image: url(images/btn_homeFinal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

	li#nav2 a{
	width: 102px;
	background: url(images/btn_karaokeFinal.gif) top left no-repeat;
	}

	li#nav3 a{
	width: 100px;
	background-image: url(images/btn_djFinal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

	li#nav4 a{
	width: 85px;
	background-image: url(images/btn_calendarFinal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	li#nav5 a{
	width: 57px;
	background-image: url(images/btn_biosFinal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

	li#nav6 a{
	width: 137px;
	background-image: url(images/btn_bookingFinal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
/* -----------------------------Nav Elements end Here----------------------------- */	
	
#topheader {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 250px;
}

/* -------------------------------H1 Tags Start Here------------------------------- */

h1 {
	font-size:1px;
	/*margin-top: 20px;*/
	overflow:hidden;
	padding-top:50px;/*height of image*/
	height: 0px !important;
	height /**/:50px; /* for IE/Win only */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

h1#welcome {
	padding-top: 50px;
	background-image: url(images/h1_welcome.gif);
	background-repeat: no-repeat;
}



h1#bios {
	padding-top: 50px;
	background-image: url(images/h1_bio.gif);
	background-repeat: no-repeat;
}

h1#book {
	padding-top: 50px;
	background-image: url(images/h1_book.gif);
	background-repeat: no-repeat;
}

h1#djs {
	padding-top: 50px;
	background-image: url(images/h1_dj.gif);
	background-repeat: no-repeat;
}

h1#karaoke {
	padding-top: 50px;
	background-image: url(images/h1_karaoke.gif);
	background-repeat: no-repeat;
}

/* --------------------------------H1 Tags End Here-------------------------------- */

.BodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #191919;
}
#footerleft {
	width: 390px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-left: 10px;
}
#footerright {
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

.FooterText a {
	text-decoration: none;
	color:  #FFFFFF;
	font-weight: bold;
	}
.FooterText a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	} 
.BoldBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #333;
}
