/*
 * 1st Freebies
 * Copyright J Tsangarides 2006 All Rights Reserved
  */

*
{border: none;
 font-size: 1em;
 margin: 0;
 padding: 0;}
body
{background-color: #FFF;
 font-family: arial,"bitstream vera sans",sans-serif;
 font-size: 0.7em;
 text-align: center;}
#container
{margin: 0 auto;
 text-align: left;
 width: 40em;}
#menu
{color: #456;
 float: left;
 width: 7em;}
#content
{border-left: 1px dashed #456;
 margin-left: 12em;
 padding: 1em;}

h1,h2,h3,h4,h5
{color: #234;
 letter-spacing: 0.2em;
 line-height: 2em;
 font-weight: 900;
 text-align: center;}
h1
{border-bottom: 1px dashed #456;
 font-size: 1.5em;}
h2
{font-size: 1.3em;}
h3
{font-size: 1.2em;}
h4
{font-size: 1.1em;}
h4
{font-size: 1em;}
h6
 {border-top: 1px dashed #456;
 color: #234;
 font-weight: 100;
 text-align: center;}

ul,li
{list-style: square inside;}
p
{text-align: justify;
 text-indent: 1em;}

a
{color: #039;
 text-decoration: none;}
a:hover
{text-decoration: underline;}
.left
{float: left;}
.right
{float: right;}
.clear
{clear: both;}