#wrapper {
  width: 900px;
  margin: 10px auto;
  text-align: center;
}

#header {
  width: 900px;
  margin-bottom: 10px;
}

#footer {
  width: 900px;
  text-align: right;
  border-top: solid 1px #696969;
  margin-top: 30px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.head, .headactive {
  padding: 10px 20px;
  display: block; 
}

.head:hover, .headactive {
  background-color: #eeeeee;
}

.headactive {
  font-weight: bold;
}

.headerlink {
  float: right;
}

body {
  font-family: verdana;
  color: #696969;
  font-size: 12px;
}

.portimagemain {
  padding: 1px;
  border: solid 1px #696969; 
}

#leftmenu {
  float: left;
  width: 257px;
  font-family: verdana;
  text-align: center;
  border-bottom: solid 1px #696969; 
}

hr {
  color: #696969;
  background-color: #696969;
  height: 1px;
  border: 0;
  width: 80%;
} 

#rightcontent {
  float: left;
  width: 643px;
}

#rightimage {
  text-align: center;
  float: left;
  width: 643px;
  min-height: 450px;
}

.copyright {
  padding-top: 10px;
  font-size: 8px;
  display: block; 
}

.portfoldtitle {
  font-size: 12px;
  border-top: solid 1px #696969;
}

.portfolderdiv {
  width:  257px;
  text-align: center;
  margin-bottom: 10px;
  max-height: 200px;
  overflow: auto;
}

.portimagediv {
  width: 79px;
  height: 79px;
  text-align: center;
  float: left;
  line-height: 79px;
}

.portimage, .portimagea {
  vertical-align: middle;
  padding: 2px;
}

.portimage {
  border-width: 0px;
}


