body {
    background-color: #8C0E11;
}

#container {
    width: 800px;
}

#header {
    width: 800px;
    height: 86px;
}

#header_phone {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 10px;
    text-align: center;
}

#firstnav {
    position: absolute;
    top: 86px; 
    left: -3px;
    width: 800px;
    height: 44px;
}

#firstnav_contact {
    position: absolute;
    top: 86px; 
    left: 663px;
    width: 137px;
    height: 44px;
}

#firstnav ul li {
    display: inline;
    padding: 10px;
    position: relative;
    top: -53px;
    left: -30px;
}

#firstnav .selected {
    color: gold;
}

#firstnav a {
    text-decoration:none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

#secondnav {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 800px;
    height: 23px;
}

#secondnav ul li {
    display: inline;
    padding: 4px;
    position: relative;
    top: -45px;
    left: 137px;
}

#secondnav .selected {
    color: gold;
}

#secondnav a {
    text-decoration:none;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}

#thirdnav {
    position: absolute;
    top: 153px;
    left: 0px;
    width: 800px;
    height: 26px;
}

#thirdnav ul li {
    display: inline;
    position: relative;
    color: #000000;
    top: -45px;
    left: 140px;
}

#thirdnav .selected {
    color: #8C0E11;
}

#thirdnav a {
    text-decoration:none;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

#mainsection {
    position: absolute;
    top: 179px;
    left: 0px;
    width: 800px;
}

#leftpane {
    background: #8c0e11;
    width: 178px;
    height: 549px;
}

#content {
    width: 464px;
    background: #FBFBFB;
    padding: 10px;
}

#content a {
    color: #8C0E11;
    font-weight: bold;
}

#rightpane {
    width: 138px;
    background: #FBFBFB;
}

h1 {
    font-size:24px;
    text-align:center;         
    border-bottom:2px solid #8c0e11;
}

h2 {
    font-size: 16px;
}

#content h3 {
    font-size: 14px;       

}

.course-list{    
    list-style:none;
    margin-left:0px; 
    padding-left:0px;
}

.course-list .course{             
    border-bottom:1px solid black;
    list-style:none;
    margin-left:0px;
    padding-left:0px;
    padding-bottom:5px; 
}

.course-list .course h1{
    text-align:center;
    border-top:0px solid black;
    margin:0px;
    padding-bottom:0px;
}                          

.course-list .course h2{
    text-align:center;
}

.bold{   
    font-weight:bold;
}

.course-list .course li{ 
    padding-bottom:10px;
}

#footer{
    font-size:11px;
    color:black;              
    text-align:center;
}

#footer_nav_list li{
    display:inline; 
    font-weight: bold;
}

#footer_nav_list li a{
    text-decoration:none;
    font-size:11px;
    color:black;
}

#footer_nav_list li a:hover{
    text-decoration:underline;
}

#img_repeat {
    background: url(images/bg-left-bar.png)
}
