/* Validated by W3C CSS Validation Service */

* { margin: 0; padding : 0 ; /* text-align : center */ }


html, body { height: 100%; align-content: center; }

body {
min-width: 900px;
max-width: 900px;
margin: 0 auto;
/*
align-content: center;
 margin-left: 0; 
 */
}

#wrapper 
{ 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* -30px;  the bottom margin is the negative value of the footer's height */
	background: #fff9ee;
	font-family: "verdana", sans-serif;
	
}

#hdr { margin-left : 200px ; height: 200px; padding: 10px; background : #fff9ee; }

#nav { float : left ; position: absolute; top: 0px; left: auto;  width : 200px ; height: 100%; background : #fff9ee;  border-right: 1px solid #eee5dd;  }

#nav2 { float : left ; position: absolute; top: 0px; left: auto;  width : 200px ; height: 100%; background : #fff9ee;  border-right: 1px solid #eee5dd;  }

#divhr { border-style: solid none none none; border-color: black; border-width: 1px; margin: 0px 30% 0px 30%; }

#divnav { border-style: solid none none none; border-color: black; border-width: 1px; margin: 0px 10% 0px 10%; }

#txt { margin : 0px 0px 0px 200px ; padding: 10px; text-align : center; height : 100%; background : #fff9ee; border-left: 1px solid #eee5dd; }

#rbox { margin : 0px 0px 0px 0px;  border : 5px solid lightgrey ; text-align : center ;  border-radius : 20px; }

#tbox { margin : 10px 10px 10px 10px; padding: 0px 5px; border : 3px solid lightgrey ; border-radius : 10px; font-size: x-small}

#prenav { font-family: verdana; }

#h1event { font-style: bold; }

#h2event {  }

#h3event { font-size: small; }

#navbtn { border : 2px solid gray ; border-radius : 5px; padding: 0px; margin : 10px 10px 10px 10px ; text-align : center; font-style: bold; font-size: small; color: #00561F; }

#navbtntitle {  padding: 0px; margin : 0px 10px 0px 10px ; text-align : center; font-style: bold; font-size: x-large; color: #00561F; }

#navbtntitle2 {  padding: 0px; margin : 0px 10px 20px 10px ; text-align : center; font-style: bold; font-size: small; color: #00561F; }

#navbtn2 { border : 2px solid gray ; border-radius : 5px; padding: 0px; margin : 10px 10px 10px 10px ; text-align : center; font-style: bold; color: #00561F; z-index: 5; }

#navsmall { font-size: x-small; }

#jsMsg { font-size: small; index.html}



