body {
    font-family: Times New Roman;
    /*background-color: #fcfcfd;
    color: #2F4550;*/
    line-height: 1.2;
}

div#menu{
    padding-top:60px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
     /* #2F4550; */
}

class#title{
    font-size: 20px;
}

class#links{
    float: right;
}

a {
    color: #586F7C;
    text-decoration: none;
}

a:hover {
    color: canvastext;
}

a.menulink {
    color: canvastext;
    text-decoration: none;
}

a.menulinkright {
    padding-left: 20px;
}

a.menulink:hover {
    color: #586F7C;
}

#mainbox {
    width: 640px; /*640 960?*/
    margin-left: auto;
    margin-right:auto;
}

div.desctext {
    padding-top:0px;
}

div#content {
    padding-top: 30px;
}

img#photo {
    margin-left:20px;
    width: 100px;
    height: 150 px;
    margin-bottom:20px;
    float: right;
}  