		
/*Author: Pearl Wiebe, April 2007*/

/* styling for the divs*/

		#outer		{
				 position: static;
				 border-style: solid;
				 border-color: #8ab1b3;
				 border-width: 30px;
				 background-color: #8ab1b3;
				 width: 100%;
				 height: 100%;
				 }

		#container	{
				 position: static;
				 /*border-style: solid;
				 border-color: blue;*/
				 width: 700px;
				 margin-left: auto;
				 margin-right: auto;
				 background-color: black;
				 font-family: "Arial Narrow", Arial, sans-serif;
				 }


		#header		{position: static;
				/*border-style: solid;
				border-color: orange;*/
				border:0;
				}
				
		#header2	{
				 position: static;
				 /*border-style: solid;
				 border-color: silver;*/
				 border:0;
				  }

		#nav		{
				 position: static;
				 /*border-style: solid;
				 border-color: green;*/
				 border:0;
				 background-color: black;
				 width: 250px;
				 }

		#content  	{
				 position: relative;
				 /*border-style: solid;
				 border-color: teal;*/
				 border:0;
				 background-color: black;
				 width: 450px;
				 left: 225px;
				 top: -330px;
				 padding: 0;
				 margin: 0;
				 color: white;
				 }

		#footer		{
				 position: relative;
				 bottom: 0;
				 width: 700px;
				 /*border-style: solid;
				 border-color: purple;*/
				 background-image: url(images/header2_v2.gif);
				 color: black;
				 font-size: 15px;
				 }

		#footer p	{
				 margin:0;
				 }


/* styling for the nav buttons*/
		
		#nav a:link visited hover active		
				{text-decoration: none;}
		
		#nav img	{border:0;}
		

/* styling for content elements*/

	
		
		a:visited	{color: white;}
		



/*styling for gallery images 3*/

	.outerbox 		{
				 width: 400px; 
				 height: 400px; 
				 overflow: hidden; 
				 border: 0; 
				 margin: 20px 0 20px 35px; 
				 padding: 0; 
				 }

	.innerbox 		{
				 min-height: 200px; 
				 height: auto !important; 
				 height: 200px; 
				 border: 0; 
				 margin: 0; 
				 padding: 0; 
				 }
				 
		
	#image1 		
