﻿/* CSS Document */
body
{

    background: rgb(15,50,120);
    
}
.trtitle
{
    color: rgb(255,255,255);
}

.mainlogo
{
    color: rgb(255,255,255);
}

.maintitle
{
    color: rgb(255,255,255);
}

.links
{
    color: rgb(255,255,255);
}

.footer
{
}

#schoolmaincontent 
{
    width: 950px;
    background-color:#ffffff;
    float: left; 
    border: solid 2px rgb(230,190,30);
}

#schoolheader
{ 
    width: 950px;
    height: 200px;
    float: left; 

    background-image: url(../../gaywood/images/gaywoodbanner2.jpg);
}
#schoolheader1
{ 
    width: 950px;
    height: 200px;
    float: left; 

    background-image: url(../../gaywood/images/gaywood7.jpg);
}
#marquee
{ 
    width: 950px;
    height:40px;
    padding-right: 0px;
    float: left;
    background-color:#ffffff;
}
 #school_photos
{   float:left;
    width:910px;
    padding-left:25px;
    padding-top:3px;
}  
#menu1
{
    padding-top: 0px;
    /* margin-top:10px;*/
    width: 950px;
    float: left; 
    background-color: rgb(15,50,120);
     border-top: solid 2px  rgb(230,190,30);
      border-bottom: solid 2px  rgb(230,190,30);
}
#schoolinfo
{
    padding-top: 0px;
    /*background-color:#fac832;*/
    float: left;
    width: 950px;
    height:5px;
  
}
#maincontent
{
    float: left;
    margin-right: 0px;
    padding-left: 0px;
    width: 950px;
    background-color:#ffffff;
}

#menu2

{
	
	float: left;
	margin-top: 5px;
	width: 950px;
	/* color:#0818a5;*/
    background-color: rgb(15,50,120);
    border-top: solid 2px  rgb(230,190,30);
      border-bottom: solid 2px  rgb(230,190,30);
}


#footer1
{
    float: left;
	margin-top: -10px;
	width: 950px;
	height:85px;
    color:rgb(15,50,120);
    background-color: rgb(230,190,30);
     border-top: solid 2px rgb(15,50,120);
      border-bottom: solid 2px rrgb(15,50,120);
}
