﻿/* 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*/
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background: #FFFFFF url(../../celizabethrieg/images/back.jpg) repeat-x left top;
margin:0px;
color: rgb(0,0,204);

/*color of page background  - default is #FFFFFF */

/*background image (tiled or stationary) - example given is single image centered on background*/

/* select repeat to allow to tile on background */

/* 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:#ffffff;
}

.mainlogo
{
    color:#ffffff;
}

.maintitle
{
    color:#ffffff;
}

.links
{
    color:#ffffff;
}
a.maintitle, a.maintitle:visited
{
	color:#FFFFFF;
	text-decoration:none;
	/*font-family:Arial;*/
}

a.links
{
    text-decoration:none;
}

a.links:hover
{
    text-decoration:underline;
}

.footer
{
}

/* end of schoolmaster.master section */

/* school_container holds the school website area */
#school_container
{
float:left;
padding:0px 0px 0px 0px;
margin-top:6px;
margin-left:0px;
width:1000px;
background-color:#ffffff;
}


/* school_header - attributes for the school_header from content block */
#school_header
{
background-image: url(../../celizabethrieg/images/rieg_header.jpg);
background-repeat:no-repeat;
width:1000px;
float:left;
margin:0px; 
padding:0px; /* may have to be changed according to design */
height:200px;
margin-left:0px;


}

#school_header_content
{
    margin-top:110px;
    color: #ffff33;
    margin-left:290px;
}

#main_container
{
background-repeat:repeat-x;

padding:0px 0px 0px 0px;

margin-left:0px;
width:1000px;
/*background-color:#ffffff;*/

float:left;
clear:both;

}

#school_menu
{

padding:0px 0px 0px 0px;
margin:0px;
margin-left:0px;
width:198px;
float:left;


}

#schoolmaincontent
{

padding:0px 0px 0px 0px;
margin:0px;
margin-left:10px;
width:790px;
float:left;


}

#school_footer
{

padding:0px 0px 0px 0px;
margin:0px;
margin-left:0px;
width:100%;

border-top: solid 1px rgb(0, 0, 255);

float:left;

}
