* {
  margin: 0px auto;
  padding: 0px;
}

a {
  color: #000099;
  text-decoration: none;
}
.link {
  color: #000099;
}
a:hover { text-decoration: underline; }

body {
  background: transparent url('/cv/images/pat_20031003124909.gif');
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  margin: auto;  
}

h1 {
  font-family: 'Courier New',Courier,monospace;
  border-bottom: 1px dashed #cc9999;
}
h2, h3 {
  border-bottom: 1px solid #666;
  font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif;
  letter-spacing: 2px;
  margin: 10px;
}

div.infoBlock {
  padding: 15px;
  padding-top: 0px;
  line-height: 20px;
}
div.infoBlock .level2 {
  padding-top: 0px;
  padding: 25px;
  margin-top: -15px;
}
div.infoBlock .left { 
  display: block;
  float: left;
  font-weight: bold;
  width: 30%;
  font-size: 12px;
}
div.infoBlock .right {
  display: block;
  margin-left: 32%;
  padding-bottom: 10px;
}
div#screen {
  background: #ffffff url('/cv/images/screenbg.jpg') top left repeat-y;
  padding: 10px;
  top: 60px;
  width: 726px;
  position: relative;
  z-Index: 10;
}

div#screenTop {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -373px;
  z-Index: 20;
  width: 746px;
  height: 10px;
  background: url('screenbgTop.jpg') top left no-repeat;
}

div#fakeBackground {
  background: transparent url('pat_20031003124906.jpg') top left repeat-x;
  height: 642px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  z-Index: 0;
}


.norm { font-size: 12px; }

li {
  list-style: square;
  padding-bottom: 3px;
}
