@charset "utf-8";
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url("imgs/background.jpg"/*tpa=https://scalenewheights.com/imgs/background.jpg*/);
	background-repeat: repeat-x;
	height:100%;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url("imgs/background.jpg"/*tpa=https://scalenewheights.com/imgs/background.jpg*/);
	background-repeat: repeat-x;
	height:100%;
	overflow:visible;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #mainContent #navigation {
	width: 590px;
	height: 24px;
	float: left;
	padding-left:30px;

	background-color: #f58121;
}
.oneColFixCtr #mainContent #bottompic {
	width: 180px;
	height:24px;
	float: right;
}
.oneColFixCtr #mainContent #pagecontent {
	padding-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image: url("imgs/bgpic.jpg"/*tpa=https://scalenewheights.com/imgs/bgpic.jpg*/);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#FFFFFF;
	min-height:100%;
	overflow:visible;
}
.oneColFixCtr #mainContent #holder {
	min-height:90%;
	background-image:url("imgs/blueband.jpg"/*tpa=https://scalenewheights.com/imgs/blueband.jpg*/);
	background-repeat:repeat-y;
}
.oneColFixCtr #mainContent #holder #specialcolumn {
	padding-top:12px;
	width:180px;
	float:right;
	background-color:#ECFFFA;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;

}
.oneColFixCtr #mainContent #holder #specialcolumn2 {
	padding-top:12px;
	width:174px;
	float:right;
	background-color:#ECFFFA;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
}
.oneColFixCtr #mainContent #holder #contentcolumn {
	padding-top:12px;
	width:575px;
	float:left;
	padding-right:10px;
	background-image: url("imgs/bgpic.jpg"/*tpa=https://scalenewheights.com/imgs/bgpic.jpg*/);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 418px;
	height:100%;
	padding-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.headline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#F78222;
}
.smalltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}
.smallertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.adminTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
