/* CSS Document */
* { margin: 0; padding: 0;}
body {
	font-size: 62.5%;
	background-color: #3D3C29;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left -50px ;
}

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	float: left;
	height: 100px;
	width: 600px;
	background-image: url(../images/back_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#header h1 {
	display: none;
}

#autoportret {
	background-image: url(../images/Selo-057-228.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 340px;
	alt: "Autoportret";
}

#menu {
	float: right;
	background-color: #8A897E;
	background-image: url(../images/back_nav_1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 25%;
	z-index: 2;
}
#menu ul {
	border-top: 1px solid #3D3C29;
}
#menu ul li {
	list-style-type: none;
	padding: 0em;
}
#menu ul li a {
	border-bottom: 1px solid #3D3C29;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	font-size: 150%;
	color: white;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
	font-variant: small-caps;
}
#menu ul li a:hover {
	background-color: #D3A043;
	color: white;
}
#content {
	float: left;
	width: 65%;
	padding: 5%;
}

#content h1 {
	font-family: "Lucida Sans Unicode";
	font-size: 3em;
	color: white;
	font-weight: normal;
	margin-bottom: 0.4em;
}
#content h2 {
	font-size: 2em;
	color: white;
	font-weight: normal;
}

#content p {
	font-family: "Lucida Sans Unicode";
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1em;
	color: white;
}
#content ul, #content ol {
	margin-left: 4em;
	margin-bottom: 2em;
	margin-top: 2em;
}
#content ul li, #content ol li {
	font-family: "Lucida Sans Unicode";
	font-size: 1.3em;
	color: white;
}
#content dl dd {
	color: white;
}
#content dl dt {
	color: white;
}

#content a{ color: yellow; }
#content a:visited { color: #ffcc00; }
#content a:hover { color: #ff6600; text-decoration: underline;}
#content p:first-letter {
	padding-top: 0.2em;
	line-height: 1em;
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9D9C93;
	float: left;
}
#content blockquote {
	background:#6B674B;
	padding: 2em;
}
#content blockquote div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: white;
	font-size: 1.8em;
}
#content blockquote div:before {
	content: open-quote;
	color: #CBCAB6;
	font-size: 1.5em;
}
#content blockquote div:after {
	content: close-quote;
	color: #CBCAB6;
	font-size: 1.5em;
}
#content blockquote cite {
	display: block;
	font-style: normal;
	font-size: 1.4em;
	color: white;
	text-align: right;
}

#content div.hr {
	height: 20px;
	background-image: url(../images/hr1.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 1em;
}
#content div.hr hr {
	display: none;
}

#content img.slika {
	padding: 0.5em;
	margin: 1em;
	background: #4E473A;
	border: 1px solid #747358;
}
#content .desno { float: right;}

#footer {
	clear: both;
	color: #D6D8CD;
	height: 3em;
	line-height: 3em;
	font-size: 1.2em;
	text-align: center;
}
