.main_content_frame{
    background-color:#ffffff;
    width:800px;
    border:1px solid #c0c0c0;
    padding-left:30px;
    padding-right:30px;
}

BODY{
    background-color:#f0dddd;
    font-family: tahoma;
    font-size: small;
    color:#808080;
    height:auto;
}

A {
    color:#808080;
    font-weight:bold;
    text-decoration:none;
}

A:Hover {
}

.menu_top{
    width:100px;
    border:1px solid #c0c0c0;
    background-color:#ffffff;
    height:100%;
    padding-left:5px;
    padding-top:5px;
}
.menu_top_item{

}
.menu_div{
    height:100%;
    text-align: left;
}
.spacer_vert_1px{
width:1px;
height:400px;
float:left;
}

.menu_top_last_item{
height:100%;
}
H1{
text-align:center;
}