/* Overall CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #464646 url(images/mainbg.jpg) repeat-x fixed 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4b4552;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 16px;
}

div {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

p {
	line-height: 21px;
	padding-bottom: 15px;
}

/* CSS For the Main Layouts */

#contentContainer {
	width: 800px;
	margin:0 auto;
	position: relative;
	top: 190px;
	text-align: center;	
	left: 0;
}

#header
{
	min-width: 800px; 
	width: 100%; 
	position: absolute;
	top: 25px;
	left: 0;
	height: 233px;
	text-align: center;
}

.center {
	text-align: center;
}

#menu {
	position:relative;
	top: 0;
	z-index: 1;
	font-size: 14px;
	height: 25px;
	margin:0 auto;
	left: 150px;
}
	  
#menu ul {
      margin:0;
      padding:1px 10px 0;
      list-style-type:none;
}
#menu li {
      float:left;
      background:url("images/tabLeft.gif") no-repeat left bottom;
      margin:0;
      padding: 0 1px 0 10px;
	  list-style-type:none;
	  
}
#menu a {
      float:left;
      display:block;
      width:.1em;
      background:url("images/tabRight.gif") no-repeat right bottom;
      padding: 2px 16px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
}
#menu > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover {
      color:#333;
      }
    #home #nav-home, #about #nav-about,
    #services #nav-services, #entertainers #nav-entertainers,
    #contact #nav-contact, #links #nav-links {
      background-position: left top;
	   padding: 0 1px 0 10px;
      }
     #home #nav-home a, #about #nav-about a,
    #services #nav-services a, #entertainers #nav-entertainers a,
    #contact #nav-contact a, #links #nav-links a {
      background-position: right top;
	 padding: 2px 16px 4px 6px;
      color:#333;
      }
    #menu li:hover, #header li:hover a {
      background-position: left top;
	  padding: 0 1px 0 10px;
      color:#333;
      }
    #menu li:hover a {
      background-position: right top;
	  padding: 2px 16px 4px 6px;
}
#footer {
	width: 800px;
 	background:url("images/bottomBg2.jpg") no-repeat;
	font-size: 11px;
	clear: both;
	margin: 0 0 266px -50px;
	text-align: center;
	height: 266px;
	display: block;
	z-index: 46;
	position: relative;
}
	
.topMain {
	z-index: 0;
	position: relative;
	top: 0;
	left: -50px;
	margin-bottom: -471px;
	height: 486px;
	display: block;
}

#text {
	z-index: 45;
	padding: 0 65px 0 50px;
	background:url("images/repBg.jpg") repeat-y;
	position: relative;
	top: 0;
	text-align: left;
}

#contentBar {
	float: right;
	width: 325px;
	padding: 0;
	top: 0;
	position: relative;
	text-align: left;
	z-index: 72;
}

#sidebar {
	float: left;
	width: 325px;
	text-align: center;
	top: 0;
	position: relative;
	z-index:72;
}

blockquote.withquote {
	color: #4e0473;
	font-size: 20px;
	line-height: 19px;
	padding-bottom: 20px;
	z-index: 45;
	position: relative;	
} 

#sidebar h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 17px;
	padding: 15px 0 0 12px;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	padding: 0 0 10px 12px;
}

#sidebar p {
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	padding: 0 0 10px 12px;
}

#sidebar img {
	border: 0px;
	padding: 10px;
}

#sidebar ul {
	text-align: left;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 8px;
	padding-top: 15px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 8px;
	padding-top: 15px;
}
h3 {
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 8px;
	padding-top: 15px;
}
ul {
	padding-left: 50px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
