#bgWallTop {
	
	}


#thms {
	float: left;
	width: 300px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

#ecard {
	float: right;
	width: 400px;
	margin-right: 10px;
}

#zindex {
	position: relative;
	z-index: 3;
	}

#info {
	float: right;
	diplay: inline;
	width: 400px;
	position: relative;
	z-index: 3;
	margin-right: 15px !important;
	margin-right: 0px;
}

#thms img {
	/* temp? */ border: 1px solid #333;
}

#floor {
	margin-top: -100px;
	position: relative;
	z-index: 1;
	}	
	
/* UPDATE THIS STUFF BELOW */
.entry {
	width: 412px;
	background: url(/common/img/bgEcards.gif) center center repeat-y;
	text-align: left;
	margin-top: -3px;
	margin-left:-10px;
	}

.entryTop {
	width: 412px;
	height: 54px;
	background: url(/common/img/bgEcardsTop.gif) top center no-repeat;
	margin-left:-10px;
	}
	
.entry .text {
	left: 35px;
	position: relative;
	margin-bottom: -25px;
	}
	
.entry .text2 {
	margin-left: 35px;
	width: 360px;
	}
	
.entry h2, .entry h3 { 
	margin: 0 0 0 35px; 
	color: #e41e30;
	font-family: "Georgia", Serif;
	font-style: italic;
	font-weight: normal;
	}
	
.entry h2 { font-size: 2em; }

.entry p.date { 
	color: #e41e30; 
	font-size: 1.2em;  
	}

.entry p { 
	margin: 0 35px 0 35px; 
	line-height: 2em;
	}
	
label { 
	margin-left: 15px;
	width: 120px; 
	display: block;
	float: left;
	}
	
	
.card {
	border: 2px black solid;
	}	