body {
  text-align: center;
  background: #ffffff;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

/* divs */

#everything {
  width: 456px;
  margin: 20px auto;
  text-align: left;
  padding: 10px;
}
 
#everything-cv {  
  width: 600px;
  margin: 20px auto;
  text-align: left;
  position: relative;
}

#main {
  clear: both;
}

.navitem-right { 
  float: right;
  padding-left: 2em;
  margin-bottom: 5px;
}

.navitem-left { 
  float: left;
  margin-bottom: 5px;
}

#absolute-pic { 
  position: absolute;
  right: 0;
  top: 20px;
  height: 195px;
  width: 228px;
}

img {
  display: block;
  border: 0;
}

#clear {  
  clear: both;
}

/* fonts */

h1 { 
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #ffffff;
  margin: 5px 0;
}

p, td, th { 
  font-size: 1em;
}

th {  
  font-weight: bold;
}

/* linkit */

a { 
  text-decoration: none;
}

a:link {
  color: blue;
  background-color: white;
}

a:visited {
  color: blue;
  background-color: white;
}

a:hover {
  color: #9f9f9f;
  background-color: white;
}

.left-arrow {  
  padding-left: 15px;
  background-image: url('pics/leftarrow.jpg');
  background-repeat: no-repeat;
  background-position: left;
}

.right-arrow {  
  padding-right: 15px;
  background-image: url('pics/rightarrow.jpg');
  background-repeat: no-repeat;
  background-position: right;
}

/* table */

td { 
  vertical-align: top;
}

th.firstcol{ 
  width: 10em;
}

.spacing { 
  padding-top: 15px;
}