*{
    padding: 0;
    margin: 0;
}
body{
    background: url("img/bg.gif") repeat;
    font-family: Arial,sans-serif;
    font-size: 14px;
}
h2{
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #B84A00;
    padding-bottom: 3px;
}
h2 span{
    color: #166085;
}
h3{
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 22px;
    padding-bottom: 5px;
}
p img{
    padding: 8px;
}
p span{
    color: #B84A00;
    font-weight: bold;
}
.right{
    float: right;
}
.left{
    float: left;
}
.clear{
    clear: both;
}
#body{
    width: 800px;
    margin: 15px auto;
}
#header{
    height: 79px;
    background: url("img/logo.jpg") no-repeat;
}
#logo{
    width: 400px;
    font-family: Arial, sans-serif;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #166085;
}
#head{
    width: 350px;
}
#slider{
    margin-top: 1px;
    height: 270px;
    overflow: hidden;
    vertical-align: baseline;
}
#slider ul{
    list-style-type: none;
}
#slider li{
    height: 270px;
    width: 800px;
}
#content{
    background: #FFF;
    margin-top: 1px;
}
#schedule{
    padding: 0 5px 0 5px;
    width: 245px;
    border-left: 1px solid #BBBBBB;
    background: #F9F9F9;
}
#schedule ul{
    list-style-type: none;
}
#schedule li{
    border-bottom: 1px dotted #166085;
    font-size: 14px;
    padding: 4px;
    color: #2F4A6D;
}
#schedule li:hover{
    background: #E4EBF2;
    cursor: pointer;
}
#schedule li span{
    font-size: 12px;
    font-weight: bold;
    color: #B84A00;
}
#data{
    width: 544px;
    height: 490px;
}
#message{
    height: 229px;
    background: url("img/sbg.png") repeat-x;
}
#player{
    color: #B84A00;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
}
#player table{
    background: #FFF;
}
#player td{
    overflow: hidden;
}
#player div{
    color: #2F4A6D;
    font-weight: normal;
    text-transform: capitalize;
}
#player a{
    padding: 3px;
}
#player a img{
    padding-top: 5px;
}
#instr{
    height: 293px;
    background: #FFF;
    padding: 5px;
    color: #FFF;
}
#instr h2{
    padding-top: 10px;
    padding-bottom: 10px;
}
#instr p{
    text-indent: 20px;
    padding-top: 10px;
    color: #166085;
}
#patron {
    width: 254px;
    padding: 8px;
    text-align: justify;
    border-right: 1px dotted #166085;
}
#director {
    width: 254px;
    padding: 8px;
    text-align: justify;
}
#footer{
    margin-top: 1px;
    height: 49px;
    background: #FFF;
    text-align: center;
    font-size: 11px;
    color: #666666;
}
#footer p{
    padding-bottom: 10px;
}
#footer a{
    color: inherit;
}

#panel{
    padding: 10px;
    background: #FFF;
    color: #166085;
}
#login{
    position: relative;
    padding: 20px;
    top: 20px;
    left: 440px;
    width: 300px;
    height: 229px;
    background: url("img/sbg.png") repeat-x;
    color: #B84A00;
    font-size: 15px;
    font-weight: bold;
}
.button{
    width: 64px;
    height: 24px;
    background: #166085;
    color: #FFF;
    font-weight: bold;    
}
input{
    border: 1px solid #B84A00;
}
#login td{
    padding: 10px;
}
#admin{
    padding: 2px;
    padding-right: 10px;
    color: #B84A00;
}
#admin span{
    color: #166085;
    font-weight: bold;
}
#pgm{    
    width: 450px;
    height: 450px;
    text-align: left;
    border: 1px solid #B84A00;
}