BODY {
  background-image: url("../images/bg.jpg");
  background-repeat: repeat-x;
  background-attachment:fixed;
  background-color: #523D24;
  
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  
  text-align: center;
  height: 100%;  
  color: #FFF;
  font-family: arial;
}

A:link {
  color: #EDA70C;
  text-decoration: none;
}
A:hover {
  color: #FFF;
  text-decoration: none;
}
A:visited {
  color: #EDA70C;
  text-decoration: none;
}

#main {
  margin: 0 auto;
  width: 1067px;
  min-width: 1067px;
  
  height: auto!important;
  height: 100%;
  min-height: 100%;
  
  background-image: url("../images/shadow.png");
  background-repeat: repeat-y;
}

#column {
  position: relative;
  margin: 0 auto;
  background-image: url("../images/mainBg.jpg");
  background-repeat: no-repeat;
  background-color: #0C0C0C;
  
  width: 1022px;
  min-width: 1022px;
  
  height: auto!important;
  height: 100%;
  min-height: 100%;
  
  text-align: left;
  
}

#floater {
  position: absolute;
  
  background-image: url("../images/leftHanger.png");
  background-repeat: no-repeat;
  left: -55px;
  
  width: 55px;
  min-width: 55px;
  
  height: 279px;
  min-height: 279px;
}

#title {
  position: relative;

  z-index: 1;

  width: 100%;
  min-width: 100%;

  height: 114px;
  min-height: 114px;
}

#pageTitle {
  position: absolute;
  background-repeat: no-repeat;
  
  width: 600px;
  min-width: 600px;
  
  height: 300px;
  min-height: 300px;
}

#menu {
  position: absolute;
  right: 56px;
  top: 10px;
}

.entry {
  padding-left: 135px;
  padding-right: 56px;
  
  height: 343px;
  min-height: 343px;
  
  margin-bottom: 70px;
  text-align: left;
  font-size: 12px;
}


.resume {
  width: 80%;
  font-size: 14px;
}

.details {
  text-align: right;
}

.imgRight {
  border: 0px;
  float: right;
}

#content {
  position: relative;
  
  z-index: 5;
  
  padding-top: 50px;
  
  height: auto!important;
  height: 700px;
  min-height: 700px;
}

#footer {

  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;

  width: 1022px;
  min-width: 1022px;
  height: 123px;
  min-height: 123px;
}