/* CSS Document */

html, body, #contents{

	min-height: 100%;
	height:100%;
	width:100%;	
}

html>body, html>body #contents {
	height: auto;
}

body {
	
	background-color:#DD6A26;
	background-image:url("back.gif");
	background-repeat:repeat-x;
	text-align:center;
	overflow:auto;
	margin: 0 auto;
	
}




#contents {
	position: absolute;
	top: 0;
    left: 608px;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: 

	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
	left: 50%;
	width: 950px;
	margin-left:-475px;
	/*overflow:hidden;*/

}


#footer{

	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	width: 950px;
	text-align:center;
	padding: 0 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color: #ffffff;


}

#fake_footer{
	
	height:100px;
}

#main{

	margin-top:30px;

}

#container{

	text-align:left; /* reset text alignment */
	margin:0 auto; /* for the rest */ 
	width: 100%;
	min-height: 100%;
	height: auto;

}


img{

	border:none;
}

a {
	
	text-decoration:none;
}


div#menu_text{

	margin-top:47px;

}


#people_photos{

	width:900px;
}

#people_text{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color: #ffffff;
	width:900px;
}

#people_space{

	height:20px;
	
}

font#story1{

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-stretch:wider;
	font-size:14px;
	font-style:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#e6c320;

}

font#story2{

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-stretch:wider;
	font-size:14px;
	font-style:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;

}

#quote{

	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

#quote_sub{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

