
	html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; max-width: 100%;
		background-color: #333;
		font: 400 0.8em "Trebuched MS";
		color: #ccc;
		line-height: 1.4em;
		}

	a {
		text-decoration: none;
		color: #aaa;
		}

	a:hover {
		text-decoration: none;
		color: #0099FF;
		}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 30%;
		text-align: right;
		background: #333 url('Slike/fade.jpg') no-repeat right;
		}

	#outer {
		position: absolute; left: 0;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -120px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 33%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}

	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 35px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		text-align: right;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.2em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #FFCC00;
		}

	img.lime {
		margin-bottom: -6px;
		margin-right: 8px;
		}

	span.orange {
		color: #FFCC00;
		}

	span.blue {
		color: #0099FF;
		}

	span.povdari {
		color: white;
		font-weight: bold;
	}
		
	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
		color: #FFCC00;
		background: #222;
		text-decoration: none;
		}
	
	a.nav1 {
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 10px;
		}

	a.nav1:hover {
		color: #FFCC00;
		background: #222;
		text-decoration: none;
		}
		
	.credit a, .credit a:hover {
		color: #555;
		}

	.date {
		float: left; 
		width: 2.5em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 12px;
		text-align: right;
		}

	.form-tbox {
		font: 10pt arial, sans-serif;
		padding-left: 5px;
		text-align: left;
		border: 1px solid Black;
		background-color: #757575;
		}
	
	.form-tbox-white {
		font: 10pt arial, sans-serif;
		padding-left: 5px;
		text-align: left;
		border: 1px solid Black;
		background-color: #757575;
		color: white;
		}
	
	.form-button {
		font: 10pt arial, sans-serif;
		background-color: #757575;
		color: White;
		width: 90px;
	}
	
	.pic-frame {
		border-left: 0px solid black;
		border-right: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 2px solid #0099FF;
	}
		
	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #333 url('corner.jpg') no-repeat bottom right;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #0c0;
		border: solid 3px #2e2e2e;
		}

	a img.main:hover {
		background: #cf0;
		}

	div.quote {
		color: #fff;
		background: #2a2a2a url('Slike/quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px #FFCC00;
		padding: 1px 0px 0px 10px;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

	