/* The front page "Home" */
div#header {
	width:760px;
	height: 240px;
	background-image:url(../images/home/norway_2010.jpg);
}

/* adjustments to the color of the menu */

div#listmenu {background-color:#dbbd85; /* colors the div */}
div#listmenu li {background-color:#dbbd85; /*sets the background of the menu items */}
div#listmenu a:hover {background-color:#cdb17c;}
div#listmenu ul li ul li:hover {background-color:#cdb17c;}
	

/* the page */

div#content {
	width:760px;;
	float:left;
	background-color:#dbbd85;
	background-image:url(../images/home/bcgrnd.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

div#imgwhoisvs {
	width:374px; height: 73px;
	background-image:url(../images/home/whoisvs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:50px;
	margin-left: 50px;
}
div#imgwelcome {
	width:100%; height: 63px;
	background-image:url(../images/home/welcome.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-bottom: 20px;
}

div#text {
	width:400px;
	margin-top:30px; 
	padding-bottom:50px;
	padding-left:60px;
	float:left;
	
	}
div#links {
	width:244px;
	float:left;
	padding-left:20px;
	margin-top:20px;
}
div#links img{
	width:244px;
	margin-bottom:10px;

}
/** html div#text {margin-left:25px;}*/
div#text p {
	font:bold; 
	margin:20px 35px 0 0;
	
	}
div#mid_cont {
width: 760px;
	float:left;
	background-color:#ffffff;
}



.txtinf{
width:244px;

}
.txtinf p {
	font-size:0.75em;
	text-align:center;
	margin:0;
	padding:0;
}
div#bottom{width:760px; height:163px;background-image:url(../images/home/footer.jpg); float:left;}