/* CSS Document */

body {
margin: 0;
padding: 0;
background-image:url(../img/basketball_bg.jpg);
background-position:left bottom;
background-repeat: no-repeat;
background-color:#CCCCCC;
}
p {
font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-top: 0;
margin-top: 0;
}
form {
margin: 0;
padding: 0;
}

#wrapper {
width: 100%;
float: left;
margin-right: -230px;
margin-top: 40px;
}

#content {
margin-right: 220px;
}

#main {
margin-left: 220px;

}

#main h1 {

border-bottom:dotted;
padding-right: 5em;
margin-right: 3em;
}


#main h2 {
font-style:italic;}

#main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content h1 {
	text-align: right;
	padding-right: 20px;
	color: #901602;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-variant: normal;
	text-transform: none;
}
#content h3 {
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-variant: normal;
	text-transform: none;
}


#content h2 {
	color: #901602;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-variant: normal;
	text-transform: none;
}

#content h2 a:link {
	color: #901602;
	text-decoration: none;
}
#content li a:link{
color:#000000
}

/*the left:10px; tells the browser to display 10 px from the left
the padding 70 px is from the top of the screen. */
#side1 {
width: 200px;
float: left;
padding: 0px 10px 0px 10px;
}

/*the right:10px: tells the browser to display 10 px from the right of the screen.
*/
#side2 {

width: 190px;
padding: 80px 10px 0px 10px;
border-left: 1px dotted #cccccc;
float:right;
/* background-image: url(img/sm_ball.jpg);
background-position: top right;
background-repeat: no-repeat; */
}


#footer {
clear: both;
/*border-top: 10px solid #cecece;*/
text-align:center;
}


#side2 h3 {
font: 110% Georgia, "Times New Roman", Times, serif;
margin: 0;
padding-bottom: 4px;
}
.adbox {
padding: 2px 4px 2px 6px;
margin: 0 0 10px 0;
border: 1px dotted #B1B1B1;
background-color: #999999;
}
#side1 h3 {
font: 110% Georgia, "Times New Roman", Times, serif;
color: #621313;
background-color: transparent;
margin: 0;
padding-bottom: 4px;
}
#side1 .txt {
width: 184px;
background-color: #FCF5F5;
border: 1px inset #901602;
}

#side1 ul {
list-style: none;
margin-left: 0;
padding-left: 0;
width: 184px;
}

#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#side1 a:link, #side1 a:visited {
text-decoration: none;
color: #901602;
background-color: transparent;
}

#side1 a:hover {
color: #621313;
}



