/* Bruyère Continuing Care 2008 */
/* Stylesheet for splash page */

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#page
{
	width: 100%;
	text-align: center;
}

#splash {
	position: relative;
	text-align: left;
	width: 755px;
	margin: 70px auto 0 auto;
	padding: 0;
}


#splash .header-bar1 {
	position: relative;
	background-color: #b30838;
	width: 755px;
	height: 18px;
}
#splash .header-bar2 {
	position: relative;
	background-color: #CAD1D7;
	width: 755px;
	height: 1px;
	font-size: 1px;
}

#header-bar {
	position: relative;
	top:0px;
	background-color: #d55c19;
	width: 755px;
	height: 3px;
	left: -1px;
	font-size: 1px;
	margin-left: 1px;
}


#splash #fading-bar {
	position: absolute;
	left: -1px;
	top: 310px;
	z-index:-100;
}

#splash #logo {
	position: absolute;
	left: 20px;
	top: 20px;
}


#splash #mainbar {
	position: relative;
	top:0px;
	width: 755px;
	height: 339px;
	margin-top:0;
	padding-top:0;

}
#lines {
	width: 755px;
	height: 304px;
	border-right: 1px solid #CAD1D7;
	border-left: 1px solid #CAD1D7;
	border-top: 1px solid #CAD1D7;
	position:absolute;
	top:24px;
	z-index:100;

}
#splash #mainbar #eng-link {
	position: absolute;
	left: 529px;
	top: 300px;
	z-index:1;
}

#splash #mainbar #fre-link {
	position: absolute;
	left: 350px;
	top: 300px;
	z-index:1;
}
H6
{
	color: #ffffff;
	font-size: 1;

}

