html { background: white; }
body
{
    background: white;
    font-family: sans-serif;
    /*
    border: 20px solid white;
    */
    margin: 0em;
    min-width: 680px;
}

a { text-decoration: none; }
acronym, abbr { border-bottom: none; }

#header
{ 
    color: white;
    background: #564;
    margin-bottom: 0em;
}

#languages
{
    float: right;
    width: 2em;
    line-height: 1.2em;
    font-weight: bolder;
    padding-top: 0.6em;
    font-family: monaco;
    text-transform: uppercase;
    padding-right: 1em;
}

#languages span
{
    display: none;
    cursor: help;
}

#languages abbr 
{
    border-bottom: none; 
}

#header h1
{ 
    padding-left: 0.3em;
    padding-top: 0.3em;
    margin: 0px;
}

#profession
{
   padding-left: 0.7em;
   padding-bottom: 0.5em;
   letter-spacing: 0.05em;
}

#menu
{
   float: left;
   background: #444;
   width: 8em;
   height: 40em;
}

#menu ul
{
   list-style: none;
   font-weight: bold;
   margin: 0em;
   padding: 1em 0em 1em 0em;
}

#menu li
{
    display: inline;
}

#menu li a
{
   color: white;
   display: block;
   padding: 0.3em;
   padding-left: 1.2em;
}

#menu li a:hover
{
   color: white;
   background: #564;
}

#menu li a.selected
{
   color: black;
   background: #999;
}

#photo
{
   float: right;
   border: 2em solid white;
}

#content
{
    padding: 1em;
    margin-left: 9em;
    margin-right: 9em;
}

#content h2
{
    color: black;
    margin-top: 0em;
    margin-bottom: 0.75em;
}

#current-time
{
    color: white;
    font-weight: bolder;
    background: #7AF;
    padding: .2em .7em .2em .7em;
    -moz-border-radius: .4em;
}

#current-time.offhours
{
    background: #BBB;
}

#content ul.key-info
{
    list-style-image: url('/bullet.png');
}


#links
{	
    margin: auto;
    margin-bottom: 2em;
    width: 630px;
}

#links ul
{
    list-style: none;
    margin: 0em;
    padding: 0em;
}

#links li
{
    float: left;
    width: 180px;
    height: 180px;
    text-align: center;
    color: white;
    margin: 15px;
    background: #F80;
    text-transform: lowercase;
}

#links li a
{
    display: block;
    color: white;
    font-weight: bolder;
    font-size: 150%;
    line-height: 180px;
    height: 180px;
    width: 180px;
}

#links li a:hover
{
    background: #999;
}

#footer
{
    text-align: center;
    font-size: 60%;
    clear: both;
    background: #999;
    color: #DDD;
    padding-top: 2em;
    padding-bottom: 3em;
}

#footer a { color: #DDD; }
#footer a:hover { color: #F80; }

span.current-time
{
    font-weight: bold;
}

a img
{
    border: none;
}

#clock
{
    float: right;
    font-size: 250%;
    color: white;
    padding-right: 5em;
    padding-top: 0.35em;
}
