/* commented backslash hack v2 \*/ 
html, body{height:700px;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;		
}
body {		
		font: x-small arial, hevetica, sans-serif;
		text-align: center;		
		background: #ffffff url(../images/layout/backgrounds/bg.gif);
		background-repeat: top left repeat;	
		background-attachment: fixed;
}

#top_space {
		margin-left:auto;
		margin-right:auto;
		min-height:2%;
}

/* commented backslash hack v2 \*/ 
* html #top_space {height:2%;}	
/* end hack */ 

#container {
		margin-left:auto;
		margin-right:auto;
		width: 950px; 
		min-height:95%;
		padding: 0 0 10px 0;
		
		text-align: left;
		background: url(../images/layout/design/bg_shadow2.png) repeat-y top left; behavior: url(css/iepngfix.htc);
        position:relative;
}

/* commented backslash hack v2 \*/ 
* html #container {height:96%;}		
* html #container {width:952px;w\idth:950px;}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 176px;
		width:100%;
		/*background-color: #ccc;*/		
		z-index:1;		
		background: url(../images/layout/design/header.png) no-repeat; behavior: url(css/iepngfix.htc);
		margin: 0px 0px 0px 0px;
}
#header {
		height:135px;
		width:100%;
		/*background-color: #D1DCE9;*/		
		margin: 0px 0px 5px 0px;		
		position:relative;
		z-index:2;
		overflow:hidden;			
}

* html #mainheader {height:177px;he\ight:176px}
* html #header {height:137px;he\ight:135px}
#mainnav {		
		width:100%;
		height: 50px;
		/*background-color: #f5f5f5;*/
		/*background: url(../images/layout/design/meny.png) no-repeat; behavior: url(css/iepngfix.htc);*/
		margin: 0px 0px 0px 4px;	
		position:relative;		
		z-index:2;	
}
* html #mainnav{height:52px;he\ight:50px}		
#sidebar {
		float: right;
		width: 266px;		
		padding: 4px 6px 10px 0px;		
}

#content {
		width: 660px;
		padding: 0px 0px 10px 15px;
}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {}		
#footer	{
		position:absolute;
		background: url(../images/layout/design/footer.png) no-repeat; behavior: url(css/iepngfix.htc);	
		bottom:0;
		width:100%;
		height: 32px;
		padding: 0px 0 0px 5px;
		margin: 0px 0px 0px 0px;
		z-index:1;	

}
#footer p {margin:0;padding:0}
* html #footer {height:32px;he\ight:31px;}

#bottom_space {
		margin-left:auto;
		margin-right:auto;
		min-height:1%;
}

/* commented backslash hack v2 \*/ 
* html #bottom_space {height:1%;}	
/* end hack */ 

.divider1 {
	/*width:100%;
	height:24px;
	overflow:hidden;
	position:relative;
	z-index:2;	
	border-bottom: 0px solid #e6e6e6;*/	
}

#clearfooter {height:43px;width:100%;clear:both}
* html #clearfooter {height:45px;he\ight:43px;}

.blank , .blank2 {
	/*position:absolute;
	left:547px;
	background-color: #f5f5f5;
	width:7px;
	height:10px;
	overflow:hidden;
	border-top:	1px solid #fff;
	background-color: #D1DCE9;*/
}
.blank {top:0px;}
.blank2 {bottom:0px;border-top:0px solid #fff;
}
