html, body {
	font-family: arial, verdana;
	font-size: 14px;
}

#container {
	margin: 20px auto;
	width: 900px;
	border: 1px solid #c6c6c6;
}

#header {
	background: url('header.gif');
	width: 900px;
	height: 65px;
}

#header img {
	position: relative;
	left: 700px;
	top: 10px;
}

#language {
	margin:10px;
}


.left_image1 {
	margin-left: 10px;
	margin-top: 32px;
	float: left;
	clear: left;
	width: 220px;
}

.left_image1 img {
	margin-top:10px;
}

.left_image1 a {
	text-decoration: none;
	color: #aa0000;
}

.right_text1 {
	margin-top: 32px;
	width: 600px;
	float: left;
}

.right_text1 p {	
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 10px;
}

.left_image2 {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	clear: left;
	width: 220px;
}

.left_image2 img {
	margin-top:10px;
}

.left_image2 a {
	text-decoration: none;
	color: #0085b4;
}

.right_text2 {
	margin-top: 10px;
	width: 600px;
	float: left;
}

.right_text2 p {	
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 10px;
}

#footer {
	height: 20px;
	clear: left;
	padding-top: 8px;
	width: 900px;
	color: #c6c6c6;
	background: url('shadow.gif') repeat-x;
}