* {
  margin: 0;
  padding: 0;
}
input {
	border: 1px solid gray;
}
input.highlight {
	background-color: red;
}
body {
	font-family: Arial;
	font-size: 11px;
}
td {
	font-family: Arial;
	font-size: 11px;
}
a {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	width:825px;
  margin:auto;
}
#wrapper-admin {
	width:1055px;
  margin:auto;
}
#header {
	height: 227px;
  width: 825px;
	overflow: hidden;
}
#header-lang {
}
#header-search {
  float: right;
  padding-right: 10px;
}
#header-logo-top {
  float: right;
  width: 175px;
  height: 43px;
  background: url(/templates/default/images/header/earth-top.jpg) no-repeat;
}
#header-logo {
  width: 825px;
  height: 170px;
  background: url(/templates/default/images/header/logo.jpg) no-repeat;
}
#header-logo-admin {
  width: 825px;
  height: 170px;
  background: url(/templates/default/images/header/logo-admin.jpg) no-repeat;
}
#outer {
}
#left {
  float: left;
  width: 270px;
  min-height: 260px;
  background: url(/templates/default/images/menu/bg.jpg) no-repeat;
}
.menu_module {
  padding-left: 20px
}
#main {
  width: 435px;
  padding-left: 65px;
  padding-right: 45px;
}
#main-admin {
  width: 655px;
  padding-left: 70px;
  padding-right: 60px;
}
#centrecontent {
  float: left;
  min-height: 260px;
  background: url(/templates/default/images/title/bg.jpg) no-repeat;
}
#centrecontent-admin {
  float: left;
  min-height: 260px;
  background: url(/templates/default/images/title/bg-admin.jpg) no-repeat;
}
#footer {
	width:100%;
}
#footer-top-left {
  width: 220px;
  float: left;
  height: 4px;
  font-size: 1px;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  margin-left: 20px;
  margin-right: 30px;
}
#footer-top {
  float: left;
  width: 420px;
  height: 4px;
  font-size: 1px;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  margin-left: 70px;
  margin-right: 60px;
}
#footer-left {
  padding-top: 2px;
  width: 220px;
  float: left;
  margin-left: 20px;
  margin-right: 30px;
  color: #8f8e8e;
}
#footer-links {
  padding-top: 2px;
  color: #8f8e8e;
  float: left;
  width: 420px;
  margin-left: 70px;
  margin-right: 60px;
  text-align: right;
}
.clearer {
	clear:both;
}
