body { color:#333; 
	background-color:#FEFFF2; 
	/* background-image: url(../images/light.gif);*/ 
	margin:20px; 
	padding:0px; 
	font:11px verdana, arial, helvetica, sans-serif; }
 /*color was #cccccc*/ 
h1 { 	margin:0px 0px 15px 0px; 
	padding:0px; 	
	/*font-family: arial;*/
	font-size: 16px; 
	font-weight:800;
	color:#666;
     } 
h2 { 	font:bold 12px/14px verdana, arial, helvetica, sans-serif; 
	margin:0px 0px 3px 0px; 	
	padding:0px; } 

/*test for netscape*/ 

h3 { color:#3366cc; background: transparent; font-size:40px;} 


 p { 	font:11px/20px verdana, arial, helvetica, sans-serif; 
	margin:0px 0px 16px 0px; 
    	padding:0px; } 

hr {    margin:0px 0px 2px 0px; 
    	border-style: dashed;
	color: #c63;
width:90%}

.Content>p {margin:0px;} 
.Content>p+p {text-indent:30px;} 

a {	color:#960; 
	font-size:11px; 	
	font-family:verdana, arial, helvetica, sans-serif; 
	font-weight:600; 
	text-decoration:none; }
a:link {color:#960;} 
a:visited {color:#960;} 
a:hover {background-color:#993;} 
/* All the content boxes belong to the content class. */
 .content {
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 50px 20px 120px;
	border-style: solid;
	border-color: #AE580B;
	border-width:1px;
	background-color:white;
	padding:10px;
	z-index:3;
	left: 57px;
	top: 0px;


/* This allows the content to overlap the right menu in narrow windows in good browsers. */ } 
/* All the content boxes belong to the content class. */ 

.content2 { position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */ width:auto; min-width:120px; margin:0px 210px 20px 170px; border:1px solid black; background-color:white; padding:10px; z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */ } 

#goals {	position:absolute; 
		width:150px; 
		top:20px; 
		left:20px; 
		border-style:dashed; 
		border-color: #c63;
		border-width:1px;
 		background-color: #fff;   /*#FBF2B3; */
		padding:10px; z-index:2; 

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. 
The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */ 
voice-family: "\"}\""; 
voice-family:inherit; width:128px; } 

/* I've heard this called the "be nice to Opera 5" rule. 
Basically, it feeds correct length values to user agents that exhibit the 
parsing error exploited above yet get the CSS box model right and understand 
the CSS2 parent-child selector. 
ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). 
*/ 
body>#goals {width:128px;} 

#goals a:hover { background: #cc9; /*#CDC6DD;#ddd;*/ color: #fff; text-decoration: none; } 

#philosophy {position:absolute;
		 width:150px; 
		 top:460px; 
		 /*margin-bottom:100px;
		 bottom: 50px;*/
		 left:20px;
		 border-style:dashed;
	         border-color: #c63;
	 	 border-width:1px;
		 background-color:#fff;
		 padding:10px; z-index:2; 
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. 	
    The incorrect IE5/Win value is above, while the correct value is below.  
     See http://glish.com/css/hacks.asp for details. 
   */ 
	voice-family: "\"}\""; 
	voice-family:inherit; width:128px; } 
/* 
  I've heard this called the "be nice to Opera 5" rule. 
 Basically, it feeds correct length values to user agents that exhibit the parsing 
   error exploited above yet get the CSS box model right and understand the CSS2 
  parent-child selector. 
ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). 
*/ 
body>#philosophy {width:128px;} 

#philosophy a:hover {  background: #cc9; 
				/*#CDC6DD;#ddd;*/ 
				color: #fff; 
				text-decoration: none; } 

