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

* {
	margin: 0px;
	padding: 0px;
	font-family: geneva, tahoma, verdana, sans-serif; 
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

a { color: #5E2E18; }
a:hover { color: #73391E; } 
a:visited { color: #5E2E18; }
a:active { color: #73391E; }
a[href="#"] {  }

body {
	background-color: #38461F;
	color: #333;
	font-size: small;
}

* html body { /* IE larger text size fix */
	font-size: 80%;
}

/* ------------ centering wrapper & main "card" area --------------- */

#ceibw { 
	position: relative;
	margin: 15px auto 0px auto;
	width: 850px; 
	height: 565px; 
	background-color: #FFF;
	border: #000 solid 4px;
	overflow: visible;
	z-index: 100;
}

#card { 
	position: relative;
	margin: 10px;
	width: 828px;
	height: 543px;
	border: #000 solid 1px;
}

/* ----------- page content ------------ */

#logo { 
	position: relative;
	top: 0px;
	width: 100%;
	height: 155px;
}
#logo p {
	margin: 15px auto 0px auto;
	width: 100%; 
	height: auto;
	text-align: center;
}

#hdr { 
	position: relative;
	top: 0px;
	width: 100%;
	height: 95px;
}
#hdr p {
	margin: 0px auto;
	width: 100%;
	height: auto;
	text-align: center;
}

#nav { 
	postion: relative;
	top: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
}
#nav p { 
	margin: 5px auto 0px auto;
	width: 583px;
	height: auto;
	text-align: center;	
}
#nav p img {
	float: left;
	margin: 0px;
	padding: 0px 5px;
}


#content { 
	position: relative;
	top: 0px;
	width: 100%;
	height: ;
}
#content p {
	margin: 25px 70px;
	width: auto;
	height: auto;
	text-align: center;
	line-height: 1.4em;
	font-size: 95%;
}


/* ---------------- copyright info ----------------- */
#copy { 
	position: relative;
	top: 5px;
	width: 100%;
	height: auto;
	text-align: center;
}

#copy p {
	margin: 0px auto;
	width: auto;
	text-align: center;
	color: #586E30;
	font-size: 85%;
}

#copy p a {
	color: #586E30;
}
#copy p a:hover { color: #749040; }


