/* General style */
body
{
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: "trebuchet ms", verdana, tahoma, arial;
    font-size: 85%;
    line-height: 150%;
}

body > #menu
{
    position: fixed;
}

img
{
    border: 0px;
}

img.logo
{
    height: 200px;
	width: 200px;
}

img.title
{
    height: 100px;
	width: 532px;
}

img.text_around
{
    float: left;
    margin-right: 7px;
}

a:active, a:visited, a:link
{
    color: #5E8E3E;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

/* Main page */
#main
{
    width: 540px;
    margin-left: 200px;
    padding: 20px;
    text-align: justify;
}

#main h2
{
    border-bottom: 1px solid #808080;
    font-family: arial;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 150%;
    text-align: right;
}

#main .initialcap
{
	font-size: 150%;
	font-weight: bold;
	/*line-height: 0.8em;*/
}

#main q {
  font-style: italic;
  quotes: '\201C' '\201D' '\2018' '\2019';
}

#main q:before {
  content: open-quote;
}

#main q:after {
  content: close-quote;
}

#main p>q, #main li>q {
  font-style: normal;
}

#main div.spot
{
    border: 3px double silver;
    text-align: center;
    line-height: 100%;
}