* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {background-image: url(images/fleur.png);
      background-color: #590839;
      background-repeat: repeat;
      line-height: 1.2em;
      text-align: center;
}

#container {width: 80%;
max-width: 1050px;
min-width: 878px;
margin: 75px auto 0px auto;
border: solid 3px black;
}

#header {background: url(images/6panelbanner.png);
         background-color: #0000ff;
         width: 100%;
         height: 140px;
         margin: auto;
}
         
#navbar {background: #000000;
         width: 100%;
         height: 22px;
         font-family: 'Arial', sans-serif;
         font-size: 18px;
         color: #000;
         margin: auto;
         text-align: center;
}

#navbar a:link {color: #ffffff; text-decoration: none; padding: 16px;}
#navbar a:visited {color: #ffffff; text-decoration: none; padding: 16px;}
#navbar a:active {color: #a60000; text-decoration: none; padding: 16px;}
#navbar a:hover {color: #a60000; text-decoration: none; padding: 16px;}

#main {background: #FFF;
text-align: left;
}

p {margin: 0 0 1em; padding: 0}

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:active {color: #a60000; text-decoration: underline;}
a:hover {color: #a60000; text-decoration: underline;}

h1 {
}

h2 {font-family: 'Josefin Slab', Arial, sans-serif;
font-size: 30px;
color: #590839;
padding: 15px 0px 20px 30px;
}

h3 {font-family: Arial, sans-serif;
font-size: 16px;
color: #000000;
font-weight: bold;
padding: 0px 0px 5px 30px;
}

#main p {
margin-left: 30px;
margin-right: 30px;
font-family: Arial, sans-serif;
text-align: justify;
}

#main img {float: right;
border: solid 3px #000059;
margin: 0px 15px 0px 15px;
}

#links {font-size: 12px;}

#addressbar {background: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#footer {font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
padding-bottom: 2em;}

#footer a:link {color: #fff; text-decoration: underline;}
#footer a:visited {color: #fff; text-decoration: underline;}
#footer a:active {color: #fff; text-decoration: underline;}
#footer a:hover {color: #fff; text-decoration: underline;}

.bold {font-weight: bold;}





