body {	
	font-family: Arial, Helvetica, sans-serif;
    	color : #3D006A;
	

	/* Use this technique to set a simple background color. */

	background: #FFB8FF	

      /* Use this technique if you want a background image.  Remove the 	   comment brackets to do that.  */

	/* background-image: url 		   (../images/GreenRagBackgroundCompressed.jpg);
	background-repeat: repeat;	*/
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

div.navigation{
	float: left;
	width: 21em;
}


div.content{
	margin: 0 10em 0 21em;
}

div.gallery{
	clear: left;
}