@charset "UTF-8";
/* CSS Document */


	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#5f5f5f;
		color:#99999;
		font-size: 14px;
		line-height: 17px;
		font-family: sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		height:50%;
		margin-bottom: -268px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		background-image: url(images/bg.jpg);
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:534px;
		width:845px;
		clear:left;
		}

	#inner_container {
		width: 785px;
		margin-left: 30px;
		padding-top: 29px;
		}
		
	#logo {
		width: 579px; margin: 0 auto; text-align: center;
		}
		
	#nav {
		width: 785px; height: 35px; background-image: url(images/nav_bg.png); background-repeat: repeat-x; line-height: 35px; color: #fff; margin: 0 auto; text-align: center;
		}
	
	#nav img {
		vertical-align: middle;
		}
		
	#imageholder img {
		margin-right: 10px;
		margin-bottom: 10px;
		}
		
	h2 {font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	}
	
	h1 {
		font-size: 32px;
		font-weight: bold;
		line-height: 34px;
		}
		
	#nav a {
		color: #fff;
		text-decoration: none;
		padding-right: 16px;
		padding-left: 16px;
		display: inline-block;
		height: 35px;
		}
		
		#nav a:hover {
			background-color: #8b2509;
			}
	
	#footer {
		width: 400px; margin: 0 auto; color: #fff;
		}
		
		#footer a {
			color: #990000;		
			}
		
	#textholder {
		float:right; margin-top:15px; width: 236px;
		}
		
	#imageholder {
		width: 509px; height: 312px; margin: 15px 0 0 15px; float: left;
		}
		
		#imageholder img {
			border: 0;
			}
	
	#columns {
		 width: 760px;
		 margin: 0 auto;
		 }	