html {
    border-left: 0px;
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
    }

body {
    text-align: center;
	background-color: #ffffff;
	background-image:url(/static/images/bg.jpg);
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family:  Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.3em;
    }

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 19px;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 17px;
	}

h5 {
	font-size: 16px;
	}

h6 {
	font-size: 15px;
	}

.alignLeft {
	text-align: left;
	}

.alignRight {
	text-align: right;
	}

.alignCenter {
	text-align: center;
	}

.clearBoth {
	clear: both;
	float: none;
	}

.par {
	color: inherit;
	background-color: #cfcfcf;
	}

#feedback_user {
	color: #FF0000;
	background-color: inherit;
	font-weight: bold;
}


#wrapper {
    width: 834px;
    float: none;
    text-align: left;
    margin: 0px auto;
	margin-top:20px;
	}
	
#header_home {
	width: 834px;
	height:312px;
	background-image:url(/static/images/background.png);
}

#menu {
	position:absolute;
	margin-top:280px;
	margin-left:35px;
}

.menu_item_selected {
	float:left;
	height:22px;
	margin-right:15px;
	margin-left:10px;
	padding-left:15px;
	background:url(/static/images/background_menu_top.png) no-repeat left bottom;
}

.menu_item {
	float:left;
	height:22px;
	margin-right:15px;
	margin-left:10px;
	padding-left:15px;
}

.menu_item a{
	font-family:  "Times New Roman";
	font-size:18px;
	color:#413826;
	text-decoration:none;
}

.menu_item_selected a{
	font-family:  "Times New Roman";
	font-size:18px;
	color:#413826;
	text-decoration:none;
}

.menu_item a:hover {
	color:#f7e17c;
}

.menu_item_selected a:hover {
	color:#f7e17c;
}

#content_left {
	background-color:#7d7159;
	width:230px;
	border:1px solid #a69d7c;
	color:white;
	margin-left:20px;
}

#content_left_wrapper {
	float:left;
}

.news_date {
	font-weight:bold;
	font-size:11px;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}

.news_title{
	font-size:11px;
	font-weight:bold;
	margin-left:10px;	
	margin-right:10px;	
}

.news_content {
	font-size:11px;
	margin-left:10px;	
	margin-right:10px;
	margin-bottom:15px;
}

.news_separator {
	height:1px;
	width:210px;
	background:url(/static/images/separator.png) no-repeat bottom;
}

#content {
	width: 834px;
	background:url(/static/images/background_content.png);
	padding-top:10px;
}

#content_right {
	width:550px;
	float:left;
	margin-left:15px;
}

#separator_content {
	clear:both;
}

#content_bottom {
	width: 834px;
	height:16px;
	background:url(/static/images/background_content_bottom.png);	
}

.title {
	font-family:  "Times New Roman";
	font-size:22px;
	color:#f7e17c;
	height:24px;
	padding-left:20px;
	background:url(/static/images/background_menu.png) no-repeat left bottom;
}

#link_arhiva {
	display:block;
	margin-bottom:20px;
	margin-left:10px;
	color:#f7e17c;
	text-decoration:none;

}

.content_description {
	margin-top:20px;
	color:white;
}

#menu_bottom {
	width:834px;
	height:45px;
	background:url(/static/images/background_bottom.png);	
	margin-bottom:20px;
}

#copy {
	position:absolute;
	color:#847a61;
	margin-left:30px;
}

#pixel {
	position:absolute;
	color:#847a61;
	margin-left:680px;
}

#actual_menu {
	position:absolute;
	color:#847a61;
	margin-left:30px;
	margin-top:20px;
}

#actual_menu a {
	color:#847a61;
	text-decoration:none;
}

#content_right a{
	color:#f7e17c;
	text-decoration:none;
}

.main_left {
	width:250px;
	margin-top:30px;
	border-right:1px solid #a69d7c;
	padding:10px;
	float:left;
	color:white;
}

.main_right{
	width:250px;
	margin-top:30px;
	padding:10px;	
	float:left;
	color:white;
}

.main_separator {
	margin-top:20px;
	height:1px;
	width:547px;
	background:url(/static/images/main_separator.png) no-repeat bottom;
}

.photo {
	height:150px;
	width:180px;
	float:left;
}

.photo_title {
	font-weight:bold;
	color:white;
	margin-bottom:10px;
}

#photo_cat_title {
	font-weight:bold;
	color:white;
	font-size:20px;
	margin-bottom:30px;
}