body {
	margin: 0;
	background: #f6eaea;
	margin-bottom: 10px;
}

a {

	color: #333;
	text-decoration: underline;

}

#container {
	width: 780px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
}


#header {
	background: url(slike/header_title.jpg) no-repeat center;
	margin: 0;
	padding: 30px 0 0 10px;
	height: 64px;
	background-color: #CC0033;

}

#navigation {
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	height: 38px;
	list-style:none;
	background: #D50035;
	font: 12px verdana;
}

#navigation a {

	text-decoration: none;
	font: 12px verdana;
	color: #fff;
	font-weight: bold;
	display: block;
}

#navigation a:hover {

	background: #cc0033;
	color: #fff;
	padding: 5px;
	
}

#primaryContent{
	width: 532px;
	border-right: 5px solid #e7e7e7;
	font-size: 11px;
	float: left;
	clear: none;
	height: auto;
	padding: 20px;
	font: 12px verdana;
}

#primaryContent img{
    margin-right: 0;
    padding: 7px;
    border: 1px solid #fff;
}
	
#secondaryContent {
	width: 200px;
	font-size: 14px;
	float: right;
	clear: none;
	margin-top: 10px;
	padding-right: 0px;
}

#secondaryContent ul {
	width: 140px;
	padding-top: 1px;
	background: #fff;
}

#secondaryContent li{
	width: 140px;
    list-style: none;
	font: 12px verdana;
	
}

#secondaryContent ul li {
	padding: 2px 0 3px 0;
	

} 

#secondaryContent li a{
	width: 132px;
	color: #4C69AF; 
	font-weight: lighter; 
	display: block; 
	text-decoration: none; 
	font-size: 14px verdana; 
	border-bottom: 1px solid #aaa; 	
}

#secondaryContent li a:hover{
    color: #333;
	background: #FEE7EA;
}


#footer{
    margin: 0 auto;
    margin-bottom: 10px;
    height: 10px;
    padding: 18px 20px;
    clear: both;
    width: 740px;
    font: 11px verdana;
    color: #484848;
    background: #ffffff;
}


.clear{
    clear: both;
}

