/*
	----------------------------------------------------------------------------------------------------
		Sentrering av siden.
		Krever: Doctype loose
	----------------------------------------------------------------------------------------------------
*/
div#OuterCanvas.defaultStyle
{
	left					: 0px;
	right					: 0px;
	width					: 100%;
	margin					: 0 auto 0 auto;
	background-color		: #ffffff;
}
div#InnerCanvas_1.defaultStyle
{
	position				: relative;
	clear					: both;
	width					: 1000px;
	height					: 100%;
	margin					: 0 auto 0 auto;
	font-size				: inherit;
	line-height				: inherit;
	background-color		: #ffffff;
}
div#InnerCanvas_2.defaultStyle
{
	position				: relative;
	clear					: both;
	height					: 100%;
}
