@charset "utf-8";
/* shw_global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	font-family: Garamond, "Times New Roman", serif;
	text-decoration: none;
	border: none;
	outline: none;
}

a { color: #555; }
a:link { color: #555; }
a:visited { color: #555; }
a:hover { color: #339966; }
a.active { color: #339966; }

body {
	background-color: #FFF; 
	color: #555;
	font-size: small;		
	letter-spacing: 1px;
}

#ceibw { border: #000 solid 0px;
	position: relative;
	top: 50px; /* use top position instead of margin for IE7 bug */
	margin: 0px auto; /* was top margin 4% */
	width: 980px; 
	height: 550px; 
	overflow: hidden;
	z-index: 100;
}
#splash #ceibw {
	width: 950px;
}

#splash .hdr { 
	position: absolute;
	top: 0px;
	left: 20px; /* 30, minus whitespace */
	width: 100%;
	height: 70px;
	overflow: visible;
	z-index: 8;
}

.name {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 25px;
	text-align: left;
	z-index: 12;
}

#menu_cntr { 
	position: absolute;
	top: 38px;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: left;
	overflow: visible;
	z-index: 10;
}

/* ------- splash page images -------- */

#img_cntrL, #img_cntrR { /* these numbers must be adjusted if the image size changes */
	position: absolute;
	top: 90px; 
	width: 440px;
	height: 460px;
}
#img_cntrL { left: 28px; text-align: right; } /* adjust numbers to make img line up w/ left text, & leave a 10px center margin */
#img_cntrR { right: 32px; text-align: left; }

/* ----------------------------------- */

#ftr_wrap { 
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px auto;
	width: 100%;
	height: 20px;
}

#copy {
	position: relative;
	margin: 0px auto;
	width: 90%;
	min-width: 1000px;
	font-size: 80%;
	color: #999;
	text-align: right;
	z-index: 1000;
}


