body	{
		background-color: black;
		width: 100%;
		height: 100%;
	}
	
body.mainbody
	{
		background: black url(images/main.jpg) no-repeat;
	}

img	{ border: 0; }
	
.content	{
		 z-index: 500;
		 position: absolute;
		 top: 225px;
		 left: 225px;
		 width: 750px;
		 background: url(images/papyrus.jpg);
		 border: 5px double #990606;
		 padding: 10px;
		 margin-bottom: 50px;
		 color: #990606;
		 font-weight: bold;
		 font-size: 16px;
		 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		 }
		 
.content h1,h2,h3	{
		 	color: black;
		}
				
.content A	{	 color: #990606;
		}
		
.content A:hover { color: yellow;
		  }
		 
.menu		{
		  position: absolute;
		  top: 200px;
		  left: 27px;
		  padding: 0;
		}
		
.corner		{ 
			position:absolute;
			top: 5;  left: 5;
		}


.footer		{
		clear: both;
		text-align: center;
		color: gray;
		font-size: 8pt;
		font-style: italic;
		}

.footer a	{
		color: gray;
		}
		
.footer a:hover {color: black;}
