

	/*
	 *	KLASJE CELJE - STYLESHEET CORRECTIONS FOR HOMEPAGE
	 */
	 
	 body{
	 	background-image: url('/images/home_body_bkg.gif');
	 }
	 
	 	#content{
			width: 570px;
			background: url('/images/home_content_bkg.gif') no-repeat #FFF9E7;
		}
		
			#inner{
				min-height: 229px;
				padding-bottom: 20px;
			}
			
				#inner .rcol{
					width: 170px;
				}
				
					#inner .lcol .more{
						padding-left: 0;
						padding-right: 5px;
					}
					
					#inner .rcol .more{
						padding-right: 5px;
					}
			
			#footer{
				padding: 0 25px 25px 79px;
				background: url('/images/home_content_bottom.gif') no-repeat left bottom #FFF9E7;
			}
				
		#top_menu{
			left: 681px;
		}