@charset "UTF-8";
/* CSS Document */
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	background-color: #700034;
		color:#630;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
#distance { 
		width:1px;
		height:50%;
		background-color:#700034;
		margin-bottom:-313px; /* half of container's height */
		float:left;
		}

	#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:625px;
	width:1000px;
	clear:left;
	background-color:#700034;
		
		}

	#container div {
		font-size:80%;
		float:right;
		width:17em;
		margin-left:2em;
		}

	#container div h2 {
		font-size:120%;
		font-weight:bold;
		text-transform:uppercase;
		margin:1em 0 0;
		}

	#container div h3 {
		font-size:100%;
		font-weight:bold;
		margin:.5em 0 0 .75em;
		}

	#container ul {
		margin-left:2em;
		}

	#container li span {
		font-size:70%;
		}
		

	#container h1 {
		font-size:120%;
		padding-top:2.4em;
		margin-left:2.4em;
		}

	#container p {
		margin:1.5em 13.6em 1.5em 3em;
		}

	address {
		font-weight:normal;
		font-size:80%;
		font-style:normal;
		text-align:right;
		margin:0 20em 0 3em;
		}



.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 1px solid #700034;
} 

 #containerBG {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0;
	padding:0;
	top: 0px;
	background-image: url(../images/PowderL_hometemp.jpg);
	background-repeat: no-repeat;
	border: 1px solid #700034;
	height: 500px;
}
.twoColFixLtHdr #header {
	height: 63px;
	top: 0px;
} 
.twoColFixLtHdr #topnav {
	height: 50px;
	padding-top: 20px;
	padding-right: 55px;
	padding-left: 20px;
	padding-bottom: 0px;
} 

.twoColFixLtHdr #nav {
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 80px;
	height: 400px;
	padding-top: 15px;
}
.twoColFixLtHdr  #mainContentOne {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 0;
	padding-right: 110px;
	padding-bottom: 0px;
	height: 280px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

