body {
	background: #1a3141 url('../images/grunge-bg.jpg') top center repeat-y;
}

h2 {
	font-weight: 500;
	font-size: 18px;
	color: #4d9fd7;
	margin-bottom: -10px;
	margin-top: 25px;
	margin-left: 10px;
}

#content-page-container {
	position: relative;
	top: 235px;
	width: 865px;
	padding: 50px;
	margin: 0 auto;
	background: #fff;
	height: 800px;
	-moz-box-shadow: 0px 0px 10px #000; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 10px #000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 10px #000; /* Opera 10.5, IE9, Chrome 10+ */
    overflow: hidden;
}

#content-page{
	overflow-y: scroll;
	height: 100%;
}

#content-page p {
	margin-right: 200px;
	margin-left: 10px;
}

.content-column {
	width: 430px;
	float: left;
}

.content-image {
	float: right;
	padding: 0 0 30px 30px;
}

#header {
	width: 100%;
	min-height: 1200px;
	background: none;
	background: url('../images/treeTexture-bg.jpg') top center no-repeat;
	border-bottom: 1px solid #fff;
}

#footer {
	position: relative;
	bottom: 0;
}
