* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Georgia;
	text-align:center;
	margin:20px auto;
	width:900px;
}

#wrapper {
	width:900px;
	text-align:left;
}

#logo {
	float:left;
	width:900px; 
	}
	#logo #inner h1 {
		font-size:30px;
		font-weight:normal;
		color:#4c4c4c;
		margin-bottom:10px;
	}
	#logo #inner h1 span {
		color:#c1bc00;
	}

#language {
	margin-bottom:10px;
	}
	#language p {
		font-size:10px;
	}
	#language a {
		color: #c1bc00;
		font-weight: bold;
		text-decoration: none;
	}
	
#flash {
	clear:left;
	float:left;
	width:900px;
	height:283px; 
	margin-bottom:10px;
}

#home-en #flash {
	background-image:url(../images/1.jpg);
	text-align:right;
}
#home-fr #flash {
	background-image:url(../images/1.jpg);
	text-align:right;
}

#our-services-en #flash {
	background-image:url(../images/2-en.jpg);
}
#our-services-fr #flash {
	background-image:url(../images/2-fr.jpg);
}

#who-are-we-en #flash {
	background-image:url(../images/3-en.jpg);
}
#who-are-we-fr #flash {
	background-image:url(../images/3-fr.jpg);
}

#contact-us-en #flash {
	background-image:url(../images/4-en.jpg);
}
#contact-us-fr #flash {
	background-image:url(../images/4-fr.jpg);
}

#left {
	clear:left;
	float:left;
	width:690px; 
	}
	#left #inner {
		margin-right:50px;
	}
	#left #inner h1 {
		font-size:20px;
		color:#4c4c4c;
		margin-top:20px;
		margin-bottom:10px;
		line-height:20px;
	}
	#left #inner h1 span {
		font-family:"Trebuchet MS";
		font-size:16px;
		color:#c1bc00;
		font-style:italic;
	}
	#left #inner h2 {
		font-family:"Trebuchet MS";
		font-size:16px;
		color:#c1bc00;
		font-style:italic;
		margin-bottom:10px;
	}
	#left #inner p {
		font-size:14px;
		color:#4c4c4c;
		margin-bottom:10px;
		line-height:18px;
	}
	#left #inner ul {
		margin:0px 0px 20px 40px;
	}
	#left #inner li {
		list-style: square url(../images/bullet.gif);
		color:#4c4c4c;
		font-size:14px;
		line-height:18px;
	}
	#left #inner a {
		font-weight: bold;
		color:#c1bc00;
		text-decoration:none;
		}
		#left #inner a:hover {
			color:#4c4c4c;
			text-decoration:underline;
		}
	#left #inner .contact-form td {
		font-size:14px;
		padding-bottom:5px;
	}

#right {
	float:left;
	width:200px;
	margin-top:15px;
	}
	#right #inner p {
		font-size:14px;
		color:#4c4c4c;
		margin-bottom:10px;
		line-height:18px;
	}
	#right #inner a {
		font-size:12px;
		font-family: Arial;
		color:#4c4c4c;
		text-decoration:none;
		}
		#right #inner a #button {
			background-image: url(../images/bg-menu-02.gif);
			width:190px;
			height:30px;
			padding:8px 0px 0px 15px;
			background-repeat: no-repeat;
			font-size:12px;
			font-family: Arial;
			color: #ffffff;
		}
		#right #inner a:hover #button {
			background-image: url(../images/bg-menu-01.gif);
			font-weight: bold;
			cursor: pointer;
		}
	
#footer {
	clear:left;
	float:left;
	width:898px;
	background-image: url(../images/bg-footer.jpg);
	border:1px solid #eeeeee;
	margin-top:30px;
	}
	#footer #inner {
		margin:5px 10px;
	}
	#footer #inner p {
		font-size:12px;
		color:#aaaaaa;
	}
	#footer #inner a {
		color:#aaaaaa;
	}

	
	
	