﻿/* CSS Document */
#school_container
{
padding:0px;
margin:0px;
width:950px;
background-color:#ffffff;
border: solid 2px rgb(15,15,255);
float:left;

}

#school_header
{
/*margin:5px;*/
/*padding:5px;*/ 
width:950px;
height:200px;
background-image: url(../../brandywine/images/brandywine_banner3.jpg);

}


/* school_header - attributes for the school_header from content block */


/* school_maincontent holds the menus and content blocks of the school website 
#school_maincontent
{
clear:both;
margin:0px;
padding:0px;
width:950px;
background-color:#ffffff;
height:100%; may have to be changed according to design if this area stretches too far, change and adjust by pixels
}*/
#school_menu
{
  
float: left; /*may float right or left depending on template design*/
margin-left:5px;
padding:5px;
width:200px;
background-image: url(../../brandywine/images/brandywine_menu.jpg);
 /* may have to be adjusted according to menu style*/
/*border:solid 5px #990000;/*
}
/* school_content holds content block; depending on template, you may have to create more than one school div tag (e.g. school content1, school_content2, etc) */
}
#school_footer
{
  
float: left; /*may float right or left depending on template design*/
margin-left:5px;
margin-bottom:5px;
padding:0px;
width:940px;
height: 40px;
background-color: rgb(15,15,255);
 
}
#school_content
{
    margin-top: 10px;
    width:950px;
    float:left;
}
#school_main
{
    width:700px;
    float:left;
    padding:0px;
    margin-left:10px;
    background-color:#ffffff;
}


.star
{
    list-style-image:url(http://www1.pgcps.org/marlton/red_star.gif); 
    display:block;
    margin:0px;
    
}
ul
{
    display:block;
    margin:18px;
}

#school_pagetitle
{
width:700px;
font-size:35px;
font-weight:bold;
 color: rgb(51,51,255);
border-bottom:solid 1px rgb(51,51,255);
line-height:40px;
text-transform:uppercase;
margin-bottom:10px;
}


#last_modified
{
width:200px;
float:right;
font-size:12px;
font-style:italic;
}
   

/* NOTES: Padding should be at least 3 px minimum when applying to style sheet. Factor in all the sizes of content to make sure that they do not add up to more than 950 px*/
