body {
	font: 0.7em verdana, arial, helvetica, serif;
	background: black;
	text-align: center;
	padding: 0;
	margin: -0.5em 2em 0em 0em;
}

#container {
	width: 880px;
	background: url(images/back.jpg) top right no-repeat;  
	text-align: left;
	border: 0;
	margin: 0 auto;
}

#contained {
	width: 480px;
	background: url(images/square.jpg);  
	text-align: justify;
	border: 0;
	padding: 0;
	margin: 0em 0em 2.5em 2.5em;
}

#bottom {
	width: 480px;
	background: black;  
	text-align: center;
	border: 0;
	padding: 0;
	background: url(images/footer.jpg) no-repeat top center;
	margin: -2.5em 0em 2.5em 2.5em;
}

/* hidden */
#contained h3 span {
	visibility: hidden;
	}

/* h3 text-replacing images (text hidden above) */
#contained h3 {
	margin: 0;
	height: 30px;
	background: url(images/h3.jpg) no-repeat top center;
	}

#calmonth {
	background: #ffcc99;
	font-style: normal;
	text-align: center;
	padding: .5em;
	margin: .5em;
}

#calentry {
	background: transparent;
	font-style: normal;
	padding: 0em 1em;
	margin: 0em 1em 1em .5em;
}

.calblock {
	font-variant: small-caps;
	font-style: normal;
	background: transparent;
	text-align: left;
	margin: 0em;
}

p#caldate {
	background: transparent;  
	color: red;
	text-align: left;
	margin: 0em 1.5em;
}

p#p0 {
	background: transparent;  
	text-align: left;
	margin: 0em;
}

p#p1 {
	background: transparent;  
	text-align: left;
	margin: 1em 2em 1em 1em;
}

p#p2 {
	background: transparent;  
	text-align: center;
	margin: 1em;
}

p#preamble {
	height: 130px;	
	text-align: center;
	color: #1D0D00;
	background: transparent;
}

#preamble strong {
	font-size: 1.2em;
	color: #1D0D00;
}

#le_menu {
	margin: 0em 2.5em;
	padding: 0em 1.5em;
	}

#nav, #nav ul { /* all lists */
	float: left;
	list-style: none;
	line-height: 1;
	width: 50em;
	border-width: 1px 0;
	background: transparent;
	margin: 0;
	padding: 0;
}

#nav a {
	padding: 0px;
	color: 	#FBE8C0;
	font-weight: bold;
	border: 1px solid #E6B346;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 7.5em;
	background: #000000;
	padding: 0.05em;
}

#nav a:hover { 
	background: #FBE8C0; 
	color: 	#000000; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center;
	} 

#nav li { /* all list items */
	padding: 0px;
	color: 	#000000;
	font-weight: bold;
	border: 1px solid #000000;  
	background: #FBE8C0;
	text-decoration: none;
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding: 0px;
	color: 	#000000;
	font-weight: bold;
	border: none;
	background: #FBE8C0;
	text-decoration: none;
	position: absolute;
	width: 7.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	background: transparent;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#contained a:link {
	padding: 1px;
	color: #CC0000;
	border: none;
	text-decoration: none;
	font-weight: bold;
	}

#contained a:visited {
	padding: 1px;
	color: #CC6600;
	border: none;
	text-decoration: none;
	font-weight: bold;
	}

#contained a:hover {
	padding: 1px;
	color: #000CC0;
	border: none;
	text-decoration: none;
	font-weight: bold;
	}

#header {
	height: 15px;	
	text-align: center;
	color: #1D0D00;
	background: url(images/preamble.jpg) no-repeat top;
	}

#footer {
	height: 30px;
	color: #FBE8C0;
	text-align: center;
	margin: 1em 0 0 0;
}

/* ----- SIDE TEXT (positioned to right of main) -----*/

#content #sideText {
	float: right;
	width: 200px;
	margin: 25px 50px;
	padding: 250px 0px;	
	text-align: left;
	color: #FBE8C0;
	font: normal 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	border: 0;
	}
#content #sideText a:link, #content #sideText a:visited {
	padding: 0px;
	color: #E6B346;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	}
#content #sideText a:hover {
	padding: 0px;
	border: 0;
	color: #FAF3E8;
	text-decoration: none;
	font-weight: bold;
	}

/* ----- Final Touch ----- */
#content #auwaiyin  {
	float: right;
	width: 40px;
	height: 120px;
	margin: 0px 0px 150px 0px;	
	background: transparent url(images/auwaiyin.gif) no-repeat;
	}
