body {
font-family: verdana;
font-size: 10pt;
}
#logo {
position: absolute;
left: 0px;
top: 0px;
width: 500px;
height: 120px;
}
#right_pic {
position: absolute;
left: 500px;
top: 0px;
width: 500px;
height: 580px;
}
#menu {
position: absolute;
left: 10px;
top: 130px;
width: 140px;
height: 460px;
background-color: #ffffff;
}
#content {
position: absolute;
left: 160px;
top: 130px;
width: 320px;
height: 460px;
}

a.menu:link, a.menu:visited, a.menu:active {color:#000000;
font-weight: bold;
font-family: verdana;
font-size:10pt;
text-decoration: none;
}
a.menu:hover {color:#ff0000;
font-weight: bold;
font-family: verdana;
font-size: 10pt;
text-decoration: none;
}