/* A style sheet for story pages */

/*/*/a{}  /* Netscrape 4 bait. */


	body {
		margin:10px 10px 10px 10px;
		padding:0px;
                background-color: #ccc;
                font-size: 1em;
		}

 	div.leftmenu {
		position: absolute;
		left:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
                font-size: .9em
		}

	div.story {
		background:#fff;
   		margin-left: 200px;
   		margin-right: 80px;
		border:2px solid #c66;

		/*
		IE5x PC mis-implements the box model. This is a hack.		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 202px;
   		}
	html>body div.story {
   		margin-left: 202px;
   		}

	div.rightmargin {
		position: absolute;
		width:90px;
                   top:50px;
                   right:0px;
                   font-size:.9em;
		}
	
	div.banner {
		background:#fff;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
                margin-right: 80px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		}
	html>body div.banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:10px 10px 10px 10px;
		}
				
        p,h1 { 
                font-family: Georgia,Garamond,"Times New Roman",serif 
                }

        h1 { 
                font-size: 1em
                }

	h1.banner {
		padding:10px 10px 0px 10px;
		margin:0px;
                }

        .dingbat {
                font-weight: bold;
                text-align: center;
                }





