/* 170, 224, 330 */
body {
      margin:0px;
      padding:0px;
      text-align:center;
      background-color: #311a06;
      background: #311a06 url('../images/bg_bg.gif') repeat-x;
      font-size: 11px;
      font-family: trebuchet MS, arial;
      color:#353535;
   }

image{ border:0px; }  
img{border:0px; }
/*layout*/
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
a{ text-decoration: underline; color: #f1c763;}
a:hover
{
  color: white;
  text-decoration: none;
}
ul
{
  list-style-type: none;
}
li
{
	padding-left: 10px;
}
b, strong
{
	color: #f1c763;
}

.left {float: left;}
.right {float: right;}
.clearer {clear:both; height: 0px; /*line-height: 0px; */font-size:0px; display:block;}
.red {color:red;}
.bold {font-weight: bold;}
.bolder {font-weight: bolder;}
.hidden {display:none; visibility: hidden;}
.focused{ color: black !IMPORTANT;}

h2 { color: #f1c763; font-size: 25px; padding-bottom: 10px;}

  #main{
    background-color: #311a06;
    margin: 0 auto;
    width: 1036px;
    text-align:left;
    
  }

/**
 * Header
 */ 
  #header
  {
    position:relative;
    background: white url('../images/header_bg.jpg') no-repeat;
    width: 1036px;
    height: 285px;
  }
    
    #logo
    {
      position:absolute;
      top:20px;
      left: 125px;
    }
    
    #flags
    {
      position:absolute;
      top:20px;
      right: 120px;
    }
    #flags a
    {
		padding-right: 5px;
    }
    #flags img
    {
		border-color: #f4faff;
		border: 1px solid;
    }

/**
 * Menu
 */ 
  #menu
  {
    font-family: trebuchet MS, arial;
    width: 300px;
    float: left;
  }
    #menu_holder
    {
      margin-left:125px;
      width: 175px;;
    }
      #menu  a
      {
        display:block; 
        height: 36px; 
        background-position: top left; 
        background-repeat: no-repeat;
        color: white;
        text-decoration: none;
        padding-top: 8px;
        padding-left: 5px;
      }
      #menu a span { font-size: 14px;  }
      #menu a:hover {color:#f1c763; }
      #menu a.selected{color:#f1c763; background: url('../images/menu_item_bg.gif') no-repeat;}
	  #menu a.selected:hover{color: white;}
/**
 * Middle
 */ 
  #content
  {
    background: #311a06 url('../images/content_bg.jpg') repeat;
    /*position: absolute;*/
    width: 1036px;
    padding-top: 15px;
  }
  #content_inner
  {
  	width: 600px;
    margin-right: 120px;
    color: white;
    font-size: 16px;
    float: right;
  }
  #content_text
  {
    font-size: 16px;
	text-align: justify;
	padding-bottom: 20px;
  }
/**
 * Footer
 */
  #footer
  {
    position:relative;
    color: white;
    background: #311a06 url('../images/footer_bg.jpg') repeat-x;
    width: 1036px;
    height: 34px;
  }
  
    #footer_text
    {
      position:absolute;
      left: 30px;
      top: 25px;
      font-size: 11px;
    }
    #footer_text li {display:inline; }
    #footer_text .separator { background:  url('../images/footer_separator.jpg') no-repeat; margin-left: 5px; margin-right:5px;}
    #footer_text a {color: #f1c763; text-decoration: underline;}
    #footer_text a:hover {color: red; text-decoration: none;}
    #copyrights 
    {
      position: absolute;
      right: 30px;
      top: 25px;
      font-size: 11px;
    }

