body {    font-family: 'verdana', 'sans serif', 'arial';
          font-size: 1em;
          background-color: #282828;
          margin: 0px;
          margin-top: 10px;
}
.page_wrapper {
          width: 960px;
          margin: 0 auto;
          }
.header {   
          background: #fff url('images/header.png') no-repeat left top;
          height: 33px;
          overflow: hidden;
          padding: 26px 20px 32px 20px;
          margin-bottom: -9px;
}
.header img { position: relative;
              top: -22px;
              display: inline;
              float: left;
}
.slogan { display: inline;
          color: #555555;
          position: relative;
          top: 13px; 
          border-left: 1px dashed #DDDDDD; 
          padding-left: 25px; 
          margin-left: 25px;
          padding-top: 15px;
          padding-bottom: 7px; }
.flags {  display: inline;
          float: right;
          position: relative;
          top: 60px;
          left: 10px;
          }
.header2 { 
          height: 302px;
          background-image: url('images/top-image2.jpg');
          -moz-border-radius: 0 0 10px 10px;
          -webkit-border-bottom-right-radius: 10px;
          -webkit-border-bottom-left-radius: 10px;
}

.menu {
          background: transparent url('images/sidebar-bg.png') no-repeat center;
          float: left;
          height: 302px;
          margin: 0 0 0 20px;
          width: 240px;
 }
.menu ul { padding-left: 30px;}
.menu ul li {
          display: list-item;
          font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
          font-weight: normal;
          line-height: 1.4285em;
          list-style: none;
          list-style-image: none;
          list-style-type: none;
          margin-left: 0;
          padding: 5px 0px 0 0;
          text-decoration: none;
}
.menu ul li a:before {
          content: "» ";
	        color: #cb9856;
}
.menu ul li a {
          color: #A3A3A3;
          text-decoration: none;
}
li.current a { color: blue; }
.menu ul li a:hover {   color: #cb9856; }
.menu ul li ul li a {   color: #bbbbbb; }
.menu ul li ul {   padding-left: 20px;  }
.main_left {  width: 260px;
              float: left;
              padding-right: 20px;
              margin-top: 10px;
 
}

.block {  
          border: 1px solid #333333;
          border-bottom: 0px;
          background-image: url('images/block-gradient.png');
          background-repeat: repeat-x;
          background-position: bottom;
          color: #cccccc;
          padding: 15px;
         }
.block h2 { margin: 0px 0px 10px 0px;
            padding: 0px;
            border: 0px;
            color: #cb9856;
            font-size: 120%;
            background: transparent url('images/arrow.png') no-repeat 0 4px;
            padding: 0 0 0 14px;
  

  }

.main_right {   
          margin-left: 280px;
          color: #cccccc;
          margin-top: 10px;
          border-left: 1px solid #333333;
          padding-left: 20px;
          margin-bottom: 10px;
}



p:first-letter { 
          font-size: 150%;
          color: #cb9856;  
                 }
p {       padding-left: 5px;
          padding-right: 5px; 
          }
h1 {      text-align: center;
          color: #cb9856;
          margin-top: 0px; 
        }



img, div { 	behavior: url('iepngfix.htc'); }
.img {border: 0px;}
.footer { height: 50px;
          position: relative;
          bottom: 0%;
          font-size: 70%;
          text-align: center;
          padding-top: 5px;
          color: #555555;
          background-color: black;
          border-top: 5px solid #222222;
          width: 100%;
          padding-bottom: 0px;
          margin-bottom: 0px;
          }
.footer a {color: #555555;
        }
