body
{
  padding: 0 0 0 0;	
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666;
	line-height: 1.5em; 
}

html 
{
	height: 100%;
}

h1, h2, h3, h4, h5, h6
{
    color: #666;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1em;
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

h6
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 1px 0;
    padding: 0:
}

h5
{
    font-size: 1.6em;
    margin: 1em 0em 0em 0em;
    color: #fff;
    line-height: 1.2em;
}

h4
{
    font-size: 1.4em;
    margin: 1em 0em 0em 0em;
    color: #fff;
    line-height: 1.2em;
}

h3
{
    font-size: 1.3em;
    margin: 0em 0em 0em 0em;
    line-height: 1.2;
    font-weight: bold;
}

h2
{
    font-size: 1.5em;
    margin: 1em 0em 0.2em 0em;
}

h1
{
    text-transform: none;
    font-size: 2.0em;
    margin: 0em 0em 0.6em 0em;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}
p
{
    font-size: 1em;
    margin: 0.5em 0em 0em 0em;
}
img
{
    border-style: none;
}

a,
a:link,
a:visited,
a:active
{
    color: #336699;
    text-decoration: underline;
    font-weight: normal;
}
a:hover
{
    color: #6699cc;
    text-decoration: underline;
}


ul
{
padding: 0;  
margin: 0;
}

ul li
{
  margin-left: 30px;
  list-style-type: square;
  padding: 5px 0 0 0;
  
}


/* layout */
#wrapper
{
  width: 500px; 
  background: #fff;
	margin-right: auto; 
	margin-left: auto;
	margin-top: 100px;
	height: 100%;
}

#content
{
  width: 500px; 
  margin: 0px;
  padding: 20px;
}

