    body {
      background-color: #fff;
      font-family: Helvetica, Arial, FreeSans, san-serif;
      color: #000000;
      margin-top: 120px;
    }
    #container {
      margin: 0 auto;
      padding: 0px;
      width: 800px;
      background-color: #ffffff;
    }
    /*h1 { font-size: 70px; color: #000; margin: 0px 0px 0px 135px; text-shadow: 0px 2px 1px #000; font-weight: normal; position: absolute; top: 50px; }*/
    h1 { font-size: 70px; color: #000; margin: 0px 0px 0px 135px; font-weight: normal; position: absolute; top: 50px; }
    h1 .small { font-size: 20px; }
    h1 a { text-decoration: none; color: #000; }
    h2 { font-size: 1.5em; color: #000; font-weight: normal; margin: 1.5em 0em 1em 0em }
    h3 { color: #000; font-weight: normal; }
    a { color: #000; }
    .description { font-size: 14px; font-style: italic; position: absolute; top: 130px; margin: 0px 0px 0px 140px; color: #bbb; }
    hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
    .footer { text-align:center; padding-top:60px; font-style: italic; }
	p { margin: 0.5em 0px 1.2em 0px; line-height: 140% }

	div#menubar
	{
		position: absolute;
		left: 0px;
		top:  0px;
		right: 0px;
		background-color: #eee;
		text-align: center;
		height: 40px;
	}

	ul#menu
	{
		position: absolute;
		top:  0px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 40px;
	}

	ul#menu > li
	{
		float: left;
	}

	ul#menu > li > a {
		padding-right: 10px;
		padding-left: 10px;
		display: block;
		line-height: 40px;
		text-decoration: none;
		font-size: 15px;
		color: #000;
		font-weight: bold;
		/*text-shadow: 0px 1px 1px #000;*/
	}

    ul.submenu
    {
        list-style-type: none;
        padding: 10px;
        background-color: #000;
        position: absolute;
        width: 250px;
        /*box-shadow: 3px 3px 5px #000;*/
        display: none;
    }

    ul.submenu > li > a {
		padding-right: 10px;
		padding-left: 10px;
		display: block;
		line-height: 35px;
		text-decoration: none;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		/*text-shadow: 0px 1px 1px #00aad4;*/
	}

	div.hr
	{
		height: 100px;
	}
	div.hr div
	{
		position: absolute;
		left: 0px;
		right: 0px;
		background-color: #eee;
		text-align: center;
		height: 10px;
		margin: 45px 0px 45px 0px;
	}

