body {
  margin:0px; padding:0px;
  color:#000;
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5 {
  margin:0px;
  text-align:left;
}
p {
  margin:0 0 1em 0;
}
dl, dt, dd {
  margin: 0px; padding: 0px;
}
img {
  border:0px none;
}
hr {
  float:none; clear:both;
  border: 0 none;
  border-top: 1px solid #000;
  height: 1px;
}
.clear, .fClear {
  width:0px; height:0px;
  margin:0px; padding:0px;
  float:none; clear:both;
  line-height:0px; font-size:0px;
  border:0px none;
}
html,
body,
#body {
	height: 100%;
	_height: expression(document.body.offsetHeight + "px");
	position: relative;
}
#layout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#layout #top_part {
	position: relative;
	overflow: auto;
	height: 100%;
	width: 600px;
	margin: 0px auto;
}
#layout #footer {
	position: absolute;
	bottom: -9px;
	left: 0px;
	width: 100%;
	margin: 0;
}

#layout #foot_cont .topline {
	width: 100%;
	height: 12px;
	background-image: url(/styles/layouts/layout_foot_top.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#layout #foot_cont {
	position: relative;
	width: 980px;
	height: 102px;
	margin: 0px auto;
	background: url(/images/logo_bgr_footer.png) no-repeat right bottom;
}

#layout #foot_cont a.logo {
	display: block;
	width: 469px;
	height: 44px;
	margin: 23px auto 0;
	text-decoration: none;
	background: url(/images/logo_jobs.png) no-repeat;
}

#layout #foot_cont a#logo_tlj
{
    display: block;
    position:absolute;
    left:15px;
    top:15px;
    width: 128px;
    height: 80px;
    background: url(/images/top_language_jobs_header.gif) no-repeat;
}

#layout #foot_cont a.logo b {	display: none;	}

#layout #foot_cont a.back {
	position: absolute;
	right: 10px;
	bottom: 10px;
	min-width: 80px;	width: auto;		_width: 80px;
	color: #FFF;
	text-align: center;
	border: 1px solid #666;
}

#layout #top_part {	_height: expression(document.body.offsetHeight - 102 + "px");	}

#layout .tdcont {
	border: 1px solid red;
}

#menu-left,
#menu-left ul,
#menu-left li
{
	margin: 0;
	padding: 0;
}

#topMenu,
#topMenu ul,
#topMenu li
{
	margin: 0;
	padding: 0;
}

#menu-left li,
#topMenu li {	list-style-type: none;	}

