/* CSS Document */
body
{

    background: rgb(0,0,0);
    
}
.trtitle
{
    color: rgb(15,200,55);
}

.mainlogo
{
    color: rgb(15,200,55);
}

.maintitle
{
    color: rgb(15,200,55);
}

.links
{
    color: rgb(15,200,55);
}

.footer
{
}
#schoolmaincontent
{
	border: solid 2px #ffffff;
	width:950px;
	margin:0px;
	padding:0px;
	float:left;
	    background-color: rgb(255,255,255);

}

#schoolheader
{
	background-image:url(../../beltsville/images/beltsville_academy.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:200px;
	margin:0px;
	float:left;
	/* margin-top:125px;
	margin-bottom: 25px;
	margin-right: 200px; */
    padding:0px;
    /*height:200px;*/
    text-align: center;
    /* padding-top: 25px; */
}

#marquee
{
    width: 950px;
	float:left;
    margin-top:175px;
    
	
}

#picture_header
{
	
	width: 950px;
	height: 250px;
	float: left;
    background: rgb(0,0,0);
	
}

#schoolcontent
{
	width:950px;
	margin:0px;
	padding:0px;
	float:left;
	    background-color: rgb(0,0,0);

}

#school_middle_content
{
    width:600px;
    float:left;
    margin-left:0px;
    padding-right:0px;
    background-color: rgb(255,255,255);
  }

#school_left_content
{
    width:160px;
    float:left;
    background-color: rgb(15,200,55);
    height: 1000px;
    border: solid 2px #000000;
     margin-left:10px;
    
    

}

#school_right_content
{
    width:160px;
    float:left;
    border: solid 2px #000000;
    background-color: rgb(15,200,55);
    height: 1000px;
}

#schoolcolumnleft
{
	/* background-image:url(../../carmodyhills/images/carmodyhills_backgvert2.jpg);
	background-repeat:repeat-x;*/
	float:left;
	width:225px;
	/* background-color:#CCCCCC;*/
}

#schoolcolumnmiddle
{
	margin-left: 0px;
	margin-right:50px;
	width:500px;
	/* background-color:#0099FF; */
	float: left;
	
}

#schooleventscolumn
{
	/* background-color:#0099FF; */
	float: left;
	text-align: center;
}

#schoolphotosright
{
    /* background-image:url(../../carmodyhills/images/carmodyhills_backgvert2.jpg);
	background-repeat:repeat-x;
	width:145px;
	height: 1100px;
	background-color:#009900;
	float: left;*/
		
}

#schoolnewscolumn
{
	width:500px;
	/* background-color:#0099FF; */
	margin-top:25px;
	float: left;
	text-align: center;
	
}


#footer
{
	width: 945px;
	background-color:#000000;
	float: left;
	
	

}

