body{
  background: #fff;
  color: #333;
	font-family: Verdana, 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
  margin: 0;
  padding: 0.5em 0 1.5em 0;
}

#site{
  background: #fff url('../img/site.gif') repeat-y;
  margin: 0 auto;
  width: 947px;
}

#site-content{
  background: url("../img/head.jpg") no-repeat;
  position: relative;
}

#site-content-sub{
  background: url('../img/background-banner.gif') repeat-y 859px 56px;
  position: relative;
}

h1{
  height: 156px;
    width: 123px;
  font-size: 2em;
  top: 53px;
  left: 29px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  color: #fff;
  display: block;
  height: 156px;
    width: 123px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.gif');
  cursor: hand;
  display: block;
  height: 156px;
    width: 123px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: both;
  color: #DB6A29;
  margin: 0;
  padding: 0 0 0.2em 0;
}

h2{
  font-size: 1.3em;
}

h3{
}

a{
  color: #873E2C;
}

a:hover{
  color: #f48000;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1em;
  list-style: square;
}

hr{
  color: #eee;
  border: 1px solid #eee;
  clear: both;
  margin-top: 0em;
}

table{
  border: 2px solid #fff;
  border-collapse: collapse;
  margin-bottom: 1em;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #eee;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 2px solid #fff;
}

th{
  background: #ccc;
  color: #000;
}

#header{
  height: 220px;
  /*margin-bottom: -150px;*/
  position: relative;
}

#header ul{
  margin: 0;
  padding: 0;
  position: absolute;
    top: 8px;
    right: 18px;
}

#header ul li{
  display: block;
  float: left;
}

#header ul li a, #header ul li strong{
  background: #C2622B url('../img/button.gif') no-repeat;
  color: #fff;
  display: block;
  margin-left: 0.3em;
  padding: 0.15em 0.5em 0.15em 1em;
  text-align: center;
  text-decoration: none;
}

#header ul li a:hover, #header ul li strong{
  background: #000 url('../img/button-hover.gif') no-repeat;
  font-weight: normal;
}

#language-bar{
  font-size: 0.8em;
  left: 18px;
  width: 13em;
}

#sidebar-left{
  float: left;
  padding: 1.25em 12px 0 12px;
  width: 230px;
  position: relative;
}

#sidebar-left h2, #sidebar-left h3{
  color: #000;
  font-weight: normal;
  font-size: 1.2em;
  padding: 0 0.6em 0.2em 0.6em;
}

#sidebar-left h2{
  font-size: 1.3em;
}

#sidebar-left h4{
  font-size: 1em;
  padding-left: 0.6em;
}

#side-menu{
  font-size: 1.1em;
  margin: 0;
  line-height: 1.3em;
  list-style: none;
  padding: 0 0 1em 0;
}

#side-menu li a, #side-menu li strong{
  border-right: 2px solid #DB6A29;
  color: #000;
  display: block;
  margin-bottom: 0.7em;
  padding: 0.1em 0.5em 0.1em 0.7em;
  /*text-decoration: none;*/
  text-align: right;
  position: relative;
}

#side-menu li strong{
  color: #DB6A29;
  border-right: 3px solid #DB6A29;
}

#side-menu li a:hover, #side-menu li a:focus{
  text-decoration: none;
  border-right: 3px solid #DB6A29;
  /*color: #f48000;*/
}

#sidebar-left p{
  font-size: 0.90em;
  padding: 0 0.5em 1em 0.7em;
  text-align: justify;
}

#main-content{
  float: left;
  padding: 1.25em 15px 0 5px;
  position: relative;
  width: 570px;
}

#main-content p{
  text-align: justify;
}

img{
  margin-bottom: 0.5em;
}

img.left{
  clear: left;
  float: left;
  margin-right: 0.5em;
}

img.right{
  clear: right;
  float: right;
  margin-left: 0.5em;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: -0.2em;
}

#footer{
  background: url("../img/footer.gif") no-repeat left bottom;
	clear: both;
	height: 100%;
    line-height: 2em;
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 10px 0;
}

#footer p{
  display: inline;
	margin: 0;
	padding: 0;
	 padding-left: 13px;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	padding-right: 18px;
}
