﻿body {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    background-image: url(images/background.png);

    font-size: 0.8em;

}



div#Wrapper {

    background-color: White;

    padding: 1em;

    margin: 1em auto;

    width: 800px;

}



div#Logo

{

    float: left;

    margin-bottom: 1em;

}



div#LanguageSelector 

{

    float:right;

}



div#MainMenu 

{

    border-top: 1px solid Black;

    border-bottom: 1px solid Black;

    clear: both;

    text-align: center;

    background-color: SteelBlue;

    height: 25px;

    margin-bottom: 2em;

    padding: 0px 0px 0px 0px;

}



a 

{

    text-decoration: none;

    color: SteelBlue;

}



a:visited

{

    color: SteelBlue;

}



a:hover 

{

    text-decoration: underline;

}



div#MainMenuCenteringDiv

{

    text-align: center;

    position: relative;

    margin: 0 auto;

    width: 520px;

}



div#MainMenu a

{

    color: White;

    height: 22px;

    display: block;

    position: relative;

    padding-top: 3px;

    width: auto;

    padding-left: 1em;

    padding-right: 1em;

    float: left;

}



div#MainMenu a:hover

{

    text-decoration: none;

    color: Black;

    background-color: Gainsboro;

}



div#ServiceMenu 

{

    float: left;

    margin-right: 10px;

    width: 130px;

}



div#Content

{

    float: right;

    width: 650px;

}



div#Footer 

{

    clear: both;

    font-size: 80%;

    text-align: right;

}



h2 {

	font-weight: bold;

	font-size: 14px;

	margin-bottom: 0;

}



h3 {

	font-weight: bold;

	font-size: 12px;

	margin-bottom: 0;

}



hr {

	color: #000000;

	background-color: #000000;

	height: 1px;

}