html{
  height: 100%;
}

body{
  margin: 0 auto;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #A68862;
  background: #000000 url(../img/rptdown.jpg) top center repeat-y;
}

#soul{
  position: relative;
  min-height: 100%;
  background: url(../img/rptout.jpg) repeat-x;
}

* html #soul {
	height: 100%;
}

#core{
  background: url(../img/backy.jpg) top center no-repeat;
}

#center{
  margin: 0 auto;
  overflow: hidden; 
  background: url(../img/header.jpg) top center no-repeat;
  width: 780px;
}

/*THE LINK INFORMATION******************/

a{
  color: #4C94DE;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color: #B8AA84;
}

a:visited{
  color: #A68862;
}
/****************************************/
p{
  margin-left: 5px;
  margin-right: 5px;
  text-align: justify;
}

table{
  width: 100%;
}

td{
  vertical-align: top;
}

td.maps{
  width: 150px; 
  height: 10px;
  background-color: #4C94DE; 
  color: #000000;
  text-align: center;
  font-weight: bold;
}

td.mapsinfo{
  border-top: thin solid #4C94DE;
}

.header{
  background-color: #4C94DE;
  color: #000000;
  font-weight: bold;
}
