body {

	margin: 0px;
	padding: 0px;

	background-image: url('./../images/lay-out/gradient.gif');

	font-family: Arial;
}

div.container {

	width: 812px;

	overflow: hidden;

	margin: -6px 0 0 0;

	padding: 9px 0 0 0;

	background-image: url('./../images/lay-out/background.png');
	background-repeat: no-repeat;

}

div.container[class] {

}

div.header {
  width: 800px;
  height: 77px;
  margin: 0 0 0 0px;
  border-bottom: 1px solid #FFFFFF;
}

div.language {
	width: 270px;
	height: 16px;
	margin: 0;
	padding: 4px 0 0 530px;
	text-align: left;
}

div.language .text {
	float: left;
	font-size: 10px;
	color: #3B2A80;
}

div.language .flag {
	float: left;
	margin: 3px 0 0 7px;
	cursor: pointer;
}

div.menu_holder {
	width: 800x;
	height: 165px;
	text-align: left;
	margin: 0 6px 0 6px;
}

div.menu_holder .menu {
	float: left;
	width: 205px;
	height: 165px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 20px;
}

div.menu_holder .photo {
	float: left;
	width: 575px;
	height: 165px;
	text-align: left;
	background-color: #FFD36B;
}

div.content_holder {
	width: 800x;
	height: 304px;
	text-align: left;
	margin: 0 6px 0 6px;
}

div.content_holder .left {
	float: left;
	width: 205px;
	height: 304px;
	padding: 0 0 0 20px;
}

div.content_holder .left .content {
	background-color: #FFEBBD;
	height: 304px;
}

div.content_holder .left .content .photo {
	text-align: center;
	width: 175px;
	height: 140px;

	padding: 20px 15px 0px 15px;

	overflow: hidden;
}

div.content_holder .left .content .text {
	font-size: 10px;
	color: #807F84;
	line-height: 15px;
	height: 117px;

	padding: 15px 15px 0px 15px;

	overflow: hidden;
}

div.content_holder .right {
	float: left;
	width: 501px;
	height: 268px;
	padding: 35px 0 0 35px;
	background-color: #FBF8EC;
}


.pageTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 23px;
	color: #F5B503;
}

.menuItemOut {
	height: 24px;
	padding: 9px 0 0 0;
	cursor: pointer;
}

.menuArrowOut {
	float: left;
	width: 18px;
	padding: 4px 0 0 7px;
	visibility: hidden;
}

.menuArrowOver {
	float: left;
	width: 18px;
	margin: -1px 0 0 7px;
	visibility: visible;
}


a {
	font-family: Arial;
	color: #F5B503;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	color: #F9D368;
	text-decoration: none;
}

#contact input, textarea {
  font-size: 11px;
  font-family: Arial;

}

.copyright a {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	font-family: Arial;
	color: #A8AAAD;
	text-decoration: none;
}
