@charset "utf-8";
/* CSS Document */
body {
	background-color:#e5e2da;
}

#navigation {
}

.shadow {
	text-shadow: 3px 3px #000;
}

footer {
	font-size: 0.8rem;
	color: #fff;
	background-color: #666;
	padding: 2px 5px 2px 5px;
}
footer a {
	color:#CC9;
	margin-left: 20px;
}
footer a:hover {
	color: #6F0;
	}
	
/* The following css is not part of the template but is widely used as the top heading*/

#pub_header {
	margin-bottom:10px;
	margin-top: 90px;
	}
#pub_header h1 {
	font-size: 3rem;
	}

#header_text {
	z-index: 100;
}
#header_image {
	z-index: 0;
}