/** styles **/

body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-family: courier;
}
* {
    outline: none;
}
#nav {
    position: absolute;   
    width: 580px;
    height: 128px;
    /*top: 50px;
    left: 100px;*/
    /*border: 1px solid yellow;*/
}
#nav-list {
    position: absolute;   
    width: 568px;
    bottom: 16px;
    left: 3px;
    /*border: 1px solid green;*/
}
#handle-top {
    cursor: move;
}
#top {
    width: 100%;
    height: 128px;
    /*background-color: #FF0000;*/   
}
#top_content {
    top: 0;
    width: 579px;
    position: absolute;
    height: 127px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
} 
#bottom {
    top: 9px;
    width: 559px; 
    background-image: url(../images/wtrans.png);
    background-repeat: repeat;
    position: relative;
    padding: 10px;    
}
#bottom_content {
    font-family: "Courier new", monospace;
    font-size: 10px;
    line-height: 13px;
    width: 559px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    color: #252525;    
}
#bottom_content p {
    margin: 10px 0 0 0;
}
#bottom_content td {
    font-family: "Courier new", monospace;
    font-size: 10px; 
    color: #252525;
    line-height: 17px;   
}

#bottom_lines
{
    left: 8px;
    width: 564px;
    margin: 10px 8px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;    
}
#bottom_lines.start
{
    height: 50px;    
}
#bottom_lines.resume
{
    height: 195px;    
}
#bottom_lines.contact
{
    height: 192px;    
}
h1 {
    display: none;
}
h2 {
    display: none;
}
#top_content ul {
    list-style: none;
    margin: 0;
    padding: 0;         
}
#top_content ul li {
    float: left;
    padding: 0 20px;  
}
#top_content ul li.first {
    float: left;
    padding-left: 17px; 
}
#top_content ul li.last {
    float: left;
    padding-right: 17px;  
}
#top_content ul li a {
    text-decoration: none;
    color: #FFFFFF;
}
#top_content ul li a.active {
    font-style: italic;
    font-weight: bold;
}
#bottom_content a {
    text-decoration: underline;
    color: #000000;
}
dt {
    clear: both;
    width: 90px;
    float: left;
}
dd {
    width: 280px;
    float: left;
}
input.login
{
    height: 16px; 
    width: 102px; 
    font-size: 10px; 
    font-family: 'courier new', monospace; 
    padding-top: 0; 
    letter-spacing: 1.0;
}
input.send
{
    height: 14px; 
    width: 52px; 
    font-size: 10px; 
    font-family: 'courier new', monospace; 
    padding-top: 0; 
    letter-spacing: 1.0;
}
a.enter {
    background-color: fff;
    padding: 2px 10px;
    text-decoration: none !important;
}
#handle-top {
    position: absolute; 
    width: 574px; 
    height: 17px; 
    left: 2px; 
    top: 0px;   
}
#headlinelink {
    position: absolute; 
    width: 396px; 
    height: 60px; 
    left: 5px; 
    top: 20px;
}