﻿/* CSS Document */

body
{
    background-image:url(../../jfrankdent/images/jfrankdent_vert.jpg);
    background-repeat:repeat-x;
}

#school_header
{
/*margin:5px;*/
/*padding:5px;*/ 
width:950px;
height:200px;
background-image: url(../../jfrankdent/images/jfrankdent_banner_dark.jpg);

}

#schoolmarquee
{

width:950px;
height: 50px; 
background-color:#fff200;

}

#school_container
{
padding:0px;
margin:0px;
width:950px;
background-color:#ffffff;
}
/* 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:0px;
padding:0px;
width:220px;

height:100%;
 /* 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_main
{
    width:720px;
    float:left;
    padding:0px;
    margin:0px;
    background-color:#ffffff;
}
#school_content1
{
margin:0px;
padding:0px;
width: 395px;
border-bottom:0px;
float:left;
background-color:#ffffff;
}
#school_content2
{
margin:0px;
padding:0px;
width: 397px;
border-bottom:0px;
float:left;
background-color:#ffffff;
}
#school_interior
{
    float:left;
    width: 792px;
    background-color:#ffffff;
}
#school_footer
{
float:left;
clear:both;
margin:0px;
padding:5px;
width:100%;
}

