
/*----Structural DIVs----*/

#content {
	background: url(images/backgrounds/content.jpg) no-repeat;
	padding-bottom: 53px;	
}

/*----Other DIVs----*/

#interiorHeader {
	height: 145px;
	margin-bottom: 10px;
	overflow: hidden;
}

.banner {
	margin: 6px 0 0 191px;
}

#leftCol {
	width: 144x;
	float: left;
	margin-left: 110px;
	display: inline;
	text-align: center;
}

.tikiHead {
	margin-top: 15px;
}

#rightCol {
	width: 413px;
	float: left;
	margin-left: 45px;
	display: inline;	
	overflow: hidden;
	height: 345px;
}

#text {
	padding: 15px 20px 0 0;
}

.lead_image {
	margin: 14px 0 42px 65px;
}

.viewJungle {
	margin: 7px 67px 0 0;
	float: right;
}

/*----Typography----*/

#text p {
	font: normal 12px/18px verdana, arial, helvetica, sans-serif;
	color: #2c0c03;
	margin-bottom: 10px;
}

#text ul {
	list-style: none;
}

#text ul li {
	list-style: none;
	background: url(../shared/images/bullet.gif) no-repeat 0 5px;
	padding-left: 15px;
}

/*----Link Styles----*/

#text a {
	font: normal 12px/18px verdana, arial, helvetica, sans-serif;
	color: #2c0c03;
}

#text a:hover {
	text-decoration: none;
}