body {
     background: #663366;
     font-family: verdana, arial, sans-serif; 
     color: #FFFFFF;
     }

a:link {color: #00FF00}     /* unvisited link */
a:visited {color: #009900}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
 
ul.group {
	 list-style-type: disc;
	 margin: 1% 1% 1% 1%;
	 padding: 1px 15px 1px 20px;
       }

hr {display:none}

#art {
	 background:#D2C4BD;
	 border-top: 3px outset #D2AF9D;
	 border-bottom: 3px outset #D2AF9D;
	 border-right: 3px outset #D2AF9D;
	 border-left: 3px outset #D2AF9D;

	 padding: 1px 5% 10px 1px;
	 margin: 10px 1% 20px 1%;
     }

#family {
	 background:#D2C4BD;
	 border-top: 3px outset #D2AF9D;
	 border-bottom: 3px outset #D2AF9D;
	 border-right: 3px outset #D2AF9D;
	 border-left: 3px outset #D2AF9D;

	 padding: 1px 5% 10px 1px;
	 margin: 10px 1% 20px 1%;
	}

p.index_title {
	      font-size: small
	      }

p.groupheader {
	      font-size:large;
	      font-weight:bold;
	      }
     
p.footer {
	 width:100%
	 position:absolute;
	 bottom:1px;
	 }


#faves {
	 background:#D2C4BD;
	 border-top: 3px outset #D2AF9D;
	 border-bottom: 3px outset #D2AF9D;
	 border-right: 3px outset #D2AF9D;
	 border-left: 3px outset #D2AF9D;

	 padding: 5px 1px 10px 1px;
	 margin: 5px 1px 2px 1px;
	 }


#leftcontent {
	 background:#D2C4BD;
	 border-top: 3px outset #D2AF9D;
	 border-bottom: 3px outset #D2AF9D;
	 border-right: 3px outset #D2AF9D;
	 border-left: 3px outset #D2AF9D;

 	 float: left; 
	 padding: 1px 5% 10px 1px;
	 margin: 10px 1% 20px 1%;
	 width: 48%; /* ie5win fudge begins */
	 voice-family: "\"}\"";
	 voice-family:inherit;
	 width: 41%;
	 }
html>body #leftcontent {
	  width: 41%; /* ie5win fudge ends */
	  }
#leftcontent2 {
	 background:#D2C4BD;
	 border-top: 3px outset #D2AF9D;
	 border-bottom: 3px outset #D2AF9D;
	 border-right: 3px outset #D2AF9D;
	 border-left: 3px outset #D2AF9D;

 	  float: right; 
	  padding: 1px 5% 10px 1px;
	  margin: 10px 10px 20px 7px;
	  width: 48%; /* ie5win fudge begins */
	  voice-family: "\"}\"";
	  voice-family:inherit;
	  width: 41%;
	  }

html>body #leftcontent2 {
	  width: 41%; /* ie5win fudge ends */
	  }






