@charset "utf-8";
/* CSS Document */

body 
{
	background-color:#FFF;
	height:100%;
	margin: 0px;
	padding:0px;
}

#pagecontainer
{	
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	width: 800px;
	min-height:100%;
	height:100%;
}

#header
{
	width:800px;
	background:url(images/header.png) no-repeat;
	background-position:center;
	height:180px;
}

#menu
{
	width:800px;
	background-color:#FF8C21;
	height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:10px;
	text-decoration:none;

}



/* NAV RELATED */
#Nav {
	height: 50px;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	vertical-align:text-bottom;	
	}
	
#Nav ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

#Nav li {
	display: inline;
}

#Nav a {
	display: block;
	float: right;
	width:68px;
	height: 24px;
	background-image:url(images/menutab.png);
	background-repeat:no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #000;
	padding-top:25px;

}

#Nav a:hover {
	display: block;
	float: right;
	width:68px;
	height: 24px;
	background-image:url(images/menutaboverskip.png);
	background-repeat:no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	padding-top:25px;

}

#Nav #selected {
	display: block;
	float: right;
	width:68px;
	height: 24px;
	background-image:url(images/menutaboverskip.png);
	background-repeat:no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	padding-top:25px;

}

#footsteps {
	float:left;
	width:172px;
	height:390px;
	background-image:url(images/footprints.png);
}

#text {
	float:right;
	padding: 5px 5px 5px 5px;
	width:618px;
	height:auto;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#text h2
{ 
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	}

#footer
{
	width:800px;
	background-color:#FF8C21;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

#footer a
{
	width:800px;
	background-color:#FF8C21;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

