	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: #C9A390;
	}
	table { font-size: 100%; /* IE hack (http://www.clagnut.com/blog/348/#c790) */ }
	
	a {text-decoration:underline; color:#c9a390;}
	a:hover {color:#996666;}
	
	a.standout {font-weight:bold; color:#C9a390; background-color:#330000; text-decoration:none; padding: 2px 4px 2px 4px;}
	a.standout:visited {color:#c9a390;}
	a.standout:hover {background-color:#000000;}
	
	/** Heading **/
	#logo {margin:10px 0 10px 0;}
	#phone_number {padding:15px 5px 35px 5px; font-size:16px; font-weight:bold;}
	#black_line {margin:0;}
	
	#content {
		margin: 0 auto;
		width:950px;
		font-size:1.4em; /** main content at 12 px **/
	} 
	
	input, select, th, td {font-size:1.2em; }
	td input, td p, td div, td td p, table td {font-size:1em;}
	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 {width:100%; margin:30px auto; clear:both;}
	#navigation td, th {text-align:center; font-size:1.0em; font-weight:bold;}
	#navigation a {color: #C9A390; text-decoration:none; padding:4px; background-color:#5d2011;}
	#navigation a:visited {color: #C9A390;}
	#navigation a:hover {text-decoration: none; background-color:#000000;}