html {
	overflow: auto;
}
div.projectDetail {
      background-color:#f3f0ed;
      position: absolute;
      left: 0;
      top: 100px;
      width: 700px;
      height: 500px;
      margin-left: 0px; 
      margin-top: 10px;
}	
div.projectinfo {
      position: absolute;
      left: 0px;
      top: 20px;
      width: 340px;
      height: 300px;
      margin-left: 0px; 
      margin-top: 0px;
      overflow: hidden;
}
div.shotlist {
      position: absolute;
      left: 350px;
      top: 20px;
      width: 340px;
      height: 300px;
      margin-left: 0px; 
      margin-top: 0px;
      overflow: auto;
}
div.videolist {
      position: absolute;
      left: 0px;
      top: 320px;
      width: 340px;
      margin-left: 0px; 
      margin-top: 0px;
      overflow: auto;
}
div.linklist {
      position: absolute;
      left: 350px;
      top: 320px;
      width: 340px;
      height: 180px;
      margin-left: 0px; 
      margin-top: 0px;
      overflow: auto;
}
div.backlink {
      position: absolute;
      left: 0px;
      top: 0px;
      margin-left: 0px; 
      margin-top: 0px;
      overflow: hidden;
}
div.header {
    font-family: helvetica, sans-serif;
    font-weight: bold;
}
div.projectList{
      background-color:#f3f0ed;
      position: absolute;
      left: 0px;
      top: 101px;
      width: 700px;
      margin-left: 0px; 
      margin-top: 10px;
      overflow: auto;
}
div.project{
	background-color:#ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.suaveHeader{
      position: absolute;
      left: 0px;
      top: 0px;
      width: 700px;
      margin-left: 0px; 
      margin-top: 0px;
}
div.standard{
      position: relative;
      left: 0px;
      top: 0px;
}
	