* {
  margin: 0;
  padding: 0;
}

body {
  background: #7D7260;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}

a {
  text-decoration: none;
  color: #554d42;
}

a:hover {
	text-decoration: underline;
	color: #960;
}

#wrap {
  margin: 10px auto;
  width: 980px;
}

#header {
  height: 168px;
  background: #554d42 url(../images/header.jpg) no-repeat;
}

#header h1 {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 12px 0 0 10px;
	color: #FF5500;
	text-align: left;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: -2px;
}

#header h1 a:hover {
  color: White;
}

#header h2 {
  font-size: 19px;
  color: #fff;
  padding: 5px 0 0 20px;
  letter-spacing: -1px;
  font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: #fff url(../images/menu.jpg) no-repeat;
	text-align: center;
}

#menu ul {
  list-style-type: none;
  padding-left: 220px;
}

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

#menu ul li a {
  padding: 0 20px 0 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

#menu ul li a:hover {
	color: #CE9248;
	text-decoration: none;
}

#content {
	background: #fff url(../images/content.jpg) repeat-y;
	background-attachment: inherit;
	min-height: 420px;
	padding-top: 20px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#content_2 {
	background: #fff url(../images/content.jpg) repeat-y;
	background-attachment: inherit;
	min-height: 420px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.right {
	float: right;
	width: 550px;
	text-align: justify;
	padding-top: 35px;
	height: auto;
}

.right_2 {
	float: right;
	width: 650px;
	text-align: justify;
	padding-top: 35px;
	height: auto;
}

.centric {
	float: right;
	width: 680px;
	text-align: justify;
	padding-top: 0px;
	height: auto;
}

.right h2 {
  font-size: 18px;
  font-weight: 100;
  padding: 15px 0 7px 0;
}

.right h2 a {
  text-decoration: none;
}

.right h2 a:hover {}

.left {
  float: left;
  width: 230px;
  padding-top: 35px;
}

.left h2 {
	line-height: 20px;
	background: #F0E2CE;
	color: #2C1D0E;
	font-size: 13px;
	padding: 0 20px 0 10px;
}

.left ul {
  padding: 10px 0 15px 10px;
  list-style-type: none;
}

.left ul li a {
  text-decoration: none;
  font-weight: 600;
}

#bottom {
  background: #fff url(../images/bottom.jpg) no-repeat;
  padding: 10px 0;
}

#bottom ul {
  list-style-type: none;
  padding-left: 260px;
}

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

#bottom ul li a {
  padding: 0 10px 0 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
}

#footer a {
  color: #fff;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
.rot_12 {
	color: #F00;
	font-weight: bold;
}
.fett_12 {
	font-weight: bold;
}
.fett_16 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
.fett_16_br {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #554D42;
}
#wrap #content .centric table tr td {
	text-align: center;
}
#wrap #content .centric table tr td table {
	text-align: right;
}
