/* Stylesheet.css */

/* Body text and page background */
body{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: medium;
    color: #E4EAE5;
    background-color: #c9c9c9;
    background-image: url("images/siderepeat.png");
    background-position: top;
    background-repeat: repeat-x;
}

/* Level-1 Headings */
h1{
    font-family: 'Lucida Sans Unicode', Lucida Grande, sans-serif;
    font-size: xx-large;
    color: #9FB87A;
    text-align: center;
    
}

/* Level-2 Headings */
h2{
    font-family: 'Arial Black', Gadget, Sans-serif;
    font-size: x-large;
    color: #70C2C2;
    font-style: italic;
}

/* Level-3 Headings */
h3{
    font-family: 'Monotype Corsiva', Cursive;
    font-size: large;
    color: #70C2C2;
    
}



/* Float image to left of paragraph */

.floatleft{
   float: left;
   margin-right: 10px;
   margin-left: 0px;
}

/* Float image to right of paragraph */

.floatright{
float: right;
margin-right: 5px;
margin-left: 5px;
}

/* Center image between margins */

div.center{
width: 100%;
text-align: center
}

/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("path");
}



a:link { color: #9f0303;

  text-decoration: none; 
  }

a:visited { color: #9f0303; }

a:hover { color: #9f0303; 
    text-decoration: underline;
    }

a:active { color: #9f0303; }

/*

#header{

     height: 60px;

     width: 100%;

     background-color: #ffe4e1; 

     border-bottom: thin solid #ff1493; 

}




#main{
     backg
     
     }


#menu{
      }   ?????a    } 
      background-color: #c9c9c9; 
      
      }
      
      */
      


#abouttease{

      color: #000000;
      
      text-align: justify;
      
      font-size: 14px;
      
      vertical-align: top;
      
      padding-left: 16px;
      
      padding-right: 20px;

      background-image: url(images/aboutbg.png);

      background-position: top;

      background-repeat: no-repeat;

}

#linkstop{

      color: #000000;
      
      text-align: justify;
      
      font-size: 14px;
      
      vertical-align: top;
      
      padding-left: 16px;
      
      padding-right: 90px;

      background-image: url(images/linkstopbg.png);

      background-position: top;

      background-repeat: no-repeat;

}

/* following is also the same css as the bottom section of "about" */
#linksbottom{

      color: #000000;
      
      text-align: justify;
      
      font-size: 14px;
      
      vertical-align: top;
      
      padding-left: 291px;
      
      padding-right: 90px;
      
      background-image: url(images/linksbottombg.png);
      
      background-position: top;
      
      background-repeat: repeat-y;
      
      }


#abouttop{

      color: #000000;
      
      text-align: justify;
      
      font-size: 14px;
      
      vertical-align: top;
      
      padding-left: 16px;
      
      padding-right: 90px;

      background-image: url(images/aboutbg.png);

      background-position: top;

      background-repeat: no-repeat;

}

/* used for cannibal contagion page */
#gametexttop{

      color: #000000;
      
      text-align: justify;
      
      font-size: 13px;
      
      padding: 0px;
      
      vertical-align: top;
      
      background-image: url(images/gamebg.png);
      
      background-position: top;
      
      background-repeat: no-repeat;

}

/* cannibal contagion page */
#gametextbottom{

     color: #000000;
     
     text-align: justify;
     
     font-size: 15px;
     
     padding: 0px;
     
     vertical-align: top;
     
     background-image: url(images/gamebgrepeat.png);
     
     background-position: top;
     
     background-repeat: repeat-y;
     
     }
     
     
/* billions & billions of bullets teaser page */
#bbb{

     color: #000000;
     
     text-align: justify;
     
     font-size: 15px;
     
     padding: 0px;
     
     vertical-align: top;
     
     background-image: url(images/bbbbg.png);
     
     background-position: top;
     
     background-repeat: no-repeat;

}

/*

#content{

      color: #111313;

background-image: url(images/contentbg.png), url(images/contentbgrepeat.png);

background-position: top, bottom;

background-repeat: no-repeat, repeat-y;

background-attachment: scroll, scroll;

}
      
      

#footer{

     height: 30px;

     width: 100%;

     background-color: #111313;

      /*  border-top: thin solid #5e0606; 
     
     text-align: center;

}

/*

#indent{

     padding-left: 50px;

}     


.pink{

     color: #F7896E;

}

*/
