@import "reset.css";
@import "resultstable.css";
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #eff3f8;
	text-align: center;
}
p {
	line-height: 16px;
}
#weatherbar {
	height: 22px;
	padding: 4px 0px 4px 0px;
	border-bottom: 0px solid #d7dfe9;
	background-image: url(../images/bg_weatherbar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#top_container {
	width: 900px;
	margin: 0px auto;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
#container {
	width: 924px;
	border: 0px solid red;
	background: url(../images/bg_container.jpg) repeat-y;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#header {
	height: 406px;
	background: url(../images/bg_header.jpg) no-repeat;
}
#content {
	padding: 8px 40px 10px 40px;
}
#nav {
	margin: 0px;
	padding: 0px 16px 0px 0px;
	border: 0px solid #000;
	list-style: none;
	height: 30px;
	margin: 0px auto;
	top: 350px;
	right: 0px;
	position: absolute;
	font-family: tahoma, helvetica, sans-serif;
}
#nav li {
	display: block;
	float: left;
	margin-right: 1.8em;
}
#nav li a {
	color: #e7e7e7;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}
#mclogo {
	display: block;
	position: absolute;
	top: 36px;
	left: 40px;
	z-index: 2;
	outline: none;
	display: none; /**********/
}
#mclogo img {
	border: none;
}
h1 {
	position: absolute;
	width: 604px;
	padding-top: 71px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	background-image: url(../images/header_h1.png);
	background-repeat: no-repeat;
	color: #d4d4d4;
	left: 280px;
	top: 70px;
	display: none;
}
h3 {
	color: #005d99;
}
#col_left {
	width: 550px;
	float: left;
}
#col_right {
	width: 255px;
	padding: 10px 10px 16px 16px;
	border: 0px solid #999;
	background-color: #fff;
	float: right;
	border-left: 1px solid #666;
}
#footer {
	clear: both;
	background-image: url(../images/bg_footer.jpg);
	background-position: top center;
	text-align: center;
	width: 924px;
	font-size: 0.8em;
}
#footer_first {
	background-image: url(../images/bg_footer_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
}
#footer_second {
	background-image: url(../images/bg_footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
}

/* LANGUAGE SELECTION */
#lang {
	margin: 1px 0px 0px 0px;
	position: absolute;
	width: 140px;
	padding: 0px;
	left: 12px;
	z-index: 3;
}
#lang a {
	text-decoration: none;
	font-size: 12px;
}
#lang a:hover {
	text-decoration: underline;
}
#lang li {
	display: inline;
}
#lang_en {
	color: red;
}
#lang_fr {
	color: blue;
}