body {
	background-image: url(images/bg-blue.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#header {
	color: #638ab2;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
#header h1 {
	text-decoration: underline;
}
#meni {
	text-align: center;
	width: 820px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	background-color: #1e477b;
	color: #cca539;
	font-size: 12px;
	line-height: 20px;
}
#meni a {
	color: #fff;
	text-decoration: none;
	
	font-style: normal;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#meni a:hover {
	text-decoration: underline;
}
#meni .active {
	text-decoration: underline;
}
#content {
	background-color: #FFF;
	font-size: 11px;
	color: #4d4d4d;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 50px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #638ab2;
}

#content a {
	font-weight: bold;
	color: #638ab2;
	text-decoration: underline;
}
#content p{
	text-align: justify;
}
#footer {
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #f03c5e;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a {
	font-weight: normal;
	color: #638ab2;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .active {
	text-decoration: underline;
}
