/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Candara, "Trebuchet MS", Trebuchet, sans-serif;
	font-size:12px;
	color: #363636;
	background: url('../slike/bg.png') repeat-x bottom;
}


/* pseudo div */
h1 {
	color: #123e63;
	font-size:12px;
}

.heading {
	height: 76px;
	color: #123e63;
	font-size: 24px;
	padding-top: 15px;
}
#header {
	height: 85px;
	background: #1da2b9;
}

#logo {
	height: 153px;
	background: #FFF;
	border-bottom: 30px solid #1da2b9;
}

#intro {
	background: #FFFFFF;
	text-align: center;
	height: 226px;
}

#services {
	height: 50px;
	background: #F8F8F8;
	color: #0066A0;
	line-height: 50px;
	text-indent: 25px;
}

#copy {
	background: url('../slike/shadow.png') repeat-x top;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	text-indent: 25px;
}