/*
	AUTHOR: Sandeep Jambhekar
			sandeep@e6creative.com
			http://www.e6creative.com
*/



/*STRUCTURE*/

#header-container {
	background-image: url(page_trees.png);
}
#page_scroll {
	width: 1100px;
	height: 278px;
	display: block;
	position: relative;
	margin: 0 auto;
	background-image: url(page_scroll.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#page_copy {
	width:  610px;
	margin: 25px 0 0 5px;
}
#page_copy a {
	color: #e98300;
	font-weight: bold;
	font-style: italic;
}
#page-content-container {
	width: 1100px;
	display: block;
	position: relative;
	margin: -60px auto;
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#page-feature-container {
	width: 100%;
	height: 278px;
	position: absolute;
	top: 80px;
	left: 0;
}
#page-feature {
	width: 622px;
	height: 245px;
	display: block;
	position: absolute;
	top: 15px;
	left: 345px;
}
h2.page-feature {
	height: 42px;
	width: 260px;
	position: relative;
	float: left;
	top: 100px;
}
.header-image {
	float: right;
	margin-top: 14px;
}
#feature p {
	margin-left: 30px;
}
#page-footer-container {
	width: 1100px;
	height: 75px;
	margin: 60px auto;
	background-image: url(content_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/*END STRUCTURE*/

/*STYLES*/

h2.page-feature {
	font-weight: bold;
	color: #532d19;
	font-size: 4.2em;
	margin-bottom: 6px;
	/*-webkit-text-stroke: 1px #e98300; Safari Only*/
}

#page_copy ol {
	font-size: 1.3em;
}
#page_copy ul {
	font-size: 1.3em;
	list-style: disc;
	margin-bottom: 6px;
}
#page_copy li {
	list-style-position: outside;
	margin-left: 24px;
}

/*END STYLES*/