/*This is cascading style sheet for Choices Basketball Association Inc*/
body{
background-image:url('../images/royal_blue.jpg');
font-family:"Baskerville Old Face","Times New Roman", "Courier New", Arial, Helvetica; color:rgb(0,0,0); font-size:1.1em;
}

#container{
position:absolute; left:15%; top:1%; width:850px; margin:auto; height:920px; border:0.2em solid black;
background-image:url('../images/baby_blue.jpg'); border-radius: 1.5em;
}

#banner{
position:relative; width:100%; height:29.9%;

}
#galPic
{
width:100%; height:100%;
}

#scholPic
{
width:100%; height:100%;
}

.bann{
     width:50%; height:50%;
}
#thbg1{
position:relative; left:35%; top:1%; 
}
#thbg2{
position:absolute; left:20%; top:1%; width:55%; 
}
#thbg3{
position:absolute; left:20%; top:1%; width:55%; 
}

#main{
position:relative; left:0%; top:1%; width:100%; height:60.5%; 
}

#footer{
position:relative; left:0%; top:1%; width:100%; height:12%; border: .1em solid black;
border-bottom-right-radius:1.5em;border-bottom-left-radius:1.5em;
background-image:url('../images/baby_grey1.jpg');
}

#choices{
text-align:center;font-size:2em;padding-top:-8.3em;
}

#pCent{
  position:relative; left:10%; top:3%; width:80%; height:33.5%; border: .0em solid black; text-transform:capitalize;
  background-image:url('../images/headImg2.jpg'); border-radius: 5em;
}

#pCent1{
  position:absolute; left:42%; top:0%; width:40%; z-index:0; 
}

#pCent2{
  position:absolute; left:0%; top:1%;
}


#logo{
     width:40%; height:40%;
}

#Blogo{
     position:absolute; left:0%; top:1%; width:18%; height:100%;
}

#ball{
     width:4%; height:4%;
}

hr{
position:absolute; left:10%; top:90%; width:80%; height:0.5em; border: .1em solid black;background-color:#666600;
}
a:link{text-decoration: none;}
a:link{color:#654321;}/* Unvisited links */
a:visited{color:rgb(0,0,0);} /* Visited links */
a:hover{background:rgb(0,0,0); color:white; text-decoration:none;} /* Hovered links */
a:active{background:#000000; color:brown;} /* Active links */


p:first-letter {
font-size:1.7em;
}

#galImg{
width:50%; height:50%;
}




