/* Big time reset */
	* {
		margin: 		0;
		padding: 		0;
		line-height:	100%;
		}
		a {
			text-decoration:			none;
			}
			a img {
				border:					none;
				}
		
		
		
html, body { 
	text-align:		center; 
	} 
 
body {
	background-color:	white;
	}

body, input, td {
	font-family:	arial, helvetica, sans-serif;
	color:			#545454;
	font-size:		10px;
	}

#containerMain {
	background-image:	url(/test/lib/images/bg.jpg);
	background-repeat:	no-repeat;
	}
	
#containerMain, #containerFooter { 
	clear:				both;
	width:				95em; 
	text-align:			left;  
	margin:				0 auto 0 auto; 
	} 
	
	#containerHeaderWrapper {
		height:			200px;
		}

	#containerHeader {
		height:				20em;
		width:				95em; 
		}
		
	#containerHeaderMenuWrapper {
		height:			2em;
		position:		relative;
		top:			15.6em;
		}

	#containerHeaderLanguages {
		width: 			8em;
		float: 			right;
		padding:		0 5em 0 1em;
		}

		#containerHeaderLanguages ul li {
			padding-left:			0.6em;
			list-style-type:		none;
			display:				inline;
			text-align:				right;
			}



#contentWrapper {
	width: 		82em;
	margin:		0 auto 0 auto;
	}
	#banner {
		float: left;
		}

hr {
	height: 1px;
	border: none;
	color: #b7eafa;
	background-color: #b7eafa;
	clear: both;
	}


#footerWrapper {
	clear:				both;
	padding-top:		3.3em;
	}

	#footer {
		padding-top:		1.5em;
		border-top:			1px solid #b7eafa;
		text-align:			center;
		font-size:			1.1em;
		}
