body {
	background-color: #fff;
	background-image: url("../images/chicweedPattern4.gif");
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #999;
	font-family: Verdana, Helvetca, Arial, sans-serif;
	font-size: 11px;
}

#wrapper {
	margin:0px;
	padding: 0px;
	overflow:hidden;
	width:100%;
	height: 100%;
}

/* HEADER */
#header {
	position: absolute;
	width: 100%;
	height: 111px;
	top: 68px;
	margin: 0px;
	background-color: transparent;
	background-image: url("../images/header-bg.png");
	background-repeat: repeat-x;
}

#logo_container {
	width: 820px;
	margin: 20px auto 0px auto;
}

.logo {
	display: inline;
	float: left;
	width: 442px;
	height: 100px;
}
.contact_text {
	display: inline;
	float: left;
	text-align: right;
	width: 368px;
	height: 71px;
	margin: 20px auto 0px auto;
	color: #666;
	
}
/* END HEADER */

/* CONTENT */

#content {
	position: absolute;
	width: 100%;
	height: 528px;
	top: 180px;
	margin: 0px;
	background-color: transparent;
	background-image: url("../images/body-bg.png");
	background-repeat: repeat-x;
}

.content_container {
	width: 820px;
	height: 440px;
	margin: 0px auto;
}

#leftNav {
	float: left;
	text-align: left;
	width: 90px;
	height: 348px;
	margin: 50px 75px 0px auto;

}

#leftNav img {
	margin-bottom: 28px;
}

#main_area {
	width: 655px;
	height: 440px;
	float: right;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

#flashHolder
 {
	margin: 10px 0px;
	background-color: #fff;
}

.bird {
	margin-left: 20px;
}

/* END CONTENT */

/*FOOTER */

#footer {
	display: none;
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0px;
	margin: 0px;
	background-color: transparent;
	background-image: url("../images/footer.png");
	background-repeat: repeat-x;
}

/* END FOOTER */

/* CONSTANTS */
.caps {
	text-transform: uppercase;
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

/* email link */
a, a:link, a:visited {
	border: 0px;
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	border: 0px;
	color: #cc6017;
	text-decoration: none;
}
/* END email link */

/* navigation link */
a.nav, a.nav:link, a.nav:visited {
	border: 0px;
	color: #fff;
	text-decoration: none;
}
a.nav:hover, a.nav:active {
	border: 0px;
	color: #fff;
	text-decoration: none;
}
/* END navigation link */


img {
	border: 0px;
}
	
