<style type="text/css">

	
	/* commented backslash hack \*/ 
	html, body{height:100%;overflow:hidden;} 
	/* end mac hack */ 


/* This controls what the hyperlinks look like */

    A:link { color: #0000FF; text-decoration: none;}
	A:visited { color: #0000FF; text-decoration: none;}
	A:active { color: blue;}
	A:hover { color: blue; text-decoration: underline}

		/* BODY CSS */
		/* This controls the overall layout for the page */
		
     BODY    {background-image: url(./images/greysand.gif);
	background-repeat: repeat;
      margin-left: 3%;
	  font: 1em/1.4 Arial, Geneva, Helvetica, sans-serif;}

	#main {
	position: relative;
	 margin-left: 20%;
	}

	#navigation {
	position: fixed;
	 width: 20%;
	 float: left;
	}

	#footer {
	position: relative;
	 width: 90%;
	 margin-left: 5em;
	 font: bold .9em/1.4 Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
	}

    #copyright {margin-left: 1em;
	font: .8em/1 Times, Times New Roman, serif;
	text-align: left;
	}
	

		/* Elements */

	p { margin: .5em 2% 0 0%;
	}

    h1      {font: bold 2.4em/1.5  Times, Times New Roman, serif;
               text-align: center;
               color: #660033;
			   font-style: italic;
			   margin: 0em 0 0em;}
	
	h2 {margin: .8em 0 0;
		font: 1.5em/1.3;
		text-align: center;
		}

	h4 {text-align: center;
		font: bold 1.3em/1.4 Arial, Geneva, Helvetica, sans-serif;
		font-style: italic;
		}
	
	/* Classes */

	.L-pix {margin: 0em 2% 0em 0;
	float: left;}
	
	.R-pix {margin: 0em 0 0em 0;
	}

	.center {margin: 0em 0 0em 0;
	
	}
</style>

