
html,body{	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333;
		margin: 0;
		padding: 0;
		
		border: none;
	
	
}

#container{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	
}

#container2{
		margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
	
}


/*

 HEADER DAĻA

*/
#header{	
			margin-top: 0px;
			width: 1000px;
			display: block;
			float:inherit;
			
			
			
			
		
}
#logo{		float: left;
width: 1000px; 



			
			
			
	
}
#ads_top{	
			float: right;
			width: 700px;
			height: 90px;
			padding-right: 25px;
			padding-top: 10px;
			
			
			
			
			z-index: 1;
			
			
		
			
			
	
}


/* 
		GALVANAIS MENU
*/

#menu{
		background: url(images/top_bg_line.png) repeat-x;
		width: 1000px;
		float: inherit;
	

	
}

/*  SATURS */

#content{
		width: 1000px;
	
		
	
}
#left_col{ float: left; 
			width: 253px;
			display:block;
			background-color: #969;
	
}
#center{
		float:inherit;
		width: 485px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		background-color: #303;
}
#right_col{
		float: right;
		width: 253px;
		background-color: #033;
		display:block;
	
}

/*
FOOTER daļa
*/

#footer{
		background: url(images/footer_bg.png) repeat-x;
		font-size: 11px;
		height: 62px;
		color: #CCC;
		padding-top: 20px;
	
}

.footer_txt{ color: #CCC;
	
}

/*
textam
*/

}
.style1 {
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 10pt;
}
.style2 {
	color: #f90;
 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 12pt;
}
