body {
    font-family:Palatino;
    font-size:15px;
    line-height:20px;
    padding:50px 250px;
    color:#555;
    text-align:justify;
}

img.mini {
    display:inline;
}

#title {
    font-family:Garamond, 'Hoefler Text', 'Times New Roman', Times;
    font-size:35px;
    line-height:35px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    color:#ff4040;
}

#sub-title {
    font-family:Garamond, 'Hoefler Text', 'Times New Roman', Times;
    font-size:15px;
    color:#bbb;
}

#wrap {}

#header {
    vertical-align:middle;
    display:block;
    height:50px;
}

#name {
    width:400px;
    float:left;
}

#menu {
    font-family:Garamond, 'Hoefler Text', 'Times New Roman', Times;
    float:right;
    margin:0;
    padding:0;
}

ul#menu-list {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    margin:0;
}

.menu-item {
    padding-left:25px;
    display:inline;
    font-size:18px;
}

a {
    color:#ff4040;
    text-decoration:none;
}

a:hover {
    color:#bbb;
}

h1 {    
    font-family:Garamond, 'Hoefler Text', 'Times New Roman', Times;
    font-size:22px;
    font-weight:200;
    color:#333;
    margin:20px 0 5px 0;
}

p {
    margin:5px 0;
    color:#555;
}

p.update-old
{
    color:#ccc;
}

p.update-old a
{
    color:#c57979;
}

