body {
	background-color: #50742F;
	padding: 0px;
	margin: 0px;
}

table.frame
{
	margin: 0 auto;
	padding: 0px;
	width: 1022px;
}

table.strip {
	
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.frame td,
table.centertable td,
table.centerlefttable td{
	padding: 0px;
}

.left {
	width: 226px;
	height: 807px;
	background-color: #50742F;
	background-image: url("images/left.jpg");
	background-repeat: no-repeat;
	background-position: bottom;

}

.center {
	width: 491px;
	background-color: #50742F;
	background-image: url("images/center.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}

.right {
	width: 305px;
	background-color: #50742F;
	background-image: url("images/right.jpg");
	background-repeat: no-repeat;
	background-position: bottom;

}

.centertopleft {
	width: 224px;
	height: 117px;
}

.centertopright {
	width: 267px;
}

.centerbottomleft {
	height: 478px;
	background-color: #A6C754;
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	vertical-align: top;
}
	
.centerbottomright {
	background-image: url("images/picture.jpg");
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
}

.logo {
	height: 185px;
	width: 225px;
	background-color: #A6C754;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	background-position: top-left;
}

ul.languages {
	padding: 0px;
	margin: 0px;
}

ul.languages li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.languages li a {
	color: #fff;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	line-height: 23px;
}