div#container{width:80%;margin: 30px auto; font-family:sans-serif;}

/* title style */
div#header h1#title{font-family:Georgia, times, serif;font-size:200%;font-weight:normal;margin:0.2em 0 0.1em;padding:0;}
div#header h1#title{text-align:center;}
div#header h1#title{letter-spacing:3px;text-transform:uppercase;}
 /* div#header h1#title{border-bottom:1px solid #437EC7;} */

h2 {
    font-family:Georgia, times, serif;
    font-size:110%;
    font-weight:normal;
    margin-bottom:0;
    padding-bottom:0;
}

a {
    background-color: none;
    text-decoration: none;
    color: red;
}

p#about {
    margin-top:0.1em;
    padding-top:0;
    border-top:0;
}

img#pic {
    margin-left:10px;
    margin-top:40px;
    border:2px solid;
    float:right;
}

#main {
    border:1px solid #437EC7;
    margin:5px auto;
    padding:0px 15px 0px 15px;
    text-align:justify;
}

.sub-header {
    color: blue;
}

/* friendfeed customizations */
.friendfeed .logo img { display: none; }
