@charset "utf-8";
/* CSS Document */


*
{
        margin: 0;
        padding: 0;
}
a, a:visited 
{
	text-decoration: none;
	color:#ddbb8b;
}

a:hover 
{
	text-decoration: underline;
	color: #d8a113;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
	color:#333333;
	background: #442513;
	
}


#container
{
	width:965px;
	height:100%;
	margin:auto;
	background-repeat: no-repeat;
}

#header
{
    width:965px;
	height:100px;
	float:left;
}
#header_logo
{
    width:375px;
	height:100px;
	float:left;
}

#header_navi
{
    width:560px;
	height:80px;
	padding:10px;
	color:#ddbb8b;
	float:left;
}

#wrapper
{
    width:945px;
	height:100%;
	padding:10px;
	background:#ddbb8b;
	float:left;
}

#baner
{
    width:100%;
	height:100%;
	float:left;
}
#main
{
    width:945px;
	height:100%;
	font-size:12px;
	color:#e4c5a8;
	float:left;
}
#main_navigacija
{
    width:945px;
	height:50px;
	background:url(../assets-2/bg_navi.gif);
	float:left;
}
#main_left_wrapper
{
    width:945px;
	height:400px;
	background:#ddbb8b;
	float:left;
}

#main_left_title
{
    width:160px;
	height:30px;
	padding-left:60px;
	padding-top:15px;
	background:url() no-repeat;
	float:left;
}

#main_left
{
    width:150px;
	height:100%;
	padding:30px;
	float:left;
}

#main_center
{
    width:415px;
	height:100%;
	padding:20px;
	float:left;
}
#main_right_wrapper
{
    width:270px;
	height:100%;
	background:#ddac67;
	float:left;
}

#main_right_title
{
    width:200px;
	height:30px;
	padding-left:60px;
	padding-top:15px;
	background:url() no-repeat;
	float:left;
}
#main_right
{
    width:210px;
	height:100%;
	padding:30px;
	float:left;
}

#footer
{
  width:925px;
  padding:20px;
  color:#ddbb8b;
  font-size:12px;
  float:left;
}

.main_center_news
{
    width:400px;
	height:100%;
	padding:10px;
	float:left;
}

.bold
{
  font-size:14px;
  font-weight:bold;
}

.img
{
   padding-right:5px;
}
