/* THIS CSS FILE is a work-in-progress, which may replace "stearth.css", the current global stylesheet 
for the st. earth site*/
/* this css file used ONLY in /clay/philo/rare-earth-new.shtml */

body  {
	background-color: #FFFFFF;
	/*background image changed to an image in the page - it lives in #Header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 2px;
	margin: 8px 0 6px 0;
	border-width: 0 0 1px 0; 
	border-style: none none dashed none; 
	}

a { text-decoration: none; color: #CC6600}

a:hover {	
		color: #CC6600;
		border-bottom: #CC6600; 
		border-width: 0 0 1px 0; 
		border-style: none none dashed none; 
	}
	
#Container {
	position:relative;
	width: 740px;	
	margin: 0; 
	padding: 0;
	text-align: left;
	}

#Header {
	margin: 0 auto; 
	padding: 0;
	}

#Column01 {	
	width: 550px;
	margin: 0 0 0 15px;
	padding: 0;	
	}

#topnav {
	font-size: small;
	color: #000000; /*this color is black, duh */
	margin: 0 0 20px 50px; /*this indents from left edge */
	}

#topnav a {text-decoration: none; color: #000000}

#topnav a:hover {	
		color: #000000;
		border-bottom: #000000; 
		border-width: 0 0 1px 0; 
		border-style: none none dashed none; 
	}

.text {
	font-size: small;
	color: #331F03; /*this color is grey-green */
	}

.smalltext {font-size: xx-small;}

.image {
	float: right;
	margin: 1em 0 1em 2em;
	border: 0;
	background-color:#D9933E;
	}
	
.image p {
	font-size: x-small;
	background-color:#D9933E;
	margin: 0;
	padding: 0 0 3px 3px;
	float: none;
	}