/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

body { 
	background: white;
   font-size: 12pt;
	}
p { 
	font: 12pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}


/* specific divs */
#container   {  
				width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;

			}
#intro { 
	min-width: 470px;
	}
#linkList {
	display: none;
	}
#linkList2 { 
	display: none;
	}

#extraDiv1 { 
	display: none;
	}
	
	/* additional */
	
	#navigator {
	display: none;
	}
#navigator2 { 
	display: none;
	}
#navbar1 { 
	display: none;
	}
#navbar2 { 
	display: none;
	}