@charset "UTF-8";
@import url(layout.css);
@import url(master.css);
@import url(navigation_menu.css);
@import url(hacks.css);

/* PROJECT: Tropical Biology Association */
/* AUTHOR: Francis Rowland 2007 */
/* CREATED: 03/05/2007 */

/* BASE STYLES */

/* version: 1.1 */



*, html {
	margin:0 0;
	padding:0 0 ;
}
/* url(http://www.tropical-biology.org/images/general/page_bgs/tba_stripe2.png)*/
body {
	background:#669900; 
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif;
	color:#000000;
	text-align:center; /* small hack to make IE 5/6 behave */
	}

html, body {
	/*height:88%;*/
	height:100%;
	}	