body {
    font-family: Georgia;
    color: #777;
    font-size: 0.95em;
    font-weight: 600;
    letter-spacing: 0.05em;
    word-spacing: 0.08em;
    background: #efefef url(bg.gif);
}

#wrapper {
    width: 100%;
    min-width: 350px;
    max-width: 740px;
    margin: 0 auto;
}

#navigationwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#navigation {
    height: 40px;
    margin: 0 0 5em 0;
    text-align: right;
    font-size: 0.8em;
}

#contentliquid {
    float: left;
    width: 100%;
}

#contentwrap {
    width: 100%;
    float: left;
}

#content {
    margin: 5px;
    padding: 20px;
}

#footerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 40px;
    border-top: 1px solid #999;
    margin: 5px;
    Text-align:center;
    font-size: 0.6em;
}

*************** Standard ******************

p  { 
    padding: 10px;
    line-height: 2em;
    margin: 0 0 2em;
    }

h1 {
    font-family: georgia;
    color: #aaa;
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 3em;
    margin: 2em 15px 15px 0;
    word-spacing: 0.08em;
  
}

h2 {
    font-family: georgia;
    color: #777;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 2em;
    margin: 2em 0 0 0;
    word-spacing: 0.08em;

}

h3 {
    font-family: georgia;
    color: #666;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin: 1em 0 0 0;
    word-spacing: 0.08em;
   
}

h4 {

}

a:link {
text-decoration: none;
color: #888;
}
a:focus {text-decoration: none;}
a:active {text-decoration: none; color: #cc6600;}
a:hover {text-decoration: none; color: #cc6600;}
a:visited {text-decoration: none; color: #aaa;}
