@charset "utf-8";

/* CSS Document */



a:link {color:#FFFFFF;}	   /* unvisited link */

a:visited {color:#FFA;}    /* visited link */

a:hover {color:#00FF00;}   /* mouse over link */

a:active {color:#FF0000;}  /* selected link */

a:link {
	text-decoration:none;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}



body {
	margin: 20px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image:url(slike/sace7.jpg);
	width: 900px;
	background-color: #9F0;
	font-family: "Times New Roman", Times, serif;
	color: #030;
	word-spacing: normal;
	text-align: right;

}



#bar {

	width : 190px;

	height: 600px;

	color : #FFF;

	padding : 3px;

	font-family: "Times New Roman", Times, serif;

	font-size: 19px;

	font-style: italic;

	background-image:url(slike/Bar2.jpg);

	float: left;

	font-weight: bold;

	text-align: center;

	line-height:80%;

	margin:0 auto;

	

}



#header {
	margin:auto;
	width:900px;
	height: 80px;
	color:#FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: oblique;
	background-image:url(slike/Header3.gif);
	text-align:left;

}



#content {
	float:right;
	width : 584px;
	height:571px;
	color : #030;
	padding : 60px;
	padding-top:25px;
	padding-bottom:10px;
	font-size: 17px;
	background-color:#FFF;
	text-align:justify;
	font-style:oblique;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	overflow:auto;

}



#footer {

	width : 900px;

	height: 13px;

	margin-top: 566px;

	font-family: "Times New Roman", Times, serif;

	font-size: 12px;

	font-style: italic;

	color: #030;

	text-align:center;

}
