﻿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: #0000FF;
font-family: Comic Sans MS;
font-size: 12px;
 background-color:#FFFF99;
    font-family:Arial;

/* 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
{
    color: rgb(26,15,240);
}

.mainlogo
{
        color: rgb(26,15,240);

}

.maintitle
{
        color: rgb(26,15,240);

}

.links
{
        color: rgb(26,15,240);

}

.footer
{
        color: rgb(26,15,240);

}

/* end of schoolmaster.master section */

/* school_container holds the school website area */

#school_container
{
padding:0px;
margin:0px;
width:940px;
border:5px solid rgb(26, 15, 240);
}

/* school_header - attributes for the school_header from content block */
#school_header
{
float:left;
text-align:center;
margin:0px; 
padding:0px; /* may have to be changed according to design */
width:100%;
font-size:60px;color:#FFFFFF;
    font-weight:bold;
    background-image: url(../../kenilworth/images/Kenilworth_Panorama.jpg);
    height:286px;
}

/* school_subheader is optional area for horizontal menu */

/* school_maincontent holds the menus and content blocks of the school website */

#school_maincontent
{
float:left;
margin:0px;
padding:8px; /* may have to be changed according to design */
background-color:#FFFFFF;
width:925px; /*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;
padding:0px;
background: rgb(26, 15, 240) /*url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x*/;
width:940px; /* 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;
padding:5px;
width:450px;
}
#school_content1
{
float:left;
margin-top:0px;
padding:5px;
width:450px;
/*background-color: #6699CC;*/
/*width:325px;*/
}
#school_content2
{
float:left;
margin:0px;
padding:5px;
/*background-color: #6699CC;*/
}
#school_content3
{
float:left;
margin:0px;
padding:5px;
/*background-color: #6699CC;*/
border-left: 1px solid #008000;
width:33%;
}
#school_footer
{
clear:both;
margin:0px;
padding:5px;
background-color:#FFFFFF;
width:931px;
border-top: 1px solid #008000;
}

#school__interior_content
{
    padding:10px;
    width:940px;
}
#modified,
#modified_2
{
    font-style:italic;
    font-size:12px;
    color:#000000;
    padding-top:5px;
}
