/* CSS Document */
html {height:100%;}
body {
margin:0; 
padding:0; 
height:100%;
background-color:#ffffff;
}
H1{font:14px 'Trebuchet MS';color:#666666;padding:5px;}
.bodytext{
font:11px 'Trebuchet MS';
color:#000000;
}
.bodytext_gray{
font:10px 'Trebuchet MS';
color:#666666;
}
#wrapper{
position:relative;
width:400px;
height:500px;
margin:0px auto;
}
#logo{
position:relative;
width:100%;
border-bottom:1px solid #000000;
}
#menu {
position:relative;
margin:0px auto;
width:340px;
padding:10px;
font:10px 'Trebuchet MS';
color:#666666;
}
#menu a{
font:10px 'Trebuchet MS';
color:#666666;
text-decoration:none;
font-weight:none;
padding:4px;
}
#menu a:hover{
color:#000000;
text-decoration:none;
}