body {
  margin:0;
  padding:0;
  background-color:#F2F1EC;
  color:black;
  font-family:verdana;
  font-size:11px;
}

td { font-size:11px; }

img { border:0px; }

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #DDE338;
}
a:active {
	text-decoration: none;
	color: #000;
}

#header_1 {
  background: #EFEEE8 url(gfx/bg_header.gif) repeat-x;
  height:449px;
}

#menu { float:left; background-color:black; }

#menu img { float:left; }

#menu div {
  float:left;
  background: black url(gfx/menu_button.gif) no-repeat;
  height:35px;
  width:160px;
  margin-left:5px;
  cursor:pointer;
}

#footer {
  height:114px;
  background: black url(gfx/bg_bottom.gif) repeat-x;
}

#content_border { min-height:350px; height: auto !important; height: 350px; background: url(gfx/bg_content.gif) repeat-x; }
#content { width:820px; margin:auto; padding-top:40px; }

#lang {float:right; margin-right:50px; margin-top:10px;}


#menu a { width:160px; height:29px; display:block; font-size:12px; text-decoration:none; color:white; font-weight:bold; padding-top:10px; }


.spacer { border-top: 1px dashed #999999; margin:20px 0;}