/* style */
body {
  background-color: #edf2f5;
  margin: 0px;
}
body, td, th {
  color: #232020;
  font-family: Arial;
  font-size: 12px !important;
  text-align: justify;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
}

p {
  margin-top: 0px;
}

/* boxes */
div#bodyBox {
  border-collapse: collapse;
  border-spacing: 0px;
}

div#topBox {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 860px;
	height: 342px;
}

div#noTopBox {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 860px;
	min-width: 860px;
  min-height: 400px !important;
	padding-bottom: 84px;
}

div#counterBox {
	position: fixed;
	left: 20px;
	top: 540px;
	width: 230px;
	height: 20px;
	font-size: 12px;
	font-family: tahoma;
  color: #8d8862;
  text-align: center;
	
}

div#menuBox {
	position: absolute;
	left: 50px;
	top: 345px;
	width: 230px;
  background-color: #fcfcfc;
}

div#menuBoxInner {
	position: relative;
	left: 3px;
	top: 5px;
	width: 224px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10px;
}

div#menuFooterBox {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 230px;
	clear:all;
  height: 71px;
  background-image: url("/files/image/layout/g.gif");
  background-repeat: x;
}

/*
div#menuBox a:link,
div#menuBox a:visited,
div#menuBox a:hover {
  color: #878787;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Tahoma;
  font-size: 14px !important;
  font-stretch: condensed;
  font-variant: small-caps;
  font-weight: bold;
}
*/

div#contentBox {
	position: absolute;
	left: 295px;
	top: 345px;
	width: 615px;
	/*padding-bottom: 84px;*/
  background-color: #fcfcfc;
  /* border: 1px solid black;*/
}

div#contentBoxInner {
	position: relative;
	left: 10px;
	top: 25px;
	width: 545px;
  min-height: 400px !important;
  /* border: 1px solid red; */
  margin-bottom: 30px;
}


div#contentFooterBox {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 615px;
	clear:all;
}

div#languageBox {
	position: absolute;
	left: 770px;
	top: 70px;
	/*padding-bottom: 84px;*/
  background-color: #fcfcfc;
  border: 1px solid black;
}

.right {
  float: right;
}
.left {
  float: left;
}

