body {
   margin: 0px;
}

.clear {
   clear: both;
}

#header {
   height: 90px;
   background: url(images/header-bg.jpg) #677da7;
}

#topnav {
   background-color: #223366;
   padding-top: 2px;
   padding-bottom: 2px;
}
#topnav ul {
   margin: 0px;
   list-style: none;
   display: inline;
   padding: 0px;
}
#topnav li {
   display: inline;
   padding: 0px 45px;
}
#topnav li a {
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}
#topnav li a:hover {
   text-decoration: underline;
}
#flags {
   margin: 20px;
   margin-bottom: 0px;
   float: left;
}

#leftnav {
   width: 10%;
   margin-left: 25px;
   margin-right: 25px;
   margin-top: 45px;
   float: left;
}
#leftnav ul {
   margin: 0px;
   list-style: none;
   display: inline;
   padding: 0px;
}
#leftnav li {
   line-height: 30px;
}
#leftnav li a {
   text-decoration: none;
   font-weight: bold;
}
#leftnav li a:hover {
   text-decoration: underline;
}
#leftnav li img {
   border: 0px;
}

#main {
   margin-top: 45px;
   float: right;
   width: 80%;
   padding-bottom: 100px;
}

#footer {
   height: 4px;
   background-color: #223366;
}

#copyright {
   text-align: right;
   margin-top: 2px;
   margin-bottom: 4px;
   padding-right: 5px;
}
