body {
	margin:			0px;
	background-color:	#9f9f9f;
	font-family:		Tahoma;
	text-align:		center;
	align:			center;
}


#container {
	position:		relative;
	width:			770px;
	height:			100%;
	max-width:		770px;
	
	text-align:		left;
	font-family:		Tahoma;
	font-size:		10pt;
	background-color:	#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position:		absolute;
	width:			770px;
	height:			70px;
	
	background-repeat:	no-repeat;
	background-color:	#fff;
}
#menu {
	position:		absolute;
	left:			0px;
	top:			70px;
	height:			30px;
	width:			100%;
	border-top:		1px solid #d5d5d5;
	background-image:	url('_img/menu_back.jpg');
	line-height:		26px;
}
#ads {
	position:		absolute;
	top:			100px;
	height:			160px;
	width:			770px;
	background-color:	#67a9d5;
	background-image:	url('_img/np.jpg');
	border-bottom:		1px solid #dfdfdf;
}
#content {
	position:		absolute;
	top:			260px;
	width:			760px;
	max-width:		770px;
	padding:		5px;
	background-color:	#fff;
}

#LogoImage {
	width:			250px;
	height:			70px;
	background-image:	url('_img/Logo.jpg');
}
div.menuItem {
	height:			30px;
	padding-left:		10px;
	padding-right:		10px;
	border-right:		1px solid #acacac;
	width:			70px;
	float:			left;
	text-align:		center;
}
/* PORTFOLIO		*/
td.portf_img {
	width:			188px;
	padding-left:		10px;
	padding-right:		10px;
}
td.portf_tekst {
	font-size:		10pt;
	font-family:		Tahoma;
	width:			188px;
	vertical-align:		top;
	padding-left:		10px;
	padding-right:		10px;
}

#portfolio_showroom {
	padding-top:		20px;
}
/* END OF PORTFOLIO	*/

H1 {
	border-bottom:		1px solid #000;
	font-size:		11pt;
}
a.menu {
	color:			#000;
	font-family:		Trebuchet MS, Arial;
	font-size:		10pt;
	text-decoration:	none;
}
a.menu:hover {
	color:			#575757;
	font-family:		Trebuchet MS, Arial;
	font-size:		10pt;
	text-decoration:	none;
}
a {
	color:			#444;
	font-family:		Tahoma;
}
a:hover {
	color:			#000;
	font-family:		Tahoma;
}