
.divone {
  padding: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.divsy {
  background-color: #ffffff;
  padding: 2px;
  height: 400px;
  margin-left: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url("http://faculty.cse.tamu.edu/yurttas/C/salihyurttas.jpg");
  background-repeat: no-repeat;
  background-position: left;
}

.divmain {
  background-color: #ffffff;
  padding: 2px;
  height: 496px;
  width:  656px;
  margin-left: 64px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url("http://faculty.cs.tamu.edu/yurttas/C/y/09/d.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.divhw {
  height: 288px;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.divpr {
  height: 128px;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.divte {
  height: 128px;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.divfive {
  background-color: #ffffff;
  padding: 8px;
  height: 320px;
  margin-left: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.divsix {
  height: 16px;
  margin-left: 64px;
  padding: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

a:link,
a:visited,
a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #339999;
  text-decoration: none;
}

a:hover {
  font-size: 16px;
  color: #000066;
}

.h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.hr {
  width: 64%;
}

/* CSS Shadow */

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow div {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

