/* splash.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */


#ceibw { 
	background: #662200 url(../img/noise.jpg) top left repeat;
	position: relative;
	margin: 0 auto;
	width: 1000px; 
	height: 625px; 
	overflow: visible;
	z-index: 100;
}

#home #gradient { 
	background: #662200 url(../img/gradient_splash.jpg) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 627px;
	z-index: 1;
}

/* --------------- main img container --------------- */


#home #main_cntr { 
	position: relative;
	float: left;
	width: 100%;
	/*height: auto;
	min-height: 425px;*/
	height: 425px; /* for IE6 no min-height */
	margin: 0 auto 0px auto;
	z-index: 200;	
}

#home #ss_cntr { 
	position: relative;
	top: 20px;
	width: 625px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	z-index: 210;
}

#ss_cntr img {
	position: absolute; /* ! IMPORTANT ! */
	left: 0px;
	margin: 0 auto;
	z-index: 220;
}


/* ---------------- right panel ---------------- */

#rt_cntr { 
	position: relative;
	float: right;
	width: 325px;
	height: 320px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: justify;
	z-index: 500;
}

.italic {
	font-style: italic;
}

#rt_cntr p {
	margin: 0px 50px 15px 0px;
}

#rt_cntr p.links {
	text-align: right;
	margin: 0px 50px 0px 0px;
}
#rt_cntr p.links a:hover { color: #E3F6B4; }

#rt_cntr p.resv {
	position: absolute;
	top: 325px;
	left: 0px;
	text-align: right;
	margin: 0px 50px 0px 0px;
}
#rt_cntr p.resv .subtxt {
	font-size: 85%;
	color: #300;
}

#speaker { 
	position: absolute;
	/*left: 642px;*/
	left: -33px;
	/*bottom: 15px;*/
	top: 408px;
	width: 260px;
	height: 30px;
	z-index: 525;
}
#speaker p { 
	position: absolute;
	top: 0px;
	left: 33px;
	margin: 0;
	font-size: 85%;
	color: #200;
	font-style: italic;
}
#speaker p a { color: #300; }
#speaker p a:hover { color: #CA5; }

#gnocco { 
	position: absolute;
	right: 10px;
	/*bottom: 0px;*/
	top: 420px;
	width: 120px;
	height: 35px;
	overflow: hidden;
	z-index: 526;
}
#gnocco img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#gnocco p {
	position: absolute;
	bottom: 3px;
	right: 0px;
	margin: 0;
	font-size: 75%;
	text-align: right;
	color: #300;
}

#home #copy {
	padding: 10px 0 0 0;
}
#home #copy p { 
	position: relative;
	width: 850px;
	height: auto;
	margin: 0 auto 0 0;
	padding: 0px 0 0 10px;
	text-align: left;
	color: #200;
}