/*
 * somewhat based on Gnome05 by Jason Murray Cole
 */

*
{border: none;
 margin: 0;
 padding: 0;}
body
{background-color: #FFF;
 font-family: arial,"bitstream vera sans",sans-serif;
 font-size: 1em;
 text-align: center;}
#container
{margin: 0 auto;
 text-align: left;
 width: 45em;}
#menu
{color: #456;
 float: left;
 margin-top: 1em;
 width: 8em;}
#content
{border-left: 1px dashed #456;
 margin-left: 9em;
 padding: 1em;}
#header
{border-bottom: 1px dashed #456;}
#footer
{border-top: 1px dashed #456;}

h1,h2,h3,h4,h5,h6
{color: #234;
 letter-spacing: 0.1em;
 line-height: 2em;
 text-align: center;}
h6
{font-weight: 100;}
li
{list-style: square inside;
 margin-left: 1em;}
p
{text-align: justify; }

a
{color: #039;
 text-decoration: none;}
a:hover
{text-decoration: underline;}
a.current
{color: #789;
 text-decoration: none;}

