html,body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

p
{
	margin-top: 5px;
}

.wrapper
{
	text-align: left;
	width: 850px;
	margin: 0 auto;
	min-height:100%;
	position:relative;
	
		
	background-image: url('img_src/astra.jpg');
	background-repeat: no-repeat;
	background-position: bottom right; 
}

.header
{
	height: 130px;
	vertical-align: bottom;
}

.menu
{
	background-image: url('img_src/menu_background.jpg');
	height: 39px;
}

.content
{

}

.content_right
{
	width: 235px; 
	height: 500px;
	background-image: url('img_src/vertikali_linija.jpg');
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 16px;
	color: #5a792d;
	padding: 20px;
	padding-left: 30px;
	vertical-align: top;
	line-height: 150%;
	padding-top: 0px;
}

.content_left
{
	font-family: tahoma;
	font-size: 16px;
	color: #3d3f49;
	padding: 20px;
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: top;
	line-height: 150%;
}

.footer
{
	height: 20px;
	background-image: url('img_src/footer.jpg');
	position:absolute;
	bottom:0;
	width:100%;
	font-family: tahoma;
	font-size: 11px;
	color: #3d3f49;
	vertical-align: middle;
	margin-right: 10px;
	
 
}

.copyright1
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 3px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: tahoma;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	height: 39px;
}

li
{
	line-height: 33px;	
	float: left;
	height: 39px;
	vertical-align: middle;
	display: inline;
}

li.left, li.left_selected
{
	width: 146px;
}

li.right, li.right_selected
{
	width: 142px;
}

li.center, li.center_selected
{
	width: 140px;
}

li.center:hover, li.center_selected
{
	background-color: #befb67;
}

li.left:hover, li.left_selected
{
	background-image: url('img_src/selected_left.jpg');
}

li.right:hover, li.right_selected
{
	background-image: url('img_src/selected_right.jpg');
}

a
{
	text-decoration: none;
	color: black;
}
