body {
    background-color: #000000;
    margin: 0px
    padding: 0px;
    font-size: 1em;
    font-family: Helvetica Neue, Helvetica, Arial, Geneva, San-Serif;
    color: #ffffff;
    text-align: center;
    }
    
#All {
    width: 98%;
    margin: 0 auto;
    text-align: left;
    }

#Header {
    
    }

#Header h1 {
    font-family: Helvetica Neue, Helvetica, Arial, Geneva, San-Serif;
    font-size: 2.5em;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: .8em;
    font-weight: normal;
    }

#Header h2 {
    font-size: 1.1em;
    margin: -3px 0px 0px 0px;
    padding: 0px;
    letter-spacing: 15px;
    font-weight: normal;
    color: #CCCCCC;
    }

#Header a, a:visited {
    text-decoration: none;
    color: #999999;
    }

#Header a:hover {
    text-decoration: none;
    color: #CCCCCC;
    }
 
#LeftColumn {
    float: left;
    width: 250px;
    margin: 40px 0px 0px 0px;
    }

#RightColumn {
    margin-left: 250px;
    margin-top: 40px;
    minimum-width: 510px;
    }

#BioCopy {
    margin-left: 250px;
    margin-top: 20px;
    minimum-width: 510px;
    } 

#MainNav {
    text-transform: uppercase;
    height: 220px;
    }

#MainNav ul {
    margin: 0px;
    padding: 0px;
    }

#MainNav li {
    list-style: none;
    font-size: 1.4em;
    padding: 0px 0px 3px 0px;
    }

#MainNav a.smallNav {
    font-size: .6em;
    color: #CCCCCC;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }

#MainNav a, a:visited {
    padding: 0px 0px 3px 0px;
    color: #999999;
    text-decoration: none;
    }

#MainNav a:hover {
    padding: 0px 0px 3px 0px;
    color: #ffffff;
    }

#MainNav a.active {
    padding: 0px 0px 3px 0px;
    color: #ffffff;
    text-decoration: none;
    }

#MainNav a:hover.active {
    padding: 0px 0px 3px 0px;
    color: #ffffff;
    }

#Contact {
    /* border-top: 1px solid #999999; */
    margin: 10px 5px 0px 0px;
    font-size: .8em;
    color: #666666;
    }

#Contact h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
    color: #666666;
    }
    
#Contact p {
    padding-right: 15px;
    line-height: 1.6em;
    color: #666666;
    }

#Contact a, a:visited {
    color: #999999;
    text-decoration: none;
    }

#Contact a:hover {
    color: #333333;
    }


.textInput {
    color: #707070;
    border: 1px solid #999999;
    background-color: #fefefe;
    padding: 2px;
    }
 
.send {
    color: #707070;
    border: 1px solid #999999;
    background-color: #F5F5F5;
    padding: 2px;
    margin-top: 2px;
    }

#SubNav {
    margin-right: 5px;
    /* border-top: 1px solid #999999; */
    margin-top: 30px;
    text-transform: uppercase;
    }

#SubNav ul {
    margin: 0px;
    padding: 0px;
    }

#SubNav li {
    list-style: none;
    display: inline;
    padding: 0px 20px 0px 0px;
    font-size: 1.3em;
    }

#SubNav a, a:visited {
    text-decoration: none;
    color: #999999;
    }

#SubNav a:hover {
    color: #ffffff;
    }

#SubNav a.active, a:visited.active {
    padding: 0px 0px 3px 0px;
    color: #ffffff;
    text-decoration: none;
    }

#MainContent {
    height: 530px;
    overflow: auto;
    white-space: nowrap;
    width: 99%;
    }
    
#BioContent {
    height: 330px;
    overflow: auto;
    white-space: nowrap;
    width: 99%;
    }

#MainContent p {    
    white-space: normal;
    }

#Bio img {
    float: left;
    margin: 0px 4px 4px 0px;
    }

#Footer {
    margin: 5px 0px 10px 0px;
    padding: 5px 0px 10px 0px;
    }

#Footer p {
    text-align: right;
    font-family: Tahoma, Helvetica, Geneva, Sans-serif;
    line-height: 1.6em;
    font-size: .7em;
    color: #CCCCCC;
    border-right: 1px solid #999999;
    padding-right: 5px;
    }

#Footer a, a:visited {
    text-decoration: none;
    color: #999999;
    }

#Footer a:hover {
    color: #333333;
    }

#screen-switcher {
    position: relative;
    top: 10px;
    float: right;
    border: none;
    }

#screen-switcher form, #screen-switcher fieldset, #screen-switcher option {
    border: none;
    }
    

