/*
	Definerer plassering av alle elementene på siden!
*/

/*Body for feks bakgrunnsfagre på hele nettsiden*/
body
{
	background-image: url(images/background.png);
	background-repeat: repeat;
}

#PageWrapper
{
	width: 961px;
	margin-right: auto;
	margin-left: auto;
}

#SiteWrapper
{
	width: 961px;
	height: 732px;
	background-color: white;
}

#LeftWrapper
{
	clear: both;
	float: left; 
	width: 3px;
	height:732px;
}

#MidleWrapper
{
	float: left; 
	width: 955px;
	height: 794px;
}

#RightWrapper
{
	float: left; 
	width: 3px;
	height:732px;
}

#SpaceWrapper1
{
	clear: both;
	float: left; 
	width: 965px;
	height: 3px;
}

#LogoWrapper
{
	clear: both;
	float: left;
	width: 955px;
	height: 123px;
	background-image: url(images/top.png);
}

#SpaceWrapper2
{
	clear: both;
	float: left; 
	width: 965px;
	height: 3px;
}

#MenuWrapper
{
	clear: both;
	float: left;
	width: 180px;
	height: 600px;
	background-color: #d2c6b6;
	text-align: left;
}

#MainWrapper
{
	float: left;
	width: 615px;
	height: 600px;
}

#ImageFrameWrapper
{
	float: left;
	width: 160px;
	height: 600px;
}

#PublisoftWrapper
{
	clear: both;
	float: left;
	width: 961px;
	height: 20px;
	text-align: right;
	padding-top: 8px;
}
#PublisoftWrapper a
{ 
	color: black;
	font: 9px arial;
	font-weight: bold;
	text-decoration: none;
}

