﻿/* CSS Document */

/* CSS Document */

body
{
/* text attributes (may be overridden in div tags)do not put any attributes here to allow default font and color and size to inherit from the workarea*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

/* color of page background - default is #FFFFFF*/
/* background-color:#FFFFFF;*/

/*background image (tiled or stationary) - example given is single image centered on background*/
/*background-position:center;
background-repeat:no-repeat;*/
/* select repeat to allow to tile on background */
/*background-repeat:no-repeat;*/
/*make these 0px if you want the page to go to the edges of the browser; if site is completely left-aligned, add to margin*/
margin:0px;
padding:0px;
}

/*this next group changes the look of the schoolmaster.master template */
.trtitle
{
}

.mainlogo
{
}

.maintitle
{
}

.links
{
}

.footer
{
}
/* end of schoolmaster.master section*/
/* school_container holds the school website area */

#school_container
{
padding: 0px;
margin:0px;
width:950px;
}
/* school_header - attributes for the school_header from content block */
#school_header
{
background-image:url(../../glassmanor/images/glassmanor_banner3.jpg);
height:185px;
margin:0px;
padding:0px; /* may have to be changed according to design*/
width:950px;
}

#school_menu_container
{
float: left; /*may float right or left depending on template design*/
margin:15px;
padding:10px;
 /* may have to be adjusted according to menu style*/

}
/* school_maincontent holds the menus and content blocks of the school website */

#school_maincontent
{
float:left;
 background-image:url(../../glassmanor/images/glassmanor_middle.jpg);   

}


#school_content
{
    width:575px;
    float:left;
    padding:0px;
   
}



#school_footer
{
background-image:url(../../glassmanor/images/glassmanor_footer3.jpg);    
float:left;
margin:-1px;
padding:0px;
height:60px;
width:950px;
}

/* 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*/
