#wrap {
	width: 715px;
	margin: 20px auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #000;
	border: 1px solid #888;
font-color: #fff;
	}

#header {
	height: 110px;
	margin: 15px;
	overflow: hidden;
	background: transparent url(nav/header.jpg) no-repeat;
	}

.footer {
background: #000;
font-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #888;
border-right: 1px solid #888;
border-left: 1px solid #888;
	width: 715px;
	margin: 0px auto; /* auto centers the div */
	text-align: center; /* after centering #wrap above for IE we return to normal alignment */
	}

#menu {
	background: #000;
	padding: 5px 28px;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #888;
	text-align: center;
	margin: 20px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 680px;
	height: 110px;
	}

/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }


/* navigation
--------------------------------------------------*/
#navigation {background-color:#f3f3f3;}
#navigation li {border-color:white;}
#navigation a {color:#000;}
#navigation .selected,
#navigation a:hover
  {background-color:#f3f3f3}

/* navigation
--------------------------------------------------
#navigation {
  height:1.7em;
  line-height:1.7em;
}

#navigation ul {
  margin:1;
  padding:1;
}

#navigation li {
  float:left;
  margin:1;
  padding:1;
  list-style-type:none;
  border-right:0px solid;
  white-space:nowrap;
}

#navigation li a {
  padding:0 12px;
  font-size:1em;
  letter-spacing:1px;
}
* html #navigation a {width:1%;}  see http://www.positioniseverything.net/explorer/escape-floats.html
#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}


*/

/* navigation2
--------------------------------------------------*/
#navigation2 {background-color:#f3f3f3;}
#navigation2 li {border-color:white;}
#navigation2 a {color:#000;}
#navigation2 .selected,
#navigation2 a:hover
  {background-color:#f3f3f3;
   text-decoration: underline;}

/* navigation2
--------------------------------------------------*/
#navigation2 {
  height:2.2em;
  line-height:2.2em;
}

#navigation2 ul {
  margin:1;
  padding:1;
}

#navigation2 li {
  float:left;
  margin:1;
  padding:1;
  list-style-type:none;
  white-space:nowrap;
}

#navigation2 li a {
  /*display:block;*/
  padding:0 12px;
  font-size:1em;
  letter-spacing:2px;
}
* html #navigation2 a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */
#navigation2 form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}