body {
/* background: #CCC url(images/bg2.jpg) repeat-x; */
font-family:  "Lucida Grande", Helvetica, Arial, sans-serif;
margin: 0 auto;
text-align: center;
font-size: 16px;
color: #333;
line-height: 20px;
max-width: 800px;
min-width: 600px;
width: 90%;
}

span.status {
  font-size: 27px;
  margin: 15px;
  padding: 5px;
  color: red;
  font-weight: bold;
  border: 3px solid red;
  /* display: none; */
 }

h1{
  font-size: 27px;
  margin: 20px 0 5px 0;
  color: #3F6589;
 }
h2 {
  text-align: left;
  font-size: 12px;
  color: #3F6589;
}

div.container { 
  text-align: left;

}

.left {
  padding-right: 20px;
  float: left;
 }
.right {
  float: right;
 }

dl { clear: both }

dt { 
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 4px;
}

dd { 
  clear: left;
 }

div.company { 
display: inline;
font-style: italic;
}

div.city { 
display: inline;
font-style: italic;
}


.skill, .skilllevel, .lastused, .experience { 
  display: block;
  float: left;
  width: 150px;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
  background-color: inherit;
  padding: 2px;
 }

.skills { 
  display: table-row;
  clear: both;
}

li.header { 
  font-weight: bold;
}

.even { 
  background-color: #EEEEEE;
 }



.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
text-align: left;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
display: block;
width: 9em;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

body{
  margin:0 0 0 0;
  padding:0 0 0 150px;
 }
 div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:9em;
  height:100%;
 }
 @media screen{
  body>div#left-sidebar{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow: auto;
  clear: both;
 }
