html, body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 auto;
  width: 1024px;
}


/* BANNER */
#banner {
  margin-top: 4px;
  margin-left: 4px;
  width: 700px;
  height: 120px;
  float: left;
}
#banner a {
  color: #000;
  text-decoration:none;
}

#banner a:visited {
  color: #000;
  text-decoration:none;
}

#banner #title {
  margin-left: 20px;
  font-size: 5.7em; 
}

#banner #sub_title {
  margin: -10px 5px 0 515px;
	font-size: 1.52em;
}


/* CONTENT */
#content {
  width: 700px;
  margin: 4px 0 0 4px;
  height: 400px;
  background-color: #ccc;
  float: left;
  z-index: -1;
  display: block;
}

p.text_header {
  font-weight: 500;
  margin: 55px 20px 30px 16px;
  font-size: 1.6em;
  font-variant: small-caps;
}

p#text {
  line-height: 1.5;
  margin: 0 0 0 16px;
  font-size: 1.3em;
  font-variant: small-caps;
}

p#text_small {
  line-height: 1.5;
  margin: 0 10px 0 16px;
  font-size: 1.2em;
  font-variant: small-caps;
}

/* MENU */
div#left {
  margin-top: 4px;
  width: 312px;
  background-color: #444;
  float: left;
}

#menu {
  width: 312px;
  height: 400px;
  margin-top: 120px;
  position: relative;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}

#menu.home {
  background: #fff url(../images/sprite.jpeg) no-repeat 0px 0px;
}

#menu.cv {
  background: #fff url(../images/sprite.jpeg) no-repeat -312px 0px;
}

#menu.contact {
  background: #fff url(../images/sprite.jpeg) no-repeat -312px -400px;
}

#menu.work {
  background: #fff url(../images/sprite.jpeg) no-repeat 0px -400px;
}

#menu li {
  height: 198px;
  list-style: none;
  position: absolute;
  text-align: center;
  width: 154px;
  display: block;
 }

#home {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#cv {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 156px;
}

#work {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 200px;
}

#contact {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 200px;
  left: 156px;
}

#menu a {
  color: white;
  display: block;
  text-decoration: none;
  margin-top: 79px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(120, 120, 120, 0.5);
  font-size: 1em;
  font-family: "verdana";
}



a.download_cv,a.download_cv:visited {
  color: #000;
}

a.download_cv:hover {
  background-color: #fff;
  text-decoration: none;
  color: #000;
}

/* WORK */
.pointer {
color: white;
}
p.work_title {
  font-variant: small-caps;
  padding-left: 10px;
  margin: 10px 16px 0 16px;
  background-color: #666;
  line-height: 30px;
  cursor: pointer;
}

div.work_content {
  padding: 4px;
  margin: 0 16px;
  background-color: rgba(125, 125, 125, 0.5);
  border: 2px solid #444;  
}

div.pic {
  padding-top: 10px;
  text-align: center;
  float: left;
  width: 35%;
}
div.text {
  display: block;
  float: right;
  width: 65%;
}

p.desc {
  margin: 10px 8px;
  font-variant: small-caps;
}

#footer {
  clear: both;
  width: 1016px;
  height: 30px;
  margin: 4px 0 0 0;
  background-color: #fff;
  border-top: 3px dashed #444;
}
#top {
  clear: both;
  width: 1016px;
  height: 30px;
  margin: 4px 0 4px 0;
  background-color: #000;
}