body {
	margin-top: 0px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

.lijevi {
	background-image: url('../images/lijevi.png');
	background-repeat: repeat-y;
}

.desni {
	background-image: url('../images/desni.png');
	background-repeat: repeat-y;
}

.main {
	background-image: url('../images/main.png');
	vertical-align: top;
}

.copy {
	background-image: url('../images/copy.png');
	font-family: Verdana;
	font-size: 11px;
	color: #566A7E;
	text-align: center;
	padding-top: 9px;
}

.glavna {
	width: 80%;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
	border-right: 1px #556F8A dashed;
}

.meni {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 8px;
	vertical-align: top;
}

h1 {
	font-family: Serif;
	font-weight: bold;
	font-size: 25px;
	color: #9A9B80;
	margin: 0px;
}

h2 {
	font-family: Serif;
	font-weight: bold;
	font-size: 25px;
	color: #9A9B80;
	margin: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px #6A7252 dashed;
}

a:link {
	text-decoration: none;
	color: #E4E6D0;
}

a:active {
	text-decoration: none;
	color: #E4E6D0;
}

a:visited {
	text-decoration: none;
	color: #E4E6D0;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.jezik {
	text-align: right;
	padding-right: 35px;
}

#myGallery
{
	width: 450px !important;
	height: 337px !important;
	text-align: left;
	margin: 0 auto;
}