body, html {
  margin: 8px 0 0 0 ;
  padding: 0;
  background: #000;
  color: #FFF;
 font-family: Arial;
 font-size: 12pt;

}


a, a:link, a:visited {
     color: #990000;
}

a:hover {
  color: #000000;
  }



#wrap {
  width: 950px;
  background: #000;
  margin: 0 auto;

}

.header {
  background: #900;
  height: 99px;
}

#header_logo {
  float: left;
  width: 598px;
}


#header_right {
  float: left;
  width: 352px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}


#nav {
  display: block;
  height: 27px;
  background: #000;
  font-family: Arial;
  padding-right: 1px;
}

#nav  ul{
margin: 0;
padding: 0;
list-style-type: none;
float: right;

}

/*Top level list items*/
#nav  ul li{
position: relative;
display: inline;
}

/*Top level menu link items style*/
#nav ul li a{
  color: #CCC;
  padding-left: 30px;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}
#nav ul li a:hover{
  color: #FFF;
}

#nav ul li a.active {
  color: #FFF;
}

#content {
  min-height: 425px;
  padding-bottom: 7px;
}


#pg_footer {
  background: #900;
  height: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #CCC;
  padding: 5px;
}


#portfolio {
  height: 800px;
  width: 948px;
  border: 1px solid #CCC;
}


.name {
     font-family: "Papyrus", "Bookman Old Style", Arial;
     font-size: 24pt;
     font-weight: bold;
     text-decoration: underline;
     color: #990000;
}

.info {
     font-family:  "Bookman Old Style", Arial;
     font-size: 10pt;
     font-weight: bold;
padding-right: 15px;
vertical-align: top;
}

