/*This is cascading style sheet for Choices Basketball Association Inc*/
@media{
body{
background-image:url('../images/royal_blue.jpg');
font-family:"Baskerville Old Face","Times New Roman", "Courier New", Arial, Helvetica; color:#000000; font-size:0.5em;
overflow-x: auto;
overflow-y: scroll;
}
#container{
position:absolute; left:1%; top:1%; width:98%; height:110%; border:0.1em solid black;
background-image:url('../images/baby_blue.jpg'); border-radius: 1.5em;
}

#banner{
position:relative; left:0%; top:0%; width:100%; height:15%; border:0em solid black;
}

#galPic
{
width:100%; height:100%;
}

#scholPic
{
width:100%; height:100%;
}

#thbg1{
position:relative; left:8%; top:10%; 
}
#thbg2{
position:absolute; left:20%; top:1%; width:55%; 
}
#thbg3{
position:absolute; left:20%; top:1%; width:55%; 
}

#choices{
text-align:center;font-size:1.9em;padding-top:-8.3em;
}

#main{
position:relative; left:0%; top:1%; width:100%; height:60.5%; 
overflow-x: auto;
overflow: scroll;
}

#footer{
position:relative; left:0%; top:1%; width:100%; height:13%; border: .1em solid black;
border-bottom-right-radius:1.5em;border-bottom-left-radius:1.5em;
background-image:url('../images/baby_grey1.jpg');
}

#pCent{
  position:relative; left:1%; top:1%; width:90%; height:30%; border: .0em solid black; 
   background-image:url('../images/headImgM.jpg'); border-radius: 1em;
}

#Blogo{
     position:absolute; left:0%; top:1%; width:18%; height:100%;
}

hr{
position:absolute; left:10%; top:89%; 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%;
}

}


