* {
	margin:auto;
}
.clear {clear:both; font-size: 0; line-height: 0;}


/* CSS Document home page*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #300;
	background-color: #29abe2;
	text-align: left;
	img display: block;
	direction:ltr;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
 }
 
 
 
img  {
	border:none;
 }

a:link, a:visited, a:active {
	color: #29abe2;
	text-decoration: none;
}
a:hover {
	color: #29abe2;
	text-decoration: none;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #300;
	width: 809px;
	text-align: left;
}
#container #header {
	height: 185px;
	width: 809px;
	margin-top: 10px;
	float: left;
	clear: left;
}

#container #lang {
	height: 10px;
	width: 600px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 10px;
	float: left;
	}

#container #main {
	width: 809px;
	background-color: #FFF;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#container #menu {
	display: inline;
	float: left;
	width: 115px;
	background-color: #ffffff;
	list-style-type: none;
	text-align: left;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 10px;	
}
#container #main #menu li {
	margin-bottom: 5px;
	list-style: none;
	color: #300;
	width: 115px;
	text-align: left;
}
#container #main #menu li a {
	color: #300;
	display: block;
	padding: 5px;
	background-image: url(menubg.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
#container #main #menu ul li ul {
	
	background-image: none;
}
#container #main #menu ul li ul li a {
	color: #F15A24;
	background-image: none;
}

#container #content {
	float: right;
	line-height: 1.5em;
	list-style-image: url(menubg.jpg);
	list-style-type: none;
	list-style-position: inside;
	margin-top: 4px;
	width: 640px;
}
#container #content .title {
	width: 600px;
	padding-bottom: 10px;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #300;
	width: 809px;
	text-align: center;
	height: 37px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top: 20px;
}

#footer a {
	color: #300;
	
	
	}
