
/* Stating the body information. */

  BODY { 
         background-image: url('/kherishdar/shameblossom.jpg');
         background-position: top left;
         background-repeat:no-repeat;
         background-color:#634716;
         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: E5D7BB; }
  .navtext      A:visited { text-decoration:none;
                 color: #CDBE9F; }
  .navtext      A:active { text-decoration:none;
                 color: #3D4760; }
  .navtext      A:hover { background: #44061D; }

  .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:#CDBE9F;
		border-style:solid;
		border-width:3px;
		border-color:#B77B0F;

                }


 .halfpage {
                margin:25px 10px 5px 350px;
		padding:30px 20px 0px 30px;
                position: relative;
 	        background-color:#CDBE9F;
		border-style:solid;
		border-width:3px;
		border-color:#B77B0F;

                }


  #bodynorm      A:link { text-decoration:none;
                 color: #53638C; }
  #bodynorm      A:visited { text-decoration:none;
                 color: #3D4760; }
  #bodynorm      A:active { text-decoration:none;
                 color: #A23F3F; }
  #bodynorm      A:hover { background: #8F8165; }



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




