
body {
	
	font-family: "Trebuchet MS", Verdana;
	xbackground: #b49b63 url(images/background.png) top center repeat-x;
	background-color: #b49b63;
	margin-top: 0px; 
	color: #000;
		}
	
body a {
	text-decoration: none;
	
	}
	
div#menu {
	background:#d94811;
	color: #fff;
	margin: 0px 0 0 0;
	height: 39px; 
	width: 100%;
	text-align: center;
	
	}
div#menu a {
	color: #fff;
	font-weight:bold;
}
	
div#home {
	flaot: left;
	text-align: left;
	xbackground:  #fff;
	width: 100%;
	height: 100%;
	xborder: 1px solid #000;
	}

#content {
	font-size: 1.0em;
	xborder: 1px solid #000;
	width:100%; 
	float: left;
	xbackground: #af935e;
	}

	
H1 {
	font-size: 23px;
	margin: 0 0 0 0px; 
	
	}

sup {
    xfont-size: 12px;
   xvertical-align: baseline;
    position: relative;
    xbottom: 0.33em;
}

ul.white li { color:white; }







/* End Structure */


