body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Trebuchet MS;
font-size:0.8em;
color:#66A8FF;
background:#030D1F;
}

#maincontainer{
width: 848px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 343px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
background-image:url(main-back.gif);
background-repeat:repeat-y;
}

#contentcolumn{
margin-left: 577px; /*Set left margin to LeftColumnWidth*/
padding-left:60px;
text-align:justify;
}

#leftcolumn{
float: left;
width: 577px; /*Width of left column*/
margin-left: -848px; /*Set left margin to -(MainContainerWidth)*/
text-align:justify;
}

#footer{
clear: left;
width: 100%;
background-image:url(images/krila-001_04.gif);
background-repeat:no-repeat;
height:64px;
text-align:center;
}

img{
border:2px solid #FFFFFF;
margin:7px;
}

.img2{
border:none;
margin:0;
padding:0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.naslov1{
font-family:Trebuchet MS;
font-size:1.2em;
font-weight:bold;
color:#fff;
}

.naslov2{
font-family:Trebuchet MS;
font-size:1.2em;
font-weight:bold;
color:#66A8FF;
}

hr{
border-top:solid 1px #66A8FF;
height:1px;
}

a:link {
color: #fff;
text-decoration: none; 
}
a:visited {
color: #fff;
text-decoration: none; 
}
a:hover {
color: #fff;
text-decoration: underline; 
}
a:active {
color: #fff;
text-decoration: none; 
}

div.clear { 
clear: both;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}