
body
	{
	background-color:#57BAD9; 
	}
	
	
#wrapper
        {
        background-color:#BEFFD0;
        width:920px;
        height:auto;
        margin:auto;
        border:solid 5px white;
        }
	
#banner
	{
	height:auto;
	}
	
#navigation
	{
	height:35px;
	width: 920px;
	background-color:#57BAD9;
        }
        
#content
    {
    padding:15px;
    height:auto;
    }
        
#picture
    {
    margin: 0px 0px 0px 15px;
    background-color:#ffffff;
    height:450px;
    width: 510px;
    float:left;
    }

#abouthrcs
    { 
    background-color:#57BAD9;
    height:190px;
    width:320px;
    margin-right:10px;
    float:right;
    clear:right;
    }

#videos 
    {
    margin-right:10px;
    background-color:#ffffff;
    height:240px;
    width:340px;
    float:right;
    }

#summary
    {
    height:200px;
    width:900px;
    padding:0px 0px 0px 15px;
    }

li
    {
    float:left;
    padding: 0px 15px;
    list-style:none;
    }
    
/*columns start here*/

#summary p
    {
    width: 260px;
    height:auto;
    padding: 10px 40px 5px 0px;
    float:left;
   
    }
    


 
 #footer
    {
    width: 920px;
    height:auto;
    clear: both;
    
 

   
    
    }
/*columns end here*/
	    
/*All classes are below*/

.hrgreen
    {
    color:#265F79;
    }
	
.white
    {
    color:white;
    }

.megafont
    {
    font-size:30px;
    }

.smallfont
    {
    font-size:12px;
    }

.mediumfont
    {
    font-size:14px;
    }
    
.largefont
    {
    font-size:26px;    
    }

.georgia
    {
    font-family:georgia;
    }

.image
    {
    height:450px;
    width:510px;
    }

.spacing
    {
    line-height:23px;
    }

.black
    {
        color:#000000;
    }
    
.align
    {
        text-align: justify; 
    }

.indent
    {
        text-indent:40px;
    }
.bold
    {
        font-weight:500;
    }

.padding
    {
	padding:10px;
    }

.footermargin
    {
	margin:30px:
    }
    

