﻿body {
}

#teachersimg
{
    background-image:url('../images/teachers.jpg');
    background-repeat:no-repeat;
    width:600px;
    height:146px;
    margin-top:20px;
    border-left:2px solid #FFFFFF;
    
}

#studentsimg
{
    background-image:url('../images/Students.jpg');
    background-repeat:no-repeat;
    width:600px;
    height:144px;
    margin-top:20px;
    border-left:2px solid #FFFFFF;
}

.homebtmbar
{
    background-image:url('../images/home_btmbar.jpg');
    background-repeat:no-repeat;
    width:592px;
    height:152px;
    margin-top:30px;
    padding-top:10px;
    padding-left:10px;
    position:relative;
    top:0px;
    font-weight:bold;
    color:#553232;
    font-family: "Book Antiqua", "Georgia", "Times New Roman", serif;
}

.homebtmbar1
{
    font-weight:bold;
    font-size: 16px;
    color:#553232;
    width:284px;
    float:left;
    top:0px;
    padding-left:10px;
    padding-top:0px;
    line-height: normal;
    font-family: "Book Antiqua", "Georgia", "Times New Roman", serif;
}

.homebtmbar2
{
    font-weight:bold;
    font-size: 16px;
    color:#553232;
    width:283px;
    float:right;
    font-size: 16px;
    line-height: normal;
    font-family: "Book Antiqua", "Georgia", "Times New Roman", serif;
    
}

#learnmoreteachers
{
   width:116px;
   height:35px;
   float:right;
   margin-top:98px;
   background-image:url('../images/learn_more_teachers_link.jpg');
   background-position: bottom;
   background-repeat:no-repeat;
}


html>/**/body #learnmoreteachers
{
    margin-top:118px;
    }
    


#learnmoreteachers a {
    display:block;
    background-image:url('../images/learn_more__teachers_link.jpg');
    width:116px;
    height:35px;
    float:right;
    background-repeat:no-repeat;
    
}
#learnmoreteachers a:hover {
    display:block;
    background-image:url('../images/learn_more_teachers_hover.jpg');
    width:116px;
    height:35px;
    background-repeat:no-repeat;
    background-position: bottom;
   }
   
#learnmorestudents {
    background-image:url('../images/learn_more_students_link.jpg');
    width:115px;
    height:35px;
    float:right;
    margin-top:98px;
    background-repeat:no-repeat;
    background-position: bottom;
}
#learnmorestudents a {
    display:block;
    background-image:url('../images/learn_more__students_link.jpg');
     background-repeat:no-repeat;
    background-position: bottom;
    width:115px;
    height:35px;
   
    }
#learnmorestudents a:hover {
    display:block;
    background-image:url('../images/learn_more_students_hover.jpg');
     width:115px;
    height:35px;
    
   }
