		* {
			margin: 0; 
			padding: 0;
			border-style: none;
			font-family: "Gill Sans", "Helvetica", "Arial", "Geneva", sans-serif;
			font-weight: lighter; 
			font-size: 100%;
		}
		
		p {
			font-size: .8em;
		}
		
		h3 {
			font-weight: lighter;
			font-size: 1em;
			margin-top: 2em;

		}
		
		body {
			background: #FFFFFF url('images/bkgd.gif') repeat-y right; 
		}
		
		#main {
			width: 800px; 
			height: 400px;
		}

		#navig {
			width: 200px; 
			height: 100%;
			position: absolute; top: 0px; left: 0px;
			float: left;
			background-color: black;
			text-align: center;
		}

		#content {
			width: 840px;
			height: 500px;
			position: absolute; top: 0px; left: 225px;
			padding-top: 20px;
			float: left;
		}
		
		#body {
			width: 600px;
		}

		div#content a:hover {
			font-decoration: none;
			font-style: italic;
			color: #826ba9;
		}

		div#navig div {
			color: white;
		}
		
		#logo {
			width: 100%;
			height: 100px;
			padding-top: 20px;
		}

		#buttons {
		}

		#foot {
			width: 100%;
			height: 50px;
			position: absolute; bottom: 10px;
			color: white;
			font-size: .75em;
			line-height: 150%;
		}

		/*
		#content {
		}
		*/
		
		div#pixone img {
			border: 0px solid black;
			float: left;
		}
		
		div#pixtwo img {
			border: 5px solid black;
			float: left;
		}
		
		div#pixthree img {
			padding-right: 20px;
			float: left;
		}
		
		#next_pg a {
			color: black;
			text-decoration: none;
		}
		
		#next_pg a:hover {
			font-style: italic;
			font-size: .9em;
			color: black;
			text-decoration: none;
		}
		
	/*	#next_pg a:visited {
			font-style: italic;
			color: black;
			text-decoration: none;
		}
	*/	
		
		/*		
		#buttons a#one {
			background-image: url(off-image);
			width: imgwidth;
			height: imgheight;
		}
		#buttons a#one:hover {
			background-image: url(on-image);
		}
		div#foot p {
			font-size: 150%;
		}
		
		*/
		
		
		div#content p {
			font-size: 14px;
			margin: 5px 0px 15px 0px;
		}
		
		div#foot a {
			color: #ffffff;
		}
		div#foot a:visted {
			color: #cccccc;
		}
		div#foot a:hover {
			font-style: italic;
			color: #bfb2d3;
		}
		
		#arrow {
			margin-right: 10px;
			vertical-align: top;
		}
		
		span.ital {
			font-style: italic;
			font-size: 1em;
			text-decoration: none;
		}
		
