body   {text-align:center;
		font-family:Arial, Sans-Serif;
		margin:0px;
		border:none;
        min-width:972px;
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
		}

#top    {width:100%;
		padding-top: 30px;
		height: 110px;
		text-align: center;
		color:White;
		background-image: url("Graphics/4 grey.jpg");
		background-repeat:repeat-x;
        }

h1      {font-size:24pt;
         margin:0px;
        }

h2      {font-size:larger;
        }
 
h2.left,h2.right      {
        clear:both;
        }      
        
img     {border:none;}

#logo   {position:absolute;
		top:0px;
		left:20px;
		border:none;
		filter:alpha(opacity=30);
		opacity:0.3;
		}

#media {position: absolute;
        top: 30px;
        right: 20px;}
       
#copyright	
       {position:fixed;
		right:2px;
		bottom:2px;
		font-size:10px;
		z-index:10;
        text-align:right;
		}
        
a.menu 		
       {position:absolute;
		width: 20%;
		height:24px;
		top:100px;
		font-size:16px;
		color:White;
		text-decoration:none;	
		background-color:Black;
		background-image:url('Graphics/MenuBtn.png');
		background-position:right top;	
		background-repeat:no-repeat;
		border-bottom:solid 1px #635880;
		border-top:solid 1px #635880;
		}
        
a.menu:hover
        {background-color:rgb(40,36,51);
        border-top-color:rgb(120,108,153);
        }	 	

a.menu:focus
        {background-position:left bottom;
        background-color:rgb(80,72,102);
        border:1px solid rgb(255,0,255);}

#window {position:absolute;
         left:0px;
         top:125px;
         right:0px;
         bottom:0px;
         min-width:980px;
         min-height:700px;}

img.line{width:100%;
		 height:2px;
		 border:none;
		}

.left	{text-align:left;
		 margin-left:10px;
		 margin-right:80px;
		}

.right	{text-align:right;
		 margin-left:70px;
		 margin-right:20px;
		}
        
.poem  {font-style:italic;
        text-align:center;
        }

p.left, p.right	{padding-bottom:12px;
		}

#footer {clear:both;
         text-align:left;
         }        
       
#footer div {display:inline-block;
            margin-left:20px;
            margin-right:40px;
}

#preview {max-height: 650px;
}
                
