﻿body {
}/* CSS Document */

body
{
/* text attributes (may be overridden in div tags) do not put any attributes here if you want the default font and color and size to inherit from the workarea*/
color:#000000;
font-family: Verdana;
font-size: 12px;
text-align:center;

/*color of page background  - default is #FFFFFF */
background-color:#FFFFFF;

/* 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 a
{
    color:#06207f;
}

.mainlogo a
{
     color:#06207f;
}

.maintitle a
{
     color:#06207f;
}

.links a
{
     color:#06207f;
}

.footer a
{
     color:#06207f;
}

/* end of schoolmaster.master section */

/* school_container holds the school website area */

#school_container
{
padding:0px 5px 0px 5px;
margin:0px;
margin-left:5px;
width:950px;
text-align:left;
background-color:#ffffff;
}

/* school_header - attributes for the school_header from content block */
#school_header
{
float:left;
margin:0px; 
padding:0px; /* may have to be changed according to design */
background-image:url(../../phyllisewilliams/images/williams_header2.gif);
background-repeat:no-repeat;
height:198px;
width:100%;
}
#school_topnav
{
float:right;
margin:0px; 
padding:0px;
margin-top:14px; 
margin-left:150px;
}


#school_name
{
padding:0px;
margin-left:20px;
margin-top:45px;
margin-right:0px;
}
/* school_subheader is optional area for horizontal menu */
#school_subheader
{
clear:both;
margin:0px;
padding:0px; /* may have to be changed according to design */
background-color:#FF3366;
width:100%;
}

/* school_maincontent holds the menus and content blocks of the school website */

#school_maincontent
{
float:left;
margin:0px;
margin-top:-10px;
padding-left:30px;
padding:0px; /* may have to be changed according to design */
background-image:url(../../phyllisewilliams/images/williams_slice.gif);
background-repeat:repeat-y;
width:100%; /*if this area stretches too far, change and adjust by pixels*/
}

#school_menu_container
{
float:left; /* may float right or left depending on template design */
margin:0px;
margin-left:25px;
padding:0px;
width:145px; /* may have to be adjusted according to menu style */
}
/* 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
{
float:left;
margin:0px;
margin-top:-10px;
padding:5px;
width:590px;
}

#school_announcements
{
float:left;
margin:0px;
padding:2px;
margin-left:15px;
width:125px;
}
#school_announcements a
{
    color:#ffffff;
    font-size:10px;
}
#school_footer
{
clear:both;
margin:0px;
padding-left:30px;
width:100%;
background-image:url(../../phyllisewilliams/images/williams_footer.gif);
background-repeat:no-repeat;
height:75px;
}


