	@charset "utf-8";
	@import "css/blocks.css";
	@import "css/text.css";
	html, body {

	margin: 0px;
	background-image:url(images/pattern.jpg);
	
	}
	
	#content {
		margin-bottom:0px;
		height:100%;
		width: 990px;
		margin-left: auto;
		margin-right: auto;
		position:relative;
	}

	#bottom {
	background-color: #5B5B5B;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 990px;
	border-top:solid #1B1B1B 2px;
	clear: both;
	float: none;
	position: relative;
	bottom: 0px;
	text-align:center;
	vertical-align:middle;
	display:table;
	}
	#top {
	height: auto;
	width: 990px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	}
	
	#middle {
	width: 990px;
	white-space: normal;
	margin-left: auto;
	margin-right: auto;

	
	}
	
	#middleleft {
		width: 670px;
		float: left;
		height:100%;
		text-align:center;
	}
	#middleright {
		background-color:#D5D5D5;
		width: 319px;
		float: right;
		height:100%;



	}

.border {
	border:solid #CCCCCC 1px;
}

.boslukicin {
width:100%;
height:35px;
display:block;
}
a.menu {
	width:83px;
	height:92px;
	background-image:url(images/menu.png);
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	color: #F0F0F0;
	font-family: "Trebuchet MS", "Courier New", "Franklin Gothic Book";
}
a.menu:hover, a.menu_selected{
	width:83px;
	height:92px;
	background-image:url(images/menu_over.png);
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	font-family: "Trebuchet MS", "Courier New", "Franklin Gothic Book";
	font-size: 12px;
	color: #020202;


}

#search_key {
	font-family: "Trebuchet MS", "Courier New", "Franklin Gothic Book";
	font-size: 12px;
	color: #990000;
	width: 98%;
	border:none 0px;
	margin-bottom:6px;
}