	html, body {
		height: 100%;
	}
	html { font-size: 100%; /* IE hack (http://www.clagnut.com/blog/348/#c790) */ }
	body {
		font-size:62.5%; /** take all text down to 10px **/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
	}
	table { font-size: 100%; /* IE hack (http://www.clagnut.com/blog/348/#c790) */ }
	a {color:#FFFFFF;}
	a:visited {color:#FFFFFF;}
	a:hover {text-decoration: none;}
	
	#content {
		margin: 0 auto;
		width:950px;
		font-size:1.2em; /** main content at 12 px **/

	} 
	
	input, select, th, td {font-size:1.2em; }
	h1 {font-size:1.5em}  /* displayed at 18px (18/12 = 1.5em) */
	h2 {font-size:1.25em}  /* displayed at 15px (15/12 = 1.25em) */
	
	#navigation {
		clear:both;
		margin: 30px auto;
		text-align:center;
	}
	#navigation td {font-size: 1.5em;}
	#navigation a {margin: 0 10px 0 10px; text-decoration:none;}
	
	a.green, a.green:visited {color:#85a343;}
	a.orange, a.orange:visited { color:#9f5017;}
	a.blue, a.blue:visited {color: #4b8174;}
	a.red, a.red:visited {color: #e02a75;}
	
	#copy {float:left; width:620px; padding: 0 20px 100px 0;}
	#photos {float:left; width:280px; padding:0 20px 100px 0;  text-align:center;}
	