	body {
		font-family: 'PT Sans Narrow', sans-serif;
		font-size:18px;
		color:#3e454c;
		background-color:#fff6e5;
		margin:0;
	}
	
	h2 {color:#2185C5; font-weight:400;}
	
	.fact {font-size:34px; color:#3e454c; text-align:center; font-weight:400; }
	
	.wrapper {width:1000px; margin:0 auto;}
	
	.left {float:left;}
	.right {float:right;}
	
	.divider {height:3px; background-color:#3e454c; box-shadow:2px 2px 1px #3e454c; margin:25px 0;}
	
	#logo {float:left; width:180px;margin-left:40px;}
	
	#menu {margin-top:100px; float:right; font-size:18px}
	#menu a {color:#3e454c;margin:0 20px; text-decoration:none; font-size:1.1em;}
	#menu a:hover {color:black; text-decoration:underline}
	
	
	#slider { background-color:#3e454c; color:white; box-shadow:2px 2px 1px #3e454c; margin-top:-50px;}
	#slider .wrapper { height:220px; text-align:center}
	#slider .fact { width:1000px; height:220px; display:table-cell; vertical-align:middle; color:white; }
	
	#content {margin-bottom:60px;}
	
	#content .left,#content .right {width:45%;}
	
	
	.news {background-color:#ece4d4; width:100%; overflow:hidden; margin:10px 0; position:relative; padding-left:20px;}
	.indicator { position:absolute; height:100%; left:0px; width:3px; background-color:#7ecefd; box-shadow:2px 0px 1px #3e454c; margin-right:15px;}
	.title { margin-top:5px; margin-bottom:5px;}
	.date { font-size:12px; margin-bottom:5px;}

	.storitve li {font-size:18px; margin-bottom:3px;}
	
	#footer {margin-top:80px;background-color:#3e454c; padding:40px 0; color:white; font-size:14px; text-align:center }

