body, html { 
	height: 100%;
	text-align: center; 
}

body {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: #e8d8a5;
}

#wrapper {
  text-align: left;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#langMenu {
	margin-top: 25px;
	font-weight: bold;
	color: #4b3331;
	line-height: 20px;	
}

#langMenu a {
	color: #4b3331;
	text-decoration: none;	
}

#langMenu a:hover {
	color: #b99008;
	text-decoration: none;
}

#menuLeft td {
	padding: 0px 0px;
}

#menuLeft a {
	font-weight: bold;
	color: #4b3331;
	text-decoration: none;
}

#menuLeft a:hover {
	text-decoration: none;
}

.heading1 {
	color: #b99008;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0px 3px 0px;
	
}

.heading2 {
	color: #b99008;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 3px 0px;	
}

a {
	text-decoration: underline;
	color: #b99008;
}

a:hover {
	text-decoration: none;
	color: #b99008;
}

a.faq {
	text-decoration: none;
	color: #333333;
}

p {
	color: #333333;
	line-height: 18px;
}

img { border: 0px; }
#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden }