
html, body, div, form, ul, input, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
}

.clear {
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
}



body {
	font-family: Bookman Old Style, Avant Garde, serif;
	color: #ffffff;
   background-color: #a0a0a0;
}

#bodyContainer {
   background: url(../gfx/bgBody.jpg) top left repeat-x #444445;
}

#siteContainer,
#footer {
   /*width: 822px;*/
   width: 930px;
   margin: 0 auto;
}
#siteContainer {
	position: relative;
   padding-top: 35px;
}
   #header {
      position: relative;
      height: 48px;
      border-bottom: 1px solid #ffffff;
   }
      #header ul {
         position: absolute;
         right: 0;
         bottom: 4px;
         list-style: none;
      }
         #header li {
            float: left;
            display: inline;
            padding: 0 3px;
         }
         #header a {
            font-size: 14px;
            text-decoration: none;
         }
            #header .active a,
            #header a:hover {
               color: #c9233f;
            }
   #slogan {
      display: block;
      margin-top: 10px;
   }
      #flag {
         position: absolute;
         right: 2px;
         border: 1px solid #000000;
      }
   
   #main {
      /*position: relative;*/
      margin-top: 20px;
      padding-bottom: 10px;
   }
      #left,
      #right {
         float: left;
         display: inline;
         position: relative;
      }
      #left {
         width: 260px;
         padding-top: 5px;
      }
         #left ul {
            list-style: none;
            padding-top: 3px;
            padding-bottom: 16px;
         }
            #left ul li {
               padding-left: 18px;
               background: url(../gfx/bgListItem.gif) 6px 8px no-repeat;
            }
               #left ul li.active {
                  background: url(../gfx/bgListItemActive.gif) 6px 8px no-repeat;
               }
            #left ul li a {
               font-size: 14px;
               text-decoration: none;
            }
               #left ul li.active a,
               #left ul li a:hover {
                  color: #c9233f;
               }
      #right {
         /*width: 534px;*/
         width: 642px;
         margin-left: 28px;
      }
   
   #homeImageSpacer {
      clear: both;
      height: 10px;
   }
   #homeImage {
      position: absolute;
      z-index: 10;
      bottom: -118px;
      left: -50px;
   }

#footer {
   padding: 4px 0;
	text-align: right;
}
   #footer,
   #footer a {
      color: #ffffff;
      font-size: 12px;
   }

