 /* Main */

	html, body{
		height: 100%;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		font-family: Arial sans, sans-serif;
		background: #000000;
	}
	
	#wrapper{
		position: absolute;
		width: 800px;
		left: 50%;
		margin-left: -400px;
	}
	
	#head{
		float: left;
		width: 800px;
		padding: 0px;
	}
	
	#navigation{
		float: left;
		width: 800px;
		padding: 0px;
		background: url(../images/izbornik.jpg) top right no-repeat #000000;
	}
	
	#content{
		float: left;
		width: 800px;
		padding: 0px;
	}
	
	#footer{
		float: left;
		width: 800px;
		margin-top: 2px;
		padding: 5px;
	}
	
 /* Table */
	
	table.koncerti {
		width: 800px;
		margin: auto;
		font-size: 0.7em;
		line-height: 1.5em;
		color: #999999;
		text-align: center;
		border-collapse: collapse;
	}
	
	table.koncerti td, th{
		border: 1px dotted #999999;
		width: auto;
		height: auto;
	}
	
	table.lyrics {
		width: 600px;
		margin: auto;
		text-align: center;
		border-collapse: collapse;
	}
	
	table.lyrics td, th{
		border: 1px dotted #999999;
		width: 300px;
		height: auto;
	}
	
 /* Headings */
 
 	h1{
		font-size: 0.7em;
		color: #FFCC66;
		padding: 0px;
		margin: 5px;
		text-align: center;
	}
	
	h2{
		font-size: 0.7em;
		color: #999999;
		padding: 0px;
		margin: 0px;
	}
	
 /* Text */

	p{
		font-size: 0.7em;
		line-height: 1.5em;
		color: #999999;
		margin: 0px;
		padding: 0px;
		text-align: justify;
	}
	
	.foot{
		font-size: 0.7em;
		color: #999999;
		margin: 0px;
		padding: 0px 5px 0px 0px;
		text-align: right;
	}

	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
 /* Links */

	a{
		color: #999999;
		text-decoration: none;

	}

	a:hover{
		color: #ae1b14;
		text-decoration: none;
	}
	
	.link{
		color: #999999;
		text-decoration: underline;

	}

	.link:hover{
		color: #ae1b14;
		text-decoration: none;
	}

	.footlink{
		font-size: 0.9em;
		color: #999999;
		text-decoration: underline;
	}
	
	.footlink:hover{
		font-size: 0.9em;
		color: #ae1b14;
		text-decoration: none;
	}
	
	
 /* Images */

	img{
		margin: 0px;
		padding: 0px;
		border: 0;
	}

	.thumb{
		border: 2px solid #FFF;
	}
	
	.thumbphoto{
		margin: 10px 10px 5px 5px;
		padding: 0px;
		float: left;
	}
	
 /* Navigation */
 
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#navigation li {
		display: inline;
	}
 
	#navigation a {
		font-size: 0.7em;
		font-weight: bold;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		float: left;
		padding: 4px 6px 10px 5px;
		color: #fdcd61;
		background-color: #000000;
	}

	#navigation a:hover {
		color: #ae1b14;
	}
