﻿/* CSS Document */

trtitle
{
    color: #000000;
    text-decoration:none;
}

.mainlogo
{
       color: #000000;
       text-decoration:none;
  
}

.maintitle
{
        color: #000000;
        text-decoration:none;

}

.links
{
         color: #000000;
         text-decoration:none;

}

a
{
    color:#000000;
}
a:visited
{
    color:#000000;
}

#school_container
{

width:950px;
}

#school_header
{
background-image: url(../../duval/images/banner3.jpg);
height:175px;
width:950px;
}

#schoolhorizmarquee
{
float:right;
width:950px;
padding-top:10px;
padding-bottom:10px; 
margin-left:0px;
background-color:#000000;
}



#school_maincontent
{
   
    float:left;
    clear:both;
    margin:0px;
    padding:0px; /* may have to be changed according to design */
    margin-bottom:0px;
    width:950px;
     /*if this area stretches too far, change and adjust by pixels*/
}

#school_menu
{
        float:left;
        padding-right:0px;
        width:200px;
        background-color: #000000;
}

#school_information
{
    margin-top:25px;
    float:left;
    width:175px;
}
/* school_content holds content block; depending on template, you may have to create more than one school_content div tag e.g. school_content1, school_content2, etc. */

#school_content
{
   padding-left: 15px;
    width:700px;    
    margin:0px;
    float:left;

}
#school_footer
{
clear:both;
padding:0px;
margin-bottom:0px;
}

#school_footer_border
{
/*clear:both;
margin-bottom:-5px;
padding:0px;
background-image:url(../../dodgepark/footer.gif);
background-repeat:repeat-x;
background-position:bottom;
width:100%;
height:16px;*/
}  

