#wrapper{
	margin: 0 auto 0 auto;
	width: 970px;
}
#header{
	width: 970px;
	height: 101px;
	background: url(../images/header_bg.png) top left no-repeat;
}
#logo{
	float: left;
	width: 132px;
	height: 88px;
	margin: 13px 0 0 45px;
}
#container{
	width: 970px;
	background: white;
}
#main{
	position: relative;
	display: inline; /*ie*/
	float: left;
	clear: left;
	width: 620px;
	margin: 20px 20px 0 20px;
}
#mainTop{position: absolute; top: 0; left: 0; }
#mainBottom{ position: absolute; bottom: 0; left: 0; }
#right{
	float:left;
	clear: right;
	width: 290px;
	margin-top: 20px;
}
#banner{
	display: inline; /*ie*/
	height: 234px;
	margin: 20px 20px 0 20px;
	background-color: white;
}
#banner .inside{
	position: relative;
	width: 930px;
	height: 234px;
}
#footer{
	width: 970px;
	height: 19px;
}

/*-------------------------------
	Nyheteslista simpel
--------------------------------*/
.newsListSimple div{
	margin: 0 0 15px 0;
}
.newsListSimple p.more a{
	clear: left;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #f4d199;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #e48b00;
	/*text-transform: uppercase;*/
	text-decoration: none;
}
/*-------------------------------
	Boxar
--------------------------------*/
#introBox{
	height: 300px;
	padding: 20px; 
	background-color: #fffffff;
}
#aboutBox{
	height: 560px;
	background: url(../images/main_bg.jpg) top left no-repeat; 
	background-color: #ffffff;
}
#contactBox{
	background: url(../images/main_bg.jpg) top left no-repeat; 
	background-color: #f58d1e;	
}
#thanksBox{
	background: url(../images/main_bg.jpg) top left no-repeat; 
	background-color: #f58d1e;
	height: 495px;	
}
#folioBox{
	/*height: 620px;*/
	background-color: #F2F2F2;
}
.news3pics{
	background: url(../images/main_bg.jpg) top left no-repeat; 
	background-color: #f58d1e;
}
#news1pic{
	background: url(../images/main_bg.jpg) top left no-repeat; 
	background-color: #f58d1e;
}
.mod_newsreader{
	background: url(../images/main_bg.jpg) top left no-repeat; 
	background-color: #f58d1e;
}

