#html, #body
{
	background: #5687b8;
}

#masthead
{
	background: #5687b8 url("/images/bgMasthead.jpg") repeat-x scroll 0px 0px;
	height: 111px;
	text-align: center;
}
	#masthead-content
	{
		width: 800px;
		margin: 0px auto;
	}
	#superLinks
	{
		float: right;
		font-size: 0.75em;
		line-height: 1.1em;
		margin-top: 1em;
	}
		#superLinks li
		{
			border-right: 1px solid #97b2ce;
			float: left;
			padding: 0px 0.75em;
		}
		#superLinks li:last-child
		{
			border-right: 0px none;
		}
		#superLinks a
		{
			color: #97b2ce;
			font-weight: bold;
			text-decoration: none;
			text-transform:uppercase;
		}
		#superLinks a:hover
		{
			color: #ffffff;
		}
	#siteName
	{
		font-size: 1em;
		line-height: 2em;
		padding: 0px;
		text-align: left;
	}
	#siteName a
	{
		width: 289px;
		height: 111px;
		text-decoration: none;
		color: #FFFFFF;
		display: block;
	}
	body.lang-en #siteName a
	{
		background: transparent url("/images/en.titleIkeaOcri.jpg") no-repeat scroll 0px bottom;
	}
	body.lang-fr #siteName a
	{
		background: transparent url("/images/fr.titleIkeaOcri.jpg") no-repeat scroll 0px bottom;
	}
#masthead-secondary
{
	background-color: #ebeef0;
	min-height: 25px;
}
	#masthead-secondary-content
	{
		width:800px;
		margin: 0px auto;
		padding: 10px 0px;
	}

#content
{
	background: #ffffff;
	margin: 0px auto;
	padding: 0px 25px 25px;
	width: 800px;
}
	img.titlePullUpAChair
	{
		margin: 10px 0px;
	}

#footer
{
	background: #5687b8;
	border-top: 10px solid #ebeef0;
	clear: both;
	color: #FFFFFF;
	font-size: 1em;
	padding: 0px 25px;
}