body {
  background-color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #303030;
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 30px;
  padding: 0px;
}

.maintable {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  background-color: black;
}



/**************/
/* Navigation */
#navigation,
#navigation ul {
  /* Set left indentation to zero for all browsers */
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
  list-style: none;
  height: 34px;
  width: 760px;
  background-color: #fdade4;
  background-image: url(../images/nav-back.gif);
}

#navigation li {
  display: inline;
  float: left;
}

#navigation li a {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /*padding: 7px 10px;   /* first: top, bottom. second: left, right */
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  left: 0px;
  top: 11px;
}

/* Menu colors (customizable) */
#navigation li a {
  /*line-height: 2em;*/
  width: 30px;
  text-decoration: none;
}

#navigation li a:link, li a:visited {
  color: black;
}

#navigation li a.here {
  color: #fcc4ea;
}

#navigation li a:hover{
  color: #fcc4ea;
}


/**************/
/* Content */
div#content {
  margin: 0px;
  padding: 0px;
  position:relative;
  top:20px;
  left:0px;
  /*width: 500px;*/
  line-height: 1.5em;
  word-spacing: 0.1em;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

div#content .dark {
  font-weight: bold;
  color: #606060;
}

div#content a {
  font-weight: bold;
  color: #C177AA;
  text-decoration: none;
}

div#content a:link, a:visited {
  color: #C177AA;
}

div#content a:hover {
  color: #ffdff5;
}

.textbox1 {
  width: 320px;
  margin-bottom: 30px;
  font-size: 12px;
  margin-top: 0px;
  padding: 8px;
  border: 1px solid white;
  background-color: #F9D7EE;
  background-image: url(../images/text-back.gif);
  background-repeat: repeat-x
}

.textbox2 {
  width: 640px;
  margin-bottom: 30px;
  font-size: 12px;
  margin-top: 0px;
  padding: 8px;
  border: 1px solid white;
  background-color: #F9D7EE;
  background-image: url(../images/text-back.gif);
  background-repeat: repeat-x;
  position: relative;
  top:0px;
  left:0px;
  z-index:5;
}

div#content .textbox1 a:hover {
  color: white;
}

.heading {
  position: relative;
  top: -3px;
  left: 4px;
  color: #ffdff5;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}

.imageholder-absolute {
  position:absolute;
  left: 357px;
  top: 22px;
  z-index: 0;
}

.imageholder-relative {
  position: relative;
  top: 0px;
  left: 0px;
  width: 270px;
  height: 376px;
  z-index: 0;
  background-color: black;
  border: 1px solid #ffdff5;
}


/****************/

  #cv {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index:2;
  }

  #cv li ul {
    display: none;
    list-style: none;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    width: 320px;
  }

  #cv li.open ul {
    display: block;
  }

  #cv li {
    padding-bottom: 8px;
  }

  #cv li a {
    font-weight: bold;
    text-decoration: none;
    color: #C177AA;
  }

  #cv li a:link, a:visited {
    color: #C177AA;
  }

  #cv li a:hover {
 /*   color: white;*/
  }

  .cvdiv {
    width: 320px;
    background-color: black;
    margin-bottom: 3px;
  }

  .cvdiv2 {
    position: relative;
    top:0px;
    left:0px;
  }



/****************/
.thumb {
  border: 1px solid #C177AA;
}
.thumbSelected {
  border: 1px solid #ffdff5;
}


/***Form Elements****/
.textbox {
 border: 1px solid #fc8bd7;
 width: 180px;
}

.formtable {
  font-size: 12px;
}



/**************/
/* Footer */
.footer a:link, a:visited {
  color:#ffdff5;
}

.footer a:hover {
  color: #ffdff5;
}