body{
  margin: 0;
  padding: 0;
}

#page-content{
	position:relative;
	margin: 0 auto 30px auto;
	width:960px;
}
html>body #page-content{
}

div.link{
  margin-top: 5px;  
  font-size: 9px;
}

#top{
   height: 105px;
   width: 100%;
   margin: 0 0 7px 0;   
}

#links{
  position: absolute;
  top: 81px;
  left: 366px;
  font-size: 11px;
  text-transform: uppercase;

}

#links a{
  color: #000000;
}

#logo{
  position: absolute;
  top: 49px;
  left: 367px;
  border: 0;
  padding: 4px 0px 0px 0px;
}

#content{
  position: relative;
	margin: 0 0 10px 188px;
	width: 564px; 
  height: 400px;
 
}/*hack - ignored by ie*/
html>body #content{
  height: auto;
  min-height: 400px;
  padding-top:0;
}

#menu{
	position:absolute;
	left:0px;
	top:125px;
	width: 189px;
}

#column{
	position:absolute;
	left:766px;
	top:125px;
	width:194px;
  padding: 0;
}

#footer{
  width: 956px;
  padding: 2px;
  text-align: center;
}
#credit{
	position:relative;
	top: -7px;
	left:175px;
	width:420px;
}
#credit img{
	position:relative;
}
#wclogin{
  margin: 10px auto 0 430px;
}