/* MENU */
.menuleft {
	float: left;
    margin-bottom: 10px;  
	padding: 0;
	border-bottom: 1px dotted #7f7f7f;
	width: 100%
}
.menuleft ul {
	margin: 0;
	padding: 0;
}
.menuleft li {
	float: left;
	list-style: none;
	padding: 5px;
}

.menuleft .current {
	border: solid 1px #7f7f7f;
}

p, {
	line-height: 175%;
	}
	
p, li.vert {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	line-height: 175%;
	font-stretch:expanded;
	}

li.vert {
	line-height:125%;
	margin-left: 20px;
	}

/* MENURIGHT */
.menuright {
//	float: right;
	padding: 0;
	width: inherit
}
.menuright ul {
	margin: 0;
	padding: 0;
}
.menuright li {
	float: right;
	list-style: none;
	padding: 5px;
}
.menuright li, .menuright a {
}
.menuright .previous {
	font-weight: bold;
	margin-left: 25px;
}
.menuright .next {
	font-weight: bold;
}
.menuright .readout {
	font-weight: bold;
}
.menuright .current {
	border: solid 1px #7f7f7f;
}
/* SITE WRAPPER */
#wrapper2CE, #wrapperCE {
	text-align:left;
	width: 680px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	}

/* CONTACT */
#contact {
	//float: left;
	//margin-bottom: 10px;
	padding: 5px;
}

/* STAGE */
#stageCE, #stage2CE, #indexCE {
	float: left;
	position: inherit;
	margin: 0;
	width: 680px;
	HEIGHT: 450PX;
}

#stageCE, #stage2CE {
	padding-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}

#stageLEFT {
	float: left;
	width:50%;
	vertical-align:bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	line-height: 175%;
	margin-top: 15px;}

#stageIMG_LEFT {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:15px;
	float:left;	
    margin-left: auto;
    margin-right: auto;
	}
	

#stageRIGHT {
	float:right;
	width:50%;
	vertical-align:bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	line-height: 175%;
	margin-top: 15px;
	}
	
#stageIMG_RIGHT {
	float:right;
	width:50%;
	vertical-align:bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	line-height: 175%;
	margin-top: 15px;
	text-align:center;
	}

	
