/* body	defaults */
body
	{
	margin: 10px;		padding: 5px;
				width: 14in;
		}


	h1{
		color: red;}
	h2{
		color: red;}
	h3{
		color: red;}
	h4{
		color: red;}	
	h5{	color: red;
	
				}



/* footer*/

.footer
	{display: block;		width: 800px;
		position: absolute;
		top: 1200px;
		padding: 3px;
		border: 5px ridge silver;
		background-color: yellow;
					float: left;
}
/*  Header stuff */


.headerbox
	{position: relative;
			width: 95%;
			height: 160px;
			/*background-image: url(wsfsimages/boxback1.gif);*/
			border: 2px ridge black;
			background: silver;
			z-index: 2;
			padding: 2px;
			float: left;
		}
.title_right
		{
			width: 500px;
			display:  inline;
			position: relative;
			margin: 0.25em;	
			float:	right;
			border: 5px ridge silver;
			background: #f8e7ac;
			z-index: 3;
		
			
			}


/* navbar class */
.navbar 
	{position: absolute;
		display: inline;
		left: 100px; top: 5em;
			z-index=4;
		}


	a { 
		display: inline;
		 background: yellow; 
               /* background-image: url(images/button5.gif); */
		border: 4px outset  blue;
		padding: 2px;
		text-decoration: none;
	
		}



/* Content Boxes */


.content1
		{position: absolute; 

				right: 130px;  top: 300px;
			display: block;
			margin: 1em;
                  overflow: auto;
			
			float:	right;
                       
	                z-index:  10;
		
		padding: 2px;
		
		width: 40%;  
                
			}

.content2
		{position: absolute; 

				left: 5px;  top: 300px;
			display: block;
			margin: 1em;
                  overflow: auto;
			
			float:	left;
                       /* background: linen;*/
	                z-index:  11;
		/*border: 4px ridge silver; */
		padding: 2px;
		
		width: 40%;  
                
			}
.content3
		{position: absolute; 

				left: 30px;  top: 900px;
			display: block;
			margin: 1em;
                  overflow: auto;
			
			float:	right;
                       background: silver;
	                z-index:  12;
		border: 4px ridge black; 
		padding: 4px;
		
		width: 80%;  
                
			}


/* images */

.image1
		{position: absolute;
		display: block;
		margin: 1em;
		/* border: 3px  ridge  silver; */
		padding: 2px;
		
		top: 500px;/* left: 45%; */
		z-index: 7;
			}

.image2
		{position: absolute;
		display: block;
		left: 68%; top: 500px;
		margin: 1em;
		border: 3px  ridge  silver;
		padding: 2px;
		width: 300px; height: 300px;
		
			}































