#header {
  height: 50px;
  background-color: rgb(17, 144, 255);
  line-height: 38px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#header ul {
  width: 950px;
  margin: 0 auto;
  padding: 7px 0 0;
  list-style-type: none;
  overflow: hidden;
}

#header ul li {
  display: inline;
  margin-right: 10px;
  float: left;
}

#header ul li a {
  line-height: 24px;
  font-size: 24px;
  font-style: italic;
  float: left;
  color: white;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
}

#header ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#header ul li a span {
  display: block;
  height: 26px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

* { 
margin: 0; 
padding: 0; 
}
        
body { 
font: 16px Helvetica, Sans-Serif; 
line-height: 24px; 
background: url(images/noise.jpg); 
}
        
.clear { 
clear: both; 
}
        
#page-wrap { 
width: 800px; 
margin: 70px auto 60px; 
}
        
#pic { 
float: right; 
margin: 40px 0 0 0; 
}
        
h1 { 
margin: 0 0 16px 0; 
padding: 0 0 16px 0; 
font-size: 42px; 
font-weight: bold; 
letter-spacing: -2px; 
border-bottom: 1px solid #999; 
}
        
h2 { 
font-size: 20px; 
margin: 0 0 6px 0; 
position: relative; 
}
        
h2 span { 
position: relative; 
bottom: 0; 
right: 0; 
font-style: italic; 
font-family: Georgia, Serif; 
font-size: 16px; 
color: #999; 
font-weight: normal; 
}
        
p { 
margin: 0 0 16px 0;
}
        
a { 
color: #999; 
text-decoration: none; 
border-bottom: 1px dotted #999; 
}
        
a:hover { 
border-bottom-style: solid; 
color: black; 
}
        
ul { 
margin: 0 0 32px 17px; 
}
        
#objective { 
width: 500px; 
float: left; 
}
        
#objective p { 
font-family: Georgia, Serif; 
font-style: italic; 
color: #666; 
}
        
dt { 
font-style: italic; 
font-weight: bold; 
font-size: 18px; 
text-align: right; 
padding: 0 26px 0 0;
width: 150px; 
float: left; 
height: 100px; 
border-right: 1px solid #999;
}
        
dd { 
width: 600px; 
float: right; 
}
        
dd.clear { 
float: none; 
margin: 0; 
height: 15px; 
}