.custom #content_box {background:none;}

/* Body and Background */
body.custom {
background: #666666 none scroll right top;
background-image:url(i/bg.png);
background-repeat:repeat-x;
}

/* Content Container */
.custom #container {
margin-top: 0em;
margin-bottom: 0em;
padding: 0.0em;
background: #ffffff;
border: 0.3em solid #333333;
}

.custom #header #logo a { display: block; height: 155px; width: 882px; background: url('images/9ballerheader_01.jpg') no-repeat; outline: none; }
.custom #header #logo  { display: block; height: 155px; width: 1099px;
	background: url('images/cues9ballerheader2_03.jpg') repeat;
	float:left;
	padding: 0px 0px 0px 0px;
}
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }



ul.domtabs li.active {background:#000000;}		/* Active tab background color */
ul.domtabs li:active a {color:#ffffff;}		/* Active tab font color */
ul.domtabs li {background:#888888;}			/* Inactive tabs background color */
ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#000000;}			/* Tabs border color */
.domtab div {border:1px solid #000000;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}						/* Box background color */

ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1px;
	padding:0.5em;
	clear:both;
	}