body {
	/* 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	*/
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	font-size: 80%;
	color: darkblue;
	/*
	background-color: darkblue;
	*/
	background: url(/images/irisWindow.JPG);
}	

#C  {color: red; }
#o1 {color: orange; }
#l  {color: green; }
#o2 {color: blue; }
#r  {color: purple; }

h1 {
	font-size: 300%;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#title {
	margin-left: 10px;
	color: darkblue;
}

#address {
}
.phone {
	display: block;
}
.email {
   display: block;
}
	
#menu {
	position: absolute; 
	float: left;
	left: 0px;
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	font-weight: bold;
}

#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
   /*
   */
	text-decoration: none;
	}	

	
#menu li a:link, #menu li a:visited {
	color: #3e64aa;
	display: block;
	background: url(/images/menu1.gif);
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #102955;
	background: url(/images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
	
#menu li a:active {
	color: #102955;
	background: url(/images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
}

#menu li.selected a {
	background: url(/images/menu1.gif) 0 -32px;
}

#menu ul li a span {
	margin: 1em;
}

#content {
	padding: 5px 5px 5px 10px;
	font-size: 120%;
	position: absolute; 
	left: 220px; 
	right: 40px;
	width: auto; 
	color: darkblue;
	border: groove ;
	background: aliceblue ;
}

#content a       { color: blue; }
#content a:hover { color: purple; }
#content a:visited { color: darkblue; }
/* Good for a blue background
#content a       { color: yellow; }
#content a:hover { color: orange; }
#content a:visited { color: palegoldenrod; }
*/
/*
#content p {line-height: 1.25em;}
*/

