@charset "utf-8";
/* CSS Document */

/* GENERAL TAGS */
body {
margin: 0px;
padding: 0px;
background-image:url(images/bg_img.jpg);
background-repeat: no-repeat;
background-position: right top;
}

div {
padding: 0px;
margin: 0px;
}

a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}
a:active {
}

/* BACKGROUND STYLE */
#yellowbar {
width: 100%;
height: 82px;
background-color: #fcd901;
top: 53px;
border-bottom: solid 15px #000;
position: absolute;
z-index: 0;
}

/* BODY PARTS */ 

#header {
height: 150px;
background-image:url(images/header.gif);
background-repeat: no-repeat;
}

#header2 {
height: 28px;
background-image:url(images/header2.gif);
background-repeat: no-repeat;
}

/* NAVIGATION */

#nav {

}
#navTop {
height: 25px;
background-image:url(images/topnav.gif);
background-repeat: no-repeat;
margin-left: 33px;
}
#navLinks {
background-color: #000000;
height:auto;
width: 158px;
margin-left: 33px;
}
#navLinks ul {
margin: 0px;
padding: 0px;
}
#navLinks li {
list-style: none;
color: #FFF;
padding: 10px;
background-image: url(images/link_noH.gif);
background-position: right;
background-repeat: no-repeat;
border-right: solid 2px #000;
border-left: solid 2px #000;
}
#navLinks li:hover {
list-style: none;
color: #000;
padding: 10px;
background-color: #7cc14d;
background-repeat: no-repeat;
background-image: url(images/link_H.gif);
background-position: right;
border-right: solid 2px #000;
border-left: solid 2px #000;
}
#navLinks li a{
list-style: none;
color: #FFF;
font-weight: bold;
}
#navLinks li:hover a{
list-style: none;
color: #000;
font-weight: bold;
}
#navBottom {
height: 14px;
background-image:url(images/bottomnav.gif);
background-repeat: no-repeat;
margin-left: 33px;
}
.special {
margin-left: 10px;
font-size: 11px;
}
#button {
margin: 10px 0px 10px 33px;
}
#content {
  width: 40em;
}

/* FOOTER */
#footerTop {
height: 190px;
background-image:url(images/footerPlayers.gif);
background-repeat: no-repeat;
}

#footerContent {
background-color:#000000;
height:130px;
left:38px;
width:724px;
color: #FFFFFF;
font-size: 12px;
}

#footerContent li{
list-style: none;
padding-bottom:5px;
}

#footerContent a{
color: #FFFFFF;
}

.ft_center {
position: absolute;
left: 280px;
width: 76%;
}

.ft_li1 {
position: absolute; 
left: 18px; 
width: 140px;
}
.ft_li2 {
position: absolute;
left: 152px;
width: 140px;
}
.ft_right {
position: absolute;
left: 480px;
background-image:url(images/footer_logo.jpg);
background-position:right top;
background-repeat:no-repeat;
width:230px;
}

/* Programs */
ul#require li {
list-style: disc;
list-style-position: inside;
}

/* Team */

#img {
font-weight: bold;
text-align: center;
width: 135px;
}

/* Album */
#album {
display: inline;
margin: 5px;
border: 0;
}
#content table {
width: 500px;
margin-left: 15px;
}