
  BODY { 
         background-image: url('shames-bg2.jpg');
         background-position: bottom right;
         background-repeat:no-repeat;
	       background-attachment: fixed;
         background-color:#000000;
         color:#150503;
         margin:0px 0px 0px 0px;
         font-family: "Book Antiqua", "Goudy Old Style", serif;
       }

/* Stating the navigation bar information. */

  .navtext {
	font-size: x-small;
        color: #E5D7BB;
        margin:1px 0px 0px 0px;
        position: relative;
        font-family: "Book Antiqua", "Goudy Old Style", serif;

        }

  .navtext      A:link { text-decoration:none;
                 color: #D3DAE6; }
  .navtext      A:visited { text-decoration:none;
                 color: #968D8D; }
  .navtext      A:active { text-decoration:none;
                 color: #AD0E0E; }
  .navtext      A:hover { background: #7A2727; }

  .foottext {
	font-size: xx-small;
        color: #E5D7BB;
        margin:0px 0px 0px 0px;
        position: relative;

        }

  .foottext      A:link { text-decoration:none;
                 color: #A23F3F; }
  .foottext      A:visited { text-decoration:none;
                 color: #4F1212; }
  .foottext      A:active { text-decoration:none;
                 color: #53638C; }
  .foottext      A:hover { background: #A59576; }



/* Remember, order is top right bottom left */


 .nographicspage {
                margin:60px 90px 15px 90px;
                position: relative;
		padding:15px 25px 0px 25px;
 	        background-color:#CDBE9F;
		border-style:solid;
		border-width:3px;
		border-color:#B77B0F;

                }


 .storypage {
                margin:40px 90px 15px 90px;
                position: relative;
		padding:15px 50px 0px 50px;
 	        background-color:#DEDBD7;
		border-style:solid;
		border-width:3px;
		border-color:#910438;

                }


 .halfpage {
                margin:25px 350px 5px 10px;
		padding:30px 20px 0px 30px;
                position: relative;
 	        background-color:#DED8CE;
		border-style:solid;
		border-width:3px;
		border-color:#910438;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  /* for Mozilla */
  -moz-opacity:0.85;


                }


  #bodynorm      A:link { text-decoration:none;
                 color: #7A4545; }
  #bodynorm      A:visited { text-decoration:none;
                 color: #523C3C; }
  #bodynorm      A:active { text-decoration:none;
                 color: #000000; }
  #bodynorm      A:hover { background: #B38F56; }



img.floatLeft { 
    float: left; 
    margin: 4px; 
}

