@font-face {
    font-family: NeutraText;
    src: url(NeutraText-Book.eot);
    src: local("NeutyraText"), url(NeutraText-Book.otf) format("opentype");
}

body {
    margin: 0;
    padding: 0;
    /* This is so IE will center the #wrapper properly */
    text-align: center;
}

#wrapper {
    width: 100%;
    color: #808060;	
    line-height: 130%;	
    font-family: NeutraText;
    margin: 0 auto 0 auto;
    /* This is so IE will center the #wrapper properly */
    text-align: left;
}

#header {
    padding: 0;
}

#logo {
    height: 120px;
    float: left;
}

#header p {
    padding-top: 20px;    
    margin-right: 5px;
    text-align: right;
    font-size: 9pt;
}

#banner {
    width: 100%;
}

#navbar {
    display: none;
}

#content {
    color: #525200;	
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align: left;	
    padding: 1em;	
}

#content h1{
    font-size: 18pt;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-family: NeutraText;
}

#content h2{
    font-size: 14pt;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: NeutraText;
}

#content img.floatRight {
    float: right;
    margin-left: 5px;
}

#content img.floatLeft {
    float: left;
    margin-right: 5px;
}

div.clearit {
    clear: both;
}

#nydegger_home #content img {
    height: 300px;
}

#walker_profile #content img {
    height: 200px;
}

#nydegger_practice #content img {
    height: 300px;
}

#nydegger_profile #content img {
    height: 200px;
}

#footer {
    display: none;
}

