body {
	background-color: e7e9f7;
}
div.center {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.homebg {
	width: 800px;
	height: 600px;
	background-image: url(images/walkondown-index.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.mainborder {
	height: 235px;
	width: 727px;
	border: 1px solid #993300;
	position:absolute;
	top: 348px;
	margin-left: 50px;
	z-index: 5;
}

.mainmenu {
	height: 235px;
	width: 727px;
	position:absolute;
	top: 358px;
	margin-left: 50px;
	z-index: 6;
}

.white {
	height: 236px;
	width: 728px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: white;
	position:absolute;
	top: 348px;
	margin-left: 50px;
	z-index: 2;
}


.walktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: #333333;
	position:absolute;
	top: 30px;
	margin-left: 267px;
	z-index: 3;
}

.walksub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #993300;
	position:absolute;
	top: 106px;
	margin-left: 280px;
	z-index: 3;
}
 

.textmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25.5px;
	position:absolute;
	top: 145px;
	margin-left: 405px;
	text-decoration: none;
	z-index: 3;
}

.textnav {
	margin: 20px;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
	color: #333333;
}

.textnav:hover
{
	color: #993300;
}

.textnavsub {
	font-size: 20px;
	color: #993300;
	text-decoration: none;
	margin-top: 10px;
	line-height: 24px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.textnavsub:hover {
	color: #333333;
}
 
table.fixed
{
table-layout: fixed
}
 
.border
  {
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 2px;
  border: none;
  }
    
.border:hover
  {
  border: 1px solid #993300;
  }
  
.portnav {
  text-align: center;
  font-weight: normal;
  width: 117px;
  margin: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #993300;
  text-decoration: none;
}

