body {
	background:#000 url(../images/bg_bball.jpg) no-repeat top left; 
	margin:0; 
	padding:0; 
	color:#fefefe; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
}
a img {
	border:0;
	margin:0;
}


/* ---- FONTS ---- */
input {color:#666; font-size:11px; letter-spacing:.1em;}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	text-transform:uppercase;
}
h1 {
	font-size:18px;
	margin: 0;
	padding: 10px 0;
}
h6 {
	color:#fc9003;
	font-size:10px;
	margin: 15px 0 0 0;
	padding: 2px 0;
}


p {
	line-height:1.6;
	margin:15px 0 20px 0;
	color:#fefefe;
}
a:link,  a:visited {
	color:#fefefe;
	text-decoration:underline;
}
a:hover {
	background-color:#7f4902; 
}

div.hr {
	background:url(../images/dotted.gif) repeat-x center left;
	height:20px;
	width:100%;
	
}
div.hr hr {display: none}


/* ---- CONTENT ---- */
#wrapper {
	width:780px;
	margin:0 0 0 20px;
}
.header {}
.leftside {
	width:262px;
	float:left;

}
.rightside {
	width:488px;
	margin:0 0 0 30px;
	float:right;

}


/* ---- FOOTER ---- */

.footer {
	margin:30px 0 50px 0;
	font-size:11px;
}

.footer table tr td {
	padding:8px 0 4px 0;
	font-size:11px;
}


/* ---- REGISTER ---- */
.registerform {
	font-size:12px;
	line-height:2.0;
	color:#fc9003;
	font-weight:bold;
}