/* CSS Document by ESC */
body {
	background-color: #6E4826;
	color: #ECC09A;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center; }
	
p {
	font-family: arial, verdana, sans-serif;
	background-color: inherit;
	color: #F0BC8F;
	font-size: 0.85em;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 130%;
	text-align: left; }

h1 {
	font-family: Sans-Serif;
	font-size: 1.5em;
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: left; }


h2 {
	font-family: Sans-Serif;
	font-size: 1.25em;
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 10px; 
	text-align: left; }
	
h3 {
	font-family: Sans-Serif;
	font-size: 0.85em;
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 10px; 
	font-weight: bold;
	text-align: left; }
	
a:link {
	color: #BB7E49;
	background-color: inherit;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold; }

a:visited {
	color: #BB7E49;
	background-color: inherit;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold; }

a:hover {
	color: #ECC09A;	
	background-color: inherit;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold; }

ul li {
	font-family: arial, verdana, sans-serif;
	font-size: 0.85em;
	margin-left: 10px; 
	margin-right: 10px;
	list-style-type: disc; }	
	
#container { 																/* content flows in here */
	background-color: #6E4826;
	color: inherit;
	width: 750px;
	z-index: 1;
	margin: 0 auto; }
	
#head {																		/* ESC header photo */
	background: url("images/ellie.gif") no-repeat top left;
	height: 135px;
	clear: both;
	z-index: 2; }
	
#main {																		/* main text area */
	background:  url("images/backgroundellie.gif") no-repeat top left;
	background-color: #5C2F09;
	color: inherit;
	padding-top: 25px;
	clear: both;
	z-index: 3; }
					
#menu {																		/* float for text wrap */
	margin : 2px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	z-index: 4; }

#menu p { 	
	text-align:center;
	font-size: 1em;
	font-weight: normal; }
	
#bottom {																	/* contains footer links */
	background:  url("images/backgroundelliebottom.gif") no-repeat bottom left;
	height: 69px;
	z-index: 5; }
		
#bottom p {
	text-align: center;
	font-weight: lighter;
	color: #BB7E49;
	background-color: inherit;
	padding-top: 5px;
	padding-bottom: 15px; }
	
a.skip {																	/* Hide skip to link */
	position: absolute; 
	left: -1000em; 
	width: 20em; }
