body {
	behavior:url("csshover.htc");
	background-color: #A0BAAB;
	padding: 0px; 
	margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background: url(images/content_bg.png) top left repeat-y;
}

#left {
	padding: 0px; 
	margin: 0px;
	float: left;
	width: 151px;
	min-height: 400px;
	_height: 400px;
	_margin-right: -3px;
	overflow: hidden;
}

#left_top {
	height: 77px;
	text-align: center;
}

#right {
	padding: 0px; 
	margin: 0px;
	border: 0px;
	margin-left: 150px;
	_margin-left: 0px;
	min-height: 400px;
}

#right_top {
	height: 77px;
	background: url(images/parliaments.gif) top right no-repeat;
	overflow: hidden;
}

#right_content {
	padding: 20px;
	min-height: 360px;
	width: 579px;
	overflow: hidden;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #111111;
	margin-top: 20px;
}

#copyright a {
	font-size: 10px;
	color: #0A6230;
	text-decoration: none;
}

#copyright a:hover {
	color: #111111;
}


#lang {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#en_active {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/en.png) top right no-repeat;
}

#en_active:hover {
	background-position: 0 -29px;
}

#fr_active {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/fr.png) top right no-repeat;
}

#fr_active:hover {
	background-position: 0 -29px;
}

#es_active {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/es.png) top right no-repeat;
}

#es_active:hover {
	background-position: 0 -29px;
}

#it_active {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/it.png) top right no-repeat;
}

#it_active:hover {
	background-position: 0 -29px;
}

#en_inactive {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/en.png) top right no-repeat;
	background-position: 0 -29px;
}

#en_inactive:hover {
	background-position: 0 0px;
}

#fr_inactive {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/fr.png) top right no-repeat;
	background-position: 0 -29px;
}

#fr_inactive:hover {
	background-position: 0 0px;
}

#es_inactive {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/es.png) top right no-repeat;
	background-position: 0 -29px;
}

#es_inactive:hover {
	background-position: 0 0px;
}

#it_inactive {
	width: 37px;
	height: 29px;
	float: left;
	text-indent: -5000px;
	background: url(images/it.png) top right no-repeat;
	background-position: 0 -29px;
}

#it_inactive:hover {
	background-position: 0 0px;
}

