/*

dim: #548aad;
old: #07f;
*/

body, div, td {
  font-family: Lucida Sans Unicode, Arial;
  font-size: 11px;
  margin: 0px;
}
a:link, a:active, a:visited {
  text-decoration: none;
  color: #777;
}
a:hover {
  color: #548aad;
  text-shadow: 0px 0px 1px #999;
}
img {
  border: 0px;
}
.main-divs {
  width: 700px;
  margin: 0px auto !important;
}
#menu {
  font-size: 12px;
  text-align: center;
  padding: 15px;
}
#content {
  overflow: hidden;
  height: 500px;
  border: 1px solid #eee;
  --webkit-box-shadow: 0px 0px 10px #888;
  --moz-box-shadow: 0px 0px 10px #888;
}
div.content {
  height: 501px;
  width: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #f1f1f1;
}
#logo {
  display: none;
  text-align: center;
}
#logo img {
  padding-top: 5px;
}
#home {
  text-align:center;
}
#home_logo {
  padding: 140px 0px 6px;
}
#resume {
  line-height: 15px;
}
.resume-top {
  text-align: center;
}
.title {
  font-weight: bold;
  font-size: 13px;
  color: #548aad;
  text-shadow: 0px 0px 1px #999;
}
.head {
  font-weight: bold;
  font-size: 12px;
}
.jobtitle {
  font-size: 12px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
  height: 2px;
  display: block;
  background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
  background-color: #eee;
  -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #aaa;
  -webkit-border-radius: 3px;
}

