/* Jonny Ramirez CSS */
/* Written by Grand Slam Interactive */

HTML { 
	margin: 0; 
	padding: 0; 
}

body { 
	background:#000 url(/images/bg.jpg); /*000000*/
	margin: 0px ;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
 }


h1 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

h2 {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

h3 {
	border: 0px;
	font-size: 11px;
}

b, strong {
	color: #333333;
}


p {
	border: 0px;
	font-size: 11px;
}

a {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}


.nav {
	text-indent: 5px;
	margin: 3px;
	font-size: 11px;
	font-weight: bold;
}

.nav a {
	color: #FFCC00;
	text-decoration: none;
}

.nav a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* DIV SECTIONS */

#container {
	width:950px;
	margin: 0em auto;	
	text-align:left;
	border: 6px solid #FFFFFF;
}

#banner {
	position:relative;
	width:950px;
	z-index:1;
	background: #000000;
	background-image:  url(http://www.badboybroadcast.com/jonny/images/background-header.gif);
	layer-background-image:  url(http://www.badboybroadcast.com/jonny/images/background-header.gif);
	background-position:right;
	background-repeat:repeat;
	background-color: #000000;
	layer-background-color: #000000;
}

#nav {
 	position:relative; 
	width:950px; 
	height:20px; 
	z-index:1; 
	background: #333333;
	border: 1px solid #000000;
}

#panels {
 	position:relative; 
	width:950px; 
	z-index:1; 
	border: 1px none #333333; 
	
	/*background-image: url(images/swoosh.gif); 
	layer-background-image: url(images/swoosh.gif); */
	background-position:bottom center; 
	background-repeat:no-repeat; 
	background-color: #000000;
	layer-background-color: #000000;
        color: #FFFFFF;
}

#footer {
	position:relative;
	width:950px;
	height:16px;
	z-index:1;
	background: #333333;
	border: 1px solid #668187;
	left: 0px;
}

#footer p {
	margin-top: 2px;
	text-indent: 7px;
	vertical-align: bottom;
	font-size: 10px;
	color: #FFFFFF;
}

.whitediv {
	position:relative;
	width:950px;
	height:6px;
	z-index:1;
	background: #FFFFFF;
	font-size: 6px;
}

.whitediv2 {
	position:relative;
	left:-7px;
	top: 0px;
	width:640px;
	height:6px;
	z-index:1;
	text-align: right;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	font-size: 6px;
	float: left;
}

.whitediv3 {
	position:relative;
	left: 7px;
	top: -8px;
	width: 18px;
	height:6px;
	z-index:1;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	font-size: 6px;
	float: right;
}

/* TABLE SECTIONS */

.tblPanel {
	width: 100%;
	border-collapse: collapse;
	border: 0px
}

.tblPanel td {
	vertical-align: top;
	border: 1px solid #333333;
	padding: 6px
}

.tblPanel th {
	background: #FFFFFF;
}

.tblList {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

.tblList td {
	border: none;
	padding: 4px;
	font-size: 12px;
}

.tblList th {
	text-align: left;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: none;
}

.tblClips {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

.tblClips tr {
	text-align: center;
}

.tblClips td {
	border: none;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}

.tblClips th {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: none;
	text-align: left;
}

.tblFives {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

.tblFives td {
	border: none;
	padding: 2px;
	font-size: 12px;
}

#logo {	
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 2px
}

.image {
	margin-left: 6px;
}

