@charset "windows-1252";
		   

	
		body {
			font: 90% arial, helvetica, sans-serif;
			background: white;
			margin: 0;
		}
		
		a {
			color: #cc3300;
			text-decoration: "underline";
		}
		
		a:hover {
			color: #FF6600;
		}
		
		hr {
			color: #0033cc;
			background-color: #0033cc;
			height: 2px;
			margin: 0px; 
		}
		
		#header {
			background: #03c url(images/charlesdarwin.gif);
			height: 105px;
		}
		
		#nav {
			position: absolute;
			top: 105px;
			left: 0;
			width: 770px;
			height: 35px;
			background: #6699cc;
		}
		
		#nav table {
		   	position: relative;	
			top: 4px;
			border-collapse: collapse;
			border-style: solid;
			border-width: 0px;	
			border-color: #6699cc;
			
		}  
		
		#nav td {
			 border-color: #6699cc;
			 background-color: #0033cc;
			 padding: 4px; 
			 border-width: 3px;
			 border-style: solid; 
		}
		
		#nav a {
			font: 80% verdana, arial, helvetica, sans-serif;
			font-weight: bold;
			color: #FFCC00;
			text-decoration: none; 
		}
		
		#nav a:hover {
			 color: #FF6600;
		}
		
/*		#nav a:visited {
			 color: #FF6600;
		}  */
		
		#verse {
			position: absolute;
			top: 160px;
			left: 0;
			width: 160px;
			color: white; 
			margin-top: 160;
			background: #c93;
		}
		
		#content {
			background: #ff9;
			xpadding: 1px 1em 2em 1em;
			padding: 50px 20px 1em 40px;
			border-left: 160px solid #c93;
		}
		
		h2 {
			font-size: 1.5em;
			color: #c30;
		}
		
		h3 {
			font-size: 1.25em;
			color: #c30;
		}
		
		#container {
			position: relative;			 
			top: 15px;
			width: 776px; /* width + border for IE 5.x */
			w\idth: 770px; /* real width   */
			border: 2px solid #03c;
			margin: auto;

		}
		
		blockquote {
		 	color: #0033cc;
		}

		.accent {
			font-weight: bold;
			color: #cc3300;
		}
	
		.frame {
			border-style: solid;
			border-width: 4px;
			border-color: #cc9933;
			margin: 5px 15px 5px 15px;
		}	
		
		.selected {
			color: #6699cc; 
		} 
	
	
	
