/*
	Definerer plassering av alle elementene på siden!
*/

/*Body for feks bakgrunnsfagre på hele nettsiden*/
body
{
	background-color: #c4c2ba;
	margin: 0px;
}

#PageWrapper
{
	width: 919px;
	margin-right: auto;
	margin-left: auto;
}

#SiteWrapper
{
	width: 919px;
	height: 862px;
	background-image: url(   'images/top.png' );
	background-repeat: no-repeat;
}

#SpaceWrapper
{
	clear: both;
	float: left;
	height: 99px;
	width: 919px;
}

#MenuWrapper
{
	clear: both;
	float: left;
	width: 824px;
	height: 31px;
	text-align: center;
}

#SubMenuWrapper
{
	clear: both;
	float: left;
	width: 824px;
	height: 33px;
	text-align: center;
}

#Flash1Wrapper
{
	clear: both;
	float: left;
	width: 824px;
	height: 84px;
	padding-left: 50px;
}

#SpaceWrapper2
{
	clear: both;
	text-align: center;
	height: 47px;
	width: 919px;
	font: 16px arial;
	color: white;
	letter-spacing: 6px;
	font-weight: bold;
	text-decoration: none;
	/*padding-top: 15px;*/
}

#SpaceWrapper2 a
{
	clear: both;
	text-align: center;
	height: 47px;
	width: 919px;
	font: 16px arial;
	color: white;
	letter-spacing: 6px;
	font-weight: bold;
	text-decoration: none;
}

#MainWrapper
{
	clear: both;
	float: left;
	width: 595px;
	height: 458px;
	padding-left: 20px;
}

#Flash2Wrapper
{
	clear: none;
	float: left;
	width: 209px;
	height: 458px;
	padding-left: 50px;
}

#SpaceWrapper3
{
	clear: both;
	float: left;
	height: 42px;
	width: 919px;
	font: 25px Arial Black;
	color: white;
	letter-spacing: 8px;
	text-decoration: none;
		/*padding-left: 50px;*/
	text-align: center;

}

#SpaceWrapper3 a
{
	clear: both;
	float: left;
	height: 42px;
	width: 919px;
	font: 25px Arial Black;
	color: white;
	letter-spacing: 8px;
	text-decoration: none;
	/*padding-left: 50px;*/
	text-align: center;
}

#SpaceWrapper4
{
	clear: both;
	float: left;
	height: 29px;
	width: 919px;
	font: 12px arial;
	color: #888888;
	letter-spacing: 1px;
	text-decoration: none;
		/*padding-left: 50px;*/
	text-align: center;

}

#SpaceWrapper4 a
{
	clear: both;
	float: left;
	height: 29px;
	width: 919px;
	font: 12px arial;
	color: #888888;
	letter-spacing: 1px;
	text-decoration: none;
		/*padding-left: 50px;*/
	text-align: center;
}


#PublisoftWrapper
{
	clear: both;
	float: right;
	font: 11px arial;
	color: black;
	width: 919px;
	height: 39px;
	text-align: right;
	padding-top: 15px;
}
#PublisoftWrapper a
{
		clear: both;
		float: right;
		font-family: Arial;
		font-size: 11px;
		color: #888888;
		text-decoration: none;
		padding-right: 45px;
}


