body {
	border: 0;
	margin: 0;
	background: url('../images/bg-blue.gif') center repeat-y #22304E; 
	font-family: Verdana;
	text-align: center;
	min-width: 760px;
	SCROLLBAR-FACE-COLOR: #233250; 
	SCROLLBAR-HIGHLIGHT-COLOR: #627EBB; 
	SCROLLBAR-SHADOW-COLOR: #1F2C47; 
	SCROLLBAR-ARROW-COLOR: #E8ECF4; 
	SCROLLBAR-TRACK-COLOR: #233250; 
	SCROLLBAR-DARKSHADOW-COLOR: #1B253D;
}

#Content{
	margin: 0 auto;
	width: 760px;  
	text-align: left;
	background: white;
}

#HeaderLine {
	background: black;
	font-size: 10px;
   	height: 16px;
	color: white;
}
#HeaderLine a{
	color: white;
}
#HeaderLine a:hover{
	color: #D9D9D9;
}


#Logo {
	margin: 0;
	height: 110px;
	background: url(../images/logo1.jpg) no-repeat;
}

#PageContent {
	margin-left: 9%;
	margin-right: 9%;
	text-align: justify;
	font-size: 14px;
}
#PageContent h1 {
	font-family: Verdana, sans-serif;
	color: #4B5254;
	font-size: 18px;
	text-align: center;
}
#PageContent h2 {
	font-family: Verdana, sans-serif;
	color: #677174;
	font-size: 16px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
#PageContent p{
	text-indent: 2em;
}


#Footer {
	font-size: 12px;
	text-align: center;
	color: silver;
}
#Footer hr {
	width: 80%;
	height: 1px;
	border: 0 dotted silver;
	border-width: 1px 0 0 0;
}
#Footer a {
	color: #797979;
	font-size: 10px;
	text-decoration: none;
}
#Footer a:hover {
	color: #797979;
	font-size: 10px;
	text-decoration: underline;
}

#Naslov{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	word-spacing: 4px;
}
#Podnaslov{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#Autor{
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
