@charset "utf-8";

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background:#fff;
	font-weight: normal;
	color:#000;
	text-align:justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color:#369;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color: #369;
	text-decoration:none;
}
h1, h2, h3, h4 {
	margin:0;
}
h1 {
	font-size:22px;
	font-weight:normal;
	padding-bottom:18px;
	letter-spacing:1px;
	font-family:georgia;
}
p {
	margin:0;
	padding-bottom:12px;
	text-align:justify;
	line-height:15px;
}
.shadow {
	-moz-box-shadow: 1px 2px 8px #000;
	-webkit-box-shadow: 1px 2px 8px #000;
	box-shadow: 1px 2px 8px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
div.button {
	width:250px;
	text-align:center;
	margin:50px auto 0;
	border:1px solid #b0b8bd;
}

.button a {
	display:block;
	font-size:16px;
	padding:5px;
	color:#fff;
	background:#3C5B75;
	text-decoration:none;
	letter-spacing:2px;
}
.button a:hover {
	background:#30485C;
}
.clearfix {
	height:0;
	clear:both;
}

#wrapper {
	width:900px;
	margin:0 auto;
}
#colleft {
	width:177px;
	float:left;
}
#colright {
	width:723px;
	min-height:530px;
	float:right;
	background:url(images/bg.jpg) center 0 no-repeat;
}
#header {
	text-align:center;
	padding:30px 0 50px;
}
#header a {
	padding:0 10px;
}
#welcome_fr {
	width:393px;
	height:207px;
	background:url(images/welcome_fr.gif) 0 0 no-repeat;
	margin:0 auto;
}
#welcome_en {
	width:393px;
	height:207px;
	background:url(images/welcome_en.gif) 0 0 no-repeat;
	margin:0 auto;
}
#content {
	padding:0 100px;
}
#copy {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#666;
	padding-top:20px;
	margin-left:177px;
}