/* CSS Document */
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background: url(../img/bg-fon.jpg);
} 
 
a:link {
	color: #FF6633;
		text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6633;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FF6633;
	text-decoration: underline;
}
 

#pagewidth{ 
 	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	background-color: #FDF9DE; 
} 
 
#header{
	position:relative; 
	height: 200px;
	width:100%;
	background: url(../img/bg-top-absalutbank.jpg);
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	
} 

#header  h1{
	margin:  0px 0px 0px 0px;
	color: #ffffff;
}
#logo{
	margin:  0px 0px 0px 250px;
	color: #FF0099;
}

em {
color:#FF0000
}

# wrapper {
	width:800px; 
	padding: 5px 5px 5px 5px;
}
 
#leftcol{
	width:180px; 
	float:left; 
	position:relative; 
	padding: 5px 5px 5px 5px;
  }
 
#twocols{
 	width:590px; 
	float:right; 
	position:relative; 
	background-color: #FDF9DE;
  }
 
#rightcol{
 	width:160px; 
 	float:right; 
 	position:relative; 
	padding: 5px 0px 0px 0px;
	background-color: #FDF9DE
 }
 
#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:410px; 
	padding: 5px 5px 5px 5px;
 }
#maincol h3 {
	color: #FF6633;
}
#maincol h3 {

	color: #FF6633;
}
 
#footer{
	width:100%;	
 	background: #FF6633;
 	clear:both;
	color: #FFF;
	padding: 5px 5px 5px 5px;
 } 
 

 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

