body{
	margin: 0px;
	background-image:  url(../../all/images/gradient.jpg);
	background-color: #fcf9eb;
	background-repeat: repeat-x;	
	color: #7b766a;
}

a {
	color: #ca3c08;
	text-decoration:none;
}

a:visited {
	color: #ca3c08;
}

a:hover {
	color: #ea9629;
}

a:active {
	color: #ea9629;
}


a img {
	border: 0;
}

img {
	border: 0;
	padding: 0;
}






/* main page formatting */
table.main {
	max-width:1600px; 
	min-width:100px; 
	max-height: 1066px; /* sets max-height value for all standards-compliant browsers */
	min-height: 180px;
    height: expression( this.scrollHeight > 599 ? "600px" : "auto !important" ); /*  --sets max-height for IE-- */ 
    width: expression( this.scrollWidth > 799 ? "800px" : "auto !important" ); /*  --sets max-width for IE-- */ 
	padding:0px; 
}

.mainpagetrees{ 
	background-image:   url(/all/images/coldsolstice1.jpg); 
	background-repeat: no-repeat; 
	border-bottom: 6px #7b884d solid;
	background-size: cover; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/all/images/coldsolstice1.jpg', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/all/images/coldsolstice1.jpg', sizingMethod='scale');
}

.mainpagelogo{
	display:block;
	width: 100%; 
	max-width: 475px; 
	height: auto;
}

.mainpagelinks {
	padding-top:17px; 
	padding-bottom:28px; 
	font-family:'europa', Helvetica, Verdana, sans-serif; 
	font-size:21px; 
	font-weight: 300; 
	color:777777	
	
	}
	
.mainpagelinks a {
	color: #444444 !important;
	text-decoration:none;
}

.mainpagelinks a:visited {
	color: #444444 !important;
}

.mainpagelinks a:hover {
	color: #ea9629 !important;
}

.mainpagelinks a:active {
	color: #ea9629 !important;
}


.mpl-smallscreen {
	padding:8px; 
	font-family:'europa', Helvetica, Verdana, sans-serif; 
	font-size:21px; 
	font-weight: 300; 
	color:777777;	
	}


@media (max-width: 387px) {
	
	.biggerthan387{display: none;}
	.smallerthan388{display:inline !important;}
	
	
}