@charset "utf-8";
/*
==========================
===== GLOBAL STYLING =====
==========================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	background: url(../_img/bg-main.jpg) repeat-x #201f15;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#rootContainer {
	margin: 0 auto;
	width: 960px;
}
#masthead {
	background: url(../_img/masthead.png) no-repeat;
	height: 42px;
	width: 960px;
	margin: 40px 0 50px 0;
}
#bird {
	background: url(../_img/bird.png) no-repeat;
	z-index: -1;
	height: 300px;
	width: 198px;
	position: absolute;
	left: 820px;
	top: 49px;
}
#introMessage {
	background: url(../_img/box.png);
	width: 898px;
	padding: 28px 30px;
	font-size: 2em;
	margin: 0 0 30px 0;
	line-height: 35px;
}
#introMessage #intro-home {
	background: url(../_img/introText-home.png) no-repeat;
	height: 123px;
	width: 571px;
}
#footer {
	clear: both;
	margin: 40px 0;
	background: url(../_img/footer.png) no-repeat;
	height: 42px;
	width: 960px;
}

/* ===== GENERIC CLASSES ===== */ 
.hideMe {
	display: none;
	line-height: 0;
}
.bold { font-weight: bold; }