body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size:11px;
	background:url(images/fleurBackgroundWeb.png) repeat fixed;	
	}
a {
	color:#000;
	text-decoration:underline;
	
	}
a:hover {
	color:#c00;
	text-decoration:none;
	}
	
a.imageLink{
	color:#ffc;
	}
a.linkBar{
	color:#FFC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:550;
	}
a.linkBar:hover{
	color:#FF0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:550;
	}
.white{
	color:#FFF;	
	}
.blue{
	color:#006;
	}
.green{
	color:#063;	
	}
.greenLarge{
	color:#063;	
	font-size:14px;
	}
.pink{
	color:#F39;	
	}
p {
	margin: 10px 0;
	padding: 0;
}

#overlay{
	position:fixed;
	top:160px;
	left:440px;
	}
#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color:#000;
}

#elviLogo{
	position:absolute;
	top:0px;
	left:0px;
	}
	
table{
	font-size:11px;
	color:#000;
}

#header-container {
	height: 120px;

	background: url(images/headerBackground.png) no-repeat  right bottom;
}

#header {
	width: 800px;
	margin: 0 auto;
	position: absolute;
	}
#links{
	position: relative;
	top: 8px;
	height: 110px;
	width: 120px;
	left: 115px;
	line-height: 97%;
}
#subNavigation{
	position:fixed;
	background-color:#000;
	top:120px;
	left:0px;
	width:100%;
	
	}
#memberLinks{
	position:absolute;
	height:100px;
	width:100px;
	top:50px;
	background-color:#000;
	}
	
a.memberLink{
	color:#ffc;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:550;
	font-size:11px;
	background-color:#000;
	}

a.memberLink:hover{
	color:#ff0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:550;
	font-size:11px;
	background-color:#000;
	}
#container {

	width: 100%;
	margin: 0 auto;

	font-size: 1.4em;
	overflow: auto;
	padding: 90px 0 40px;
	z-index:50;
		
}

#content {
	margin-top:50px;
	float: left;
	width: 555px;
	margin-left:30px;
	z-index:51;
		
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 30px;
	right:0px;
	position:fixed;
	background-color:#000;
	height:100%;
	z-index:0;
	display:none;
}

#mainImage{
	width:500px;
	top:120px;
	}

.messageTextArea{
	width:400px;
	height:200px;
	}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
	background-color:#000;
}

#footer-container {
	height: 40px;
	background: url() repeat-x left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	bottom:0px;
	color:#666;
	text-align:left;
	
}
