html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body 
{
	background-color: #FFFFFF;
	background-image: url(images/topBGGradient.gif);
	background-repeat: repeat-x;
	
	color: #8E8E8E;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a:link, 
a:visited 
{
	color: #F20000;
	text-decoration: underline;
}

a:hover 
{
	color: #CC3300;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.clear
{
	height: 0px;
	clear: both;
}

#pageWrapper
{
	overflow: auto;

	margin: 0px auto;
	min-height: 100%;
	
	width: 800px;
}

* html #pageWrapper
{
	height: 100%;
}

#header
{
	position:relative;	
	display:block;
	
	width: 800px;
	height: 175px;	
	margin: 0px auto 0px auto;
	
	background: url(images/header.jpg);	
	background-repeat:no-repeat;
	
}

#mainWrapper
{
	overflow: auto;
	padding-bottom: 110px;
	width: 800px;
	
	position: relative;
}

#preFooterWrapper
{
	clear: both;
	height: 0px;
	position: relative;
}

#footerWrapper
{
	margin: -110px auto 0px;
	padding: 0px;
}

#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	color: #7F7A71;
	font-size: 11px;
	text-align: left;
	height: 110px;
	
	padding-left: 50px;
}


.copyright
{
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
	padding: 65px 30px 0px 40px;
	width: 800px;
	color: #8E8E8E;
}

.footerInfo span,
.footerInfo a
{
	margin: 0px 7px;
}

.footerInfo a span
{
	margin: 0px;
}

.copyright img.image1 
{
	background-image:url(images/monas_sm.gif);
}


.copyright img 
{
	background-position: center;
	background-repeat: no-repeat;
	clear: left;
	display: block;
	float: left;
	padding-left: 15px;
	height: 35px;
	width: 70px;
}


.copyright .text1,
.copyright .text2,
.copyright .text3,
.copyright .text4,
.copyright .text5 span
{
	float: left;
	padding: 0px 14px;
}


#selectLanguage
{
	width: 454px;
	height: 30px;
	
	background-image: url(images/selectLanguage.png);
}

#selectLanguage, #language
{
	margin: 60px 0px 0px 150px;
}

#language
{
	padding-left: 60px;
}

#english
{
	width: 115px;
	height: 54px;

	background-image: url(images/btn_english.png);
	
	margin-right: 50px;
}

#french
{
	width: 129px;
	height: 54px;
	
	background-image: url(images/btn_french.png);
}
