@charset "utf-8";
/* CSS Document */


* {margin:0; padding:0;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	text-align: center; 
	background: #0c0c0c url('images/back.gif') repeat-x;
}

div.spacer {
	width: 910px;
	height: 235px;
}

div.onamaleft {
	width: 360px;
	background: transparent;
	float: left;
	
	}
div.onamaright {
	width: 250px;
	float: right;
	margin-left: 20px;
	background: transparent;
	color: white;
	}
p {
	font-size: 13px;
	color: #a59a7f;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 150%;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:13px;
	font-size: 18px;
	color: #a59a7f;
	
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:3px;
	font-size: 14px;
	color: #e0d5c2;
}

h3 {font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:3px;
	font-size: 14px;
	color: #e0d5c2;
}

li {font-size: 13px;
	color: #a59a7f;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 150%;
}

img.main {
	margin: 0px;
	border: 20px solid #7f7070;
	text-align: right;
	margin-left: 100px;
}

#content img {
	border: 1px solid #7f7070;
	margin: 4px;
	}

#container {
	width: 910px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: center;
	background: #0c0c0c url('images/head.jpg') no-repeat;
	background-position: center top; 
	height: 400px;
}

#navbar {
	width: 910px;
	height: 35px;
	background: transparent;
	text-align: center;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 8px 0 8px;
	margin: 0;
}

#navlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #e0d5c2;
	font-size: 12px;
	margin:0;
	padding:0;
}

#navlist a:hover{
	color: #d2ae6f;
	}

#navlist a.current {
	color: #d2ae6f;
	}
	
#songlist li {
	list-style-type: none;
	padding: 0 8px 0 8px;
	margin: 0;
	text-align: left;
}

#songlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #e0d5c2;
	font-size: 12px;
	margin:0;
	padding:0;
}

#songlist a:hover{
	color: #d2ae6f;
	}

#headline {
	width: 660px;
	height: 50px;
	border-bottom: #424242 1px solid;
	border-top: #626262 1px solid;
	margin: auto;
	margin-top: 22px;
	margin-bottom: 10px;
	letter-spacing: 5px;
}

#content {
	width: 660px;
	text-align: center;
	margin-top: 20px;
	margin: auto;
}

#footer {
	display:none;
	margin-top: 50px;
	margin-left: 120px;
	width: 660px;
	height: 20px;
	border-bottom: #424242 1px solid;
	border-top: #424242 1px solid;
	color: #555;
	
	
}

#footer p {
	margin-top: 5px;
	font-size: 9px;
	text-align: center;
	}
	

/* OGLASNA */
#oglasna {
	margin-top: 20px;
}

#oglasna li {
	margin-top: 10px;
}

#oglasna li:first-child {
	margin-top: 0;
}