BODY 	{
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align:right;
}
p 		{
	font: normal 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	width:400px;
}
h1 		{
	font: normal 72px/120px Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	margin:5px 5px 5px 0px ;
	padding:5px 5px 5px 0px ;
}
h2 		{
	font: normal 120px/120px Georgia, "Times New Roman", Times, serif;
	color: #F2F2F2;
	margin:5px 5px 5px 0px ;
	padding:5px 5px 5px 0px ;
}
OL 		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
UL 		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
li {
	list-style-position: outside;
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 500px;
	line-height: 18px;
	margin-left: 60px;
}
TD 		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
a:link, a:visited, a:active {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background-color: #000000;
}
a:hover {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
	color: #E6FFFF;
	text-transform: uppercase;
}
#navigacija {
	position: absolute;
	left: 35px;
	top: 20px;
}
#content {
position:absolute;
	padding: 0px 0px 0px 0px;
	text-align:left;
	width:760px;
	right:0px;
}
