body {
	margin: 0px;
	background-color: #D2D2Cf;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#containeroutside {   /* this is sets the space at the top and the left */
	margin: 0 auto;
	text-align: left;
	padding-top: 26px;
	padding-left: 34px;
	padding-bottom: 26px;
	}
#containerMtnImage {
	float: left;
	padding:0px;
	margin: 0px;
	width: 1075px;
	height: 699px;
	background-image: url(images/mountain.jpg);
	background-repeat: no-repeat;
}
#containerMtnImageHome {
	float: left;
	padding:0px;
	margin: 0px;
	width: 1075px;
	height: 699px;
	background-image: url(images/mountainHome.jpg);
	background-repeat: no-repeat;
}
#textArea {  /* this holds the text and pictures */
	padding: 70px 0px 0px 60px;
	width: 945px;
	height: 441px;
	margin: 0px;
	}
#textArea p {
	margin: 0px;
	padding: 0px 243px 8px 125px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555454;
	font-size: 12px;
	line-height: 16px;
	}
#textArea a {
	color: #3F6798;
	text-decoration: none;
	}
#textArea a:hover {
	color: #A8ACBB;
	text-decoration: none;
	}
#textAreaSynopsis {  /* this holds the text and pictures */
	padding: 70px 0px 0px 60px;
	width: 944px;
	height: 441px;
	margin: 0px;
	}
#ScrollingText {
	width: 630px;
	height: 300px;
	margin: 0px;
	overflow : auto;
	}
#textAreaSynopsis p {
	margin: 0px;
	padding: 0px 20px 8px 125px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555454;
	font-size: 12px;
	line-height: 16px;
	}
#textAreaSynopsis a {
	color: #3F6798;
	text-decoration: none;
	}
#textAreaSynopsis a:hover {
	color: #A8ACBB;
	text-decoration: none;
	}
#textAreaHome {  /* this holds the text and pictures */
	padding: 70px 0px 0px 60px;
	width: 944px;
	height: 441px;
	margin: 0px;
	}
#textAreaHome p {
	margin: 0px;
	padding: 0px 283px 8px 340px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555454;
	font-size: 13px;
	line-height: 18px;
	}
#baseLine {
	padding: 0px 0px 0px 59px;
	margin: 0px;
	float: left;
	width: 946px;
	height: 20px;
	}
#footer {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 0;
}
#footer p {
	margin: 0px;
	padding: 4px 0px 4px 45px;
	text-transform:none;
	color: #53565D;
}
#Nav {  /* this holds the Nav*/
	float: right;
	margin: 0px;
	padding: 0px;
	}