img { border:0px; }	


body {
background-color: #000;
min-width: inherit;
margin: 40px;

}
		
		
#wrapper {
position: relative;
width: 840px;
height: 650px;
margin: 0px auto 0px auto;
background-image: url("../images/gradient.png");
background-repeat: repeat-x;
/*background-color: #3D72A4;*/
border: 1px  solid #999;
}

#logo {
position: absolute;
top:20px;
left:35px;
width: 150px;
height: 150px;
}



#navcontainer { 
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  width: 177px;
  }

#navcontainer ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-family: "trebuchet ms" Arial, Helvetica, sans-serif;
  }

#navcontainer li {
  margin-bottom: 8px;
  }

#navcontainer a {
  display: block;
  padding: 3px;
  width: 160px;
  color:#ccc;
  background-color: #ccc;
  border: 1px solid #999;
  border-left: 0px;
  }

#navcontainer a:link, #navlist a:visited {
  color: #000;
  text-decoration: none;
  }


#navcontainer a:hover {
  background-color: #fff;
  margin-left: 10px;
  color:#4274b8;
  border-right: 0px;
  border-left: 1px solid #666;
  }

a#current {
  background-color:#7592c2;
  background-image:url("../images/bar3.gif");
  color:#ccc;
  margin-left: 10px;
  border-right: 0px;
  border-left: 1px solid #666;
  }

#content {
  position: absolute;
  top: 120px;
  left: 176px;
  margin: 0px;
  padding: 0px;
  height: 400px;
  width: 500px;
  background-image: url("../images/portfolior.gif");
  background-repeat:no-repeat;
  background-color: #fff;
  border: 1px solid #999;
  }