body {
	
	color: black;
display: inline; 
	}
.nobreak {
        page-break-inside: avoid;
    }


h1 { /*brown ELLEN ADAMS heading*/
	font-family: Helvetica;
	font-weight: normal;
padding-bottom: 20px;
	display: inline; 
	font-size: 100px;
	color: #4A442C;
	}



h2 {
	font-family: Courier;
	font-weight: normal;
	display: inline; 
	font-size: 14px;
	color: #516025;
	}

h3 {
	font-family: Courier;
	font-weight: normal;
	display: inline; 
	font-size: 14px;

	color: #78893B;
	}
h4 {	
	font-family: Helvetica;
	font-weight: normal;
	display: inline; 
	font-size: 14px;
	color: #4A442C;
}

h5 {
	font-family: Courier;
	font-weight: normal;
	display: inline; 
	font-size: 30px;
	color: #516025;


	}

h6 /*THAI LETTERING*/ {	
	font-family: Arial Unicode;
	font-weight: normal;
	display: inline; 
	font-size: 25px;
	color: #78893B;
}



a { 
text-decoration: none;
display: inline;  
}



dl {
	margin: 0;
	padding: 0;
	width: 100%;
}
dt {
	padding-left: 8px;
	padding-top:0px;
	float: left;
}

dd {
	text-align: right;
	padding-top:0px;
	padding-right: 8px;
}




#masthead {float: left; width: 900px; padding-left:20px; padding-top:20px; display: inline;}
#nav {float: left; width: 300px; padding-left:20px; padding-top:400px; display: inline; }
#content {float: left; width: 368px; padding-left:20px; display: inline; }
#sidebar {float: left; text-align: right; width: 200px; display: inline; }
#footer {position:absolute;
   bottom:0;
   width:100%;
   height:16px;   /* Height of the footer */
   background: ####;}

