/* this will zero out unwanted or expected borders and margins....unless specified later */
body,img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,tr,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	background-color:#fbfbfb;
}
#all_white{
	width:100%;
	background-color:#fff;
	background-image:url(all_white_bg.gif);
	background-repeat:repeat-x;
}
#flash_wrap{
	width:764px;
	height:331px;
	overflow:hidden;
	margin:auto;
}
#all_usefull{
	width:760px;
	overflow:hidden;
	background-image:url(usefull_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:auto;
	text-align:left;
	padding-top:10px;
	padding-bottom:40px;
}
#all_usefull img {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 5px;
  margin: 0px;
}
h3{
	background-image:url(h3_bg.gif);
	background-repeat:repeat-x;
	height:18px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-left:2px;
	padding-top:1px;
	margin-top:7px;
	margin-bottom:12px;
}
#left, #center, #right{
	float:left;
	width:248px;
	overflow:hidden;
	text-align:justify;
}
#center{
	margin-left:8px;
	margin-right:8px;
}
#left_stub{
	float:left;
	width:191px;
	overflow:hidden;
	text-align:left;
}
#banners{
	text-align:center;
}
#banners img{
	margin:0;
	padding:0;
	border:0;
}
#news_links a{
	display:block;
	text-decoration:none;
	color:#000000;
	background-image:url(li_bg_off.gif);
	background-repeat:no-repeat;
	height:24px;
	padding-left:20px;
	padding-top:5px;
}
#news_links a:hover{
	background-image:url(li_bg_on.gif);
}
#center_stub{
	float:left;
	margin-left:6px;
	width:563px;
	overflow:hidden;
	text-align:justify;
}
#center_news{
	float:left;
	margin-left:6px;
	width:274px;
	overflow:hidden;
	text-align:justify;
}
#right_news{
	float:left;
	margin-left:14px;
	width:274px;
	overflow:hidden;
	text-align:justify;
}
.padme{
	padding-left:2px;
	padding-right:2px;
}
.vishe{
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#285a94;
	text-align:right;
	text-decoration:none;
}
#footer_wrap{
	width:100%;
	height:112px;
	background-image:url(footer_bg.gif);
	background-repeat:repeat-x;
	color:#d9d9d9;
	font-size:11px;
}
#footer_wrap a{
	color:#d9d9d9;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#footer_wrap a:hover{
	color:#000;
	text-decoration:none;
}
#footer{
	width:762px;
	margin:auto;
	padding-top:9px;
}
#copy{
	float:left;
	padding-left:10px;
	text-align:right;
}
#b_meny{
	float:right;
	padding-right:0px;
	text-align:left;
}