/* CSS Document */

body {
background-color: #9fabc3;
width: 760px;
border: 1px solid black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 78%;
margin: 0 auto;
text-align: center;
}
#wrapper {
text-align: left;
background-color: white;
}
#banner {
background-image: url(Images/lol-logo.gif);
height: 85px;
background-repeat: no-repeat;
background-position: center;

}
#content {
border-top: 20px solid #039;
background-color: white;
background-image:url(Images/page_bg.gif);

}
#content_left {
float: left;
width: 165px;
background-color: #039;

}
#content_right {
padding-top: 10px;
margin-left: 190px;
margin-right: 15px;
margin-top: 10px;
background-color: white;
}
/* Navigation bar styling */
#navcontainer { width: 165px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
border-top: 1px solid #eee;
}

#navcontainer a
{
display: block;
padding: 6px 3px;
width: 160px;
background-color: #03c;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #930;
color: #fff;
}
#footer {
border-top: 2px solid #039;
font-size: 90%;
color: #666666;
text-align: center;
padding-top: 5px;
height: 25px;
}
p, h1, h2 {
margin-left: 5px;
}
p, ul li {
font-size: 1em;
line-height: 130%;
}
h1 {
color: #930;
font-size: 1.4em;
}
h2 {
color: #930;
font-size: 1.2em;
}
em {
color: #930;
}
.img_rt {
float: right;
margin: 5px 10px 5px 10px;
}
.img_lt {
float: left;
margin: 5px 10px 5px 10px;
}
.blue {
color: white;
margin-left: 5px;
}
.schedule_classname {
color: #930;
font-weight: bold;
}
hr {
width: 70%;
color: #039;
margin: 3px auto;
}
