#main p {
    margin: 1em 0 0 0;
}
#main p:first-child {margin-top: 0;}
p {text-align: justify; text-indent: 2em;}
a {text-decoration: none;  border-bottom: 1px dashed #ddddff;}
a:link {color: #2a5bB0;}
a:visited {color: #2a5bF0;}
a:hover {color: #2a5bF0;}
a:after {content:" «"; color: #4783cd;}
a:hover:after {color: #2a5bF0;}
a:active {color: #2a5bF0;}

#header h1 {
    font-size: 2em;
    line-height: 70px;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
#header img {
    position:absolute;
    top: 0;
    left: 0;
}
#nav ul {
    list-style: none;
}
html {
    margin: 0;
}
body {margin: 0; background: #F8FCFF;}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    color: #2a5b96;
    background: white url(topfade.png) bottom;
    border-bottom: 2px solid #f9f673;
}
#nav {
    position: fixed;
    top: 85px;
    width: 15%;
    background: #2a5b96;
    border: 2px solid #387ab7;
    border-left: none;
    color: #83c7f4;
}
#main {
    width: 42em;
    max-width: 50%;
    padding: 1em;
    border: 3px solid #387ab7;
    color: #2a5b96;
    margin: 100px auto 25px auto;
    background: white;
}
#cmain {
    position: fixed;
    top: 85px;
    bottom: 65px;
    width: 800px;
    max-width: 100%;
    padding: 1em;
    left: 50%;
    overflow: auto;
    background: #2a5b96;
    border: 2px solid #387ab7;
    margin-left: -400px;
    color: #83c7f4;
}


