/* basic elements */
html {
    margin: 0;
    padding: 0;
    background: #fff url(bg.png) repeat-y;
}
img{
    border: 0px;
}
body { 
    font: 75% georgia, sans-serif;
    /*line-height: 1.88889;*/
    color: #555753;
    margin: 0; 
    padding: 0;
    background: #fff url(bg.png) repeat-y;
}
p { 
    margin-top: 0; 
    text-align: justify;
}
h3 { 
    font: italic normal 1.4em georgia, sans-serif;
    margin-bottom: 0;
    color: #7D775C;
}
a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: #9999AA; 
}
a:visited { 
    font-weight: bold; 
    text-decoration: none; 
    color: #999977;
}
a:hover, a:active { 
    text-decoration: underline; 
    color: #9999FF;
}

.bold{
    font-weight: bold;
}

body div {
    clear: both;
    margin-right: 20px;
}

hr{
    margin: 20px 20px 20px 20px;
}

div div {
    clear: right;
    padding: 0px 0px 0 0px;
    margin-left: 20px;
}

.icon{
    clear: both;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

#top{
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #fff url(top.png) repeat-x;
    height: 18px;
}

#corner{
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#footer{
    margin-left: 20px;
}

#footer hr {
    margin-left: 0px;
}
