* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana;
	background-image: url(images/baseball.jpg);
	background-repeat: repeat;
}
a {
	outline: none;
}
h1 {
	color: #FFFFFF;
}
#container {
	width: 960px;
	margin: 0 auto;
}

/* header new */
#header {
	width: 960px;
	height: 143px;
	background-color: #FFFFFF;
	background-image: url(images/banner_03.gif);
	background-repeat: no-repeat; 
}
#nav {
	width: 960px;
	height: 41px;
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
}
h2 {
	color: #FFFFFF;
	font-size: 24px;
}
p {
	font-family: verdana;
	font-height: 15px;
	color: #FFFFFF;
}

#nav ul li {
	display: inline;
	text-indent: -9999px;
}
#nav ul li a {
	display: block;
	height: 41px;
	float: left;
}
#nav ul li#history a:link,
#nav ul li#history a:visited { 
	width: 117px;
	background-image: url(images/history.gif);
	background-repeat: no-repeat;
}

#nav ul li#field a:link,
#nav ul li#field  a:visited {
	width: 70px;
	background-image: url(images/field.gif);
	background-repeat: no-repeat;
}

#nav ul li#desegregation a:link,
#nav ul li#desegregation a:visited {
	width: 134px;
	background-image: url(images/desegregation.gif);
	background-repeat: no-repeat;
}

#nav ul li#negroleagues a:link,
#nav ul li#negroleagues a:visited {
	width: 163px;
	background-image: url(images/negro_league.gif);
	background-repeat: no-repeat;
}

#nav ul li#rules a:link,
#nav ul li#rules a:visited {
	width: 108px;
	background-image: url(images/rules.gif);
	background-repeat: no-repeat;
}

#nav ul li#links a:link,
#nav ul li#links a:visited {
	width: 92px;
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
}
#main {
	background-image: url(images/alnl.gif);
	background-color: #336666;
}
#sidepanal {
	background-color: #3399CC;
	width: 300px;
	height: auto;
	color: #FFFFFF;
	float: left;
}
.sidepanh2 {
	font-size: 15px;
	padding: 15px;
}