body {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
#wrapper {
	width: 766px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#frame {
	background-image: url(images/main_framemiddle.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
}
.naslov {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#frame a:link, a:visited {
	color: #555;
	border-bottom: 1px solid #555;
	text-decoration: none;
}
#frame a:hover {
	color: #000; 
	background-color: #F4F2E4;
    border-bottom: 1px solid #9A8E51;
}
#galframe {
	background-image: url(images/main_framemiddle.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 800px;
	vertical-align: top;
}
#bottom {
	height: 90px;
	width: 766px;
	background-image: url(images/main_framebottom.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #92835A;
	text-align: center;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#bottom a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#bottom a:hover {
	color: #000000;
	text-decoration: underline;
}
.copyright{
	font-size: 9px;
	color: #999999;
}
.right {
	text-align: right;
}
hr {
	border: none 0;
	border-top: 1px dashed #333333;
	width: 100%;
	height: 5px;
}
.main #splash {
	width: 766px; 
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
div#quote {
  width: 95%; 
}

blockquote {
  background: transparent url(images/quoleft.png) left top no-repeat;
}
blockquote div {
	padding: 0 30px;
	background: transparent url(images/quoright.png) right bottom no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:link, a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline
}
.border {
	border: 5px solid #FFFFFF;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.center {
	text-align: center;
}
.invertedshiftdown {
	padding: 0;
	width: 100%;
	border-top: 2px solid #663300; /*Red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul{
	margin-left: 60px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.invertedshiftdown a:hover{
	background-color: #663300; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: #660000;
	font-size: 14px;
}

