    /*--------------------------------------------------------------------*/
    /*--------------------------------------------------------------------*/
    /*This cSS file was written by Gavin Keen for Carmyllie School.
    All the content in this CSS file is in alphabetical order for ease of content/maintenance search*/
    /*--------------------------------------------------------------------*/
    /*--------------------------------------------------------------------*/
    
  

/*This keeps all the conent on the page central to the screen*/
#allcontent
    {
      margin-left:        auto;
      margin-right:       auto;
      width:              1000px;
    }
    
a:link, a:visited 
    { 
      text-decoration:    none; 
      color:              #000000; 
      font-weight:        bold; 
    }
    
a:hover, a:active 
    { 
      text-decoration:    underline; 
      color:              #000000; 
      font-weight:        bold;
    }

img 
    { 
      border:             0px; 
    }
    
body
    {
      font-family:        Georgia, "Times New Roman", Times, serif;
      font-size:          medium;
      line-height:        1.3em;
    }
    
#frame
    {
      position:           absolute;
      color:              #444444;
      background-color:   white;
      width:              1000px;
  }
    
.funimageplace
    {
      font-size:          50%;
      background:         #efe5d0 url("images/funpage/linkbackground.jpg") top left;
      padding:            0px 0px 0px 10px;
      width:              110px;
      text-align:         left;
    }

/*Funpage images*/
#balloon
    {
      position:           absolute;
      left:               590px;
      top:                40px;
    }

#butterfly
    {
      position:           absolute;
      left:               341px;
      top:                38px;
    }

#largebutterfly
    {
      position:           absolute;
      left:               280px;
      top:                70px;
    }

#bee
    {
      position:           absolute;
      left:               291px;
      top:                16px; 
    }

#ladybug
    {
      position:           absolute;
      left:               468px;
      top:                70px;
    }
    
#monkey
    {
      position:           absolute;
      left:               858px;
      top:                86px;
    }

#wasp
    {
      position:           absolute;
      left:               658px;
      top:                22px;
    }

#sun
    {
      position:           absolute;
      left:               880px;
      top:                10px;
    }

#football
    {
      position:           absolute;
      left:               150px;
      top:                100px;
    } 

#rocket
    {
      position:           absolute;
      left:               40px;
      top:                15px;
    }

#pop
    {
      position:           absolute;
      left:               655px;
      top:                285px;
    }

#squash
    {
      position:           absolute;
      left:               248px;
      top:                268px;
    }

#gift
    {
      position:           absolute;
      left:               50px;
      top:                300px;
    }  

#flag
    {
      position:           absolute;
      left:               850px;
      top:                400px;
    }

#flag2
    {
      position:           absolute;
      left:               850px;
      top:                450px;
    }

#flag3
    {
      position:           absolute;
      left:               850px;
      top:                500px;
    }
    
#vine
    {
      position:           absolute;
      left:               70px;
      top:                230px;
     }
     
#splat
    {
      position:           absolute;
      left:               780px;
      top:                400px;
    }
    
#snowman
    {
      position:           absolute;
      left:               50px;
      top:                500px;
    }
    
#robot
    {
      position:           absolute;
      left:               105px;
      top:                400px;
    }
   
     
/*End og funpage images*/

h1 
    {
      color:              black;
      font-family:        forte;
      font-style:         italic;
      font-size:          150%;
      text-decoration:    underline;
    }

li
    {
      text-align:         left;
      font-size:          small;
      padding:            5px;
    }

#mainpictable
    {
      background:         #efe5d0 url("images/background.gif") top left;
      text-align:         left;
      margin:             10px 15px 10px 242px;
      font-size:          small;
    }
    
#maintext
    {
      background:         #efe5d0 url("images/rainbowbackground.jpg") top left;
      text-align:         center;
      font-size:          130%;
      padding:            20px 10px 10px 10px;
      margin:             5px 10px 10px 5px;
      border:             1px double black;
    }
    
#maintextfun
    {
      background:         #efe5d0 url("images/mon2.jpg") top left;
      text-align:         center;
      font-size:          130%;
      padding:            20px 10px 10px 10px;
      margin:             5px 10px 10px 5px;
      color:              black;
      border:             1px solid black;
    }
    
p.mainleft
    {
      text-align:         left;
    }
    
p.nav
    {
      float:              left;
      background-color:   rgb(153, 217, 234);
      width:              115px;
      margin:             0px 0px 0px 7px;
    }
    

    
#sidebar 
    {
      background-color:   rgb(153, 217, 234);
      padding:            0px 0px 80px 0px;
      margin:             0px 10px 0px 5px;
      border:             1px double black;
    }
    
.staffcellcolor
    {
      background-color:   rgb(255, 250, 205);
      margin:             100px, 0px, 100px, 0px;
    }
    
table
    {
      margin-left:        auto;
      margin-right:       auto;
    }

