body{
	text-align: center;
	font-family: arial;
	font-size: 12px;
	background: white url(../imgs/header_bgd.jpg) repeat-x 0 0;
	margin: 0;
	color: #737e85;
}

#header {
	height: 162px;
	margin-bottom: 30px;
	background: url(../imgs/header.jpg) no-repeat center;
}

#title{
	padding-top: 30px;
}

#titlefirst{
	padding-top: 7px;
}

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#left{
	float: left;
	width: 200px;
	background-color: #fff;
	vertical-align: top;
}

#center {
	float: left;
	width: 670px;
	text-align: justify;
	vertical-align: top;
	margin-left: 30px;
	padding-bottom: 30px;
}

#centersmall {
	float: left;
	width: 440px;
	text-align: justify;
	vertical-align: top;
	color: #737e85;
}

#right{
	float: left;
	width: 200px;
	background-color: #fb7e0b;
	text-align: justify;
	vertical-align: top;
}

#login{
	float: right;
	width: 200px;
	height: 165px;
	text-align: justify;
	vertical-align: top;
	background: url(../imgs/korisnik.jpg) no-repeat;
}

#footer{
	border-top: 1px solid #737e85;
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin: 30px 0px;
	display: inline;
}

#copyright{
	width: 200px;
	border-top: 1px solid #737e85;
	border-bottom: 1px solid #737e85;
	clear: both;
}

/*------------------------------------------------------- link styles */

p a { 
	color: #296f88; 
}

p a:hover {
	color: #fff; 
	background:#296f88;
	text-decoration: none;
	}
	
#center .left a {
	background: url(../imgs/title_over.gif) no-repeat;
	background-color:	transparent;
}

.image a:hover img, .image a:active img {
	opacity:			0.5;
	-moz-opacity:		0.5;
	filter:				alpha(opacity=30);
}

/*------------------------------------------------------- text styles */

p {
	color: #737e85;
	line-height: 1.5em;	
	padding-top: 5px;
}

ol{
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.5em;
}

#copyright p {
	color: #737e85;
	font-size: 9px;
	text-align: left;
	line-height: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1{
	font-size: 1.5em;
	color: #8ac441;
}

h2{
	font-size: 1.0em;
	color: #737e85;
	font-weight: bold;
	padding-top: 1em;
}

#fusnota{
	color: #737e85;
	font-size: 9px;
	line-height: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
}



