body {
	width:100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color:#434343;
	font-size: 12px;
	background: #c0c0c0;
	text-align: center;
}

.body_bg { 
	background: #fff url(images/bg_066.gif);
}
.clr {
	clear: both;
	font-size:0;
	line-height:0;
}

#header{
	background: transparent url(images/header_8.jpg) top center no-repeat;	
	width:980px;
	height:363px;
	margin:0 auto;	
}
#header_img{
	background: transparent url(images/header_img_066.jpg) top center no-repeat;
	width:980px;
	height:363px;
	margin:0 auto;	
	padding:0;
}

#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#logo{
	width:900px;
	height:78px;
	margin:0 auto;
}
table.header_logo{
	margin:0 auto;
	width:900px;
}
table.header_logo td{
	height: 78px;
	vertical-align:middle;
}
#logo h1{
	font-size:24px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	text-align:left;
	color:#09479E;
	padding:0 0 0 12px;
	margin:0;
}
#top_menu{
	width:900px;
	height:40px;
	padding: 0;
	margin:0 auto;
}

#topnavi{
	margin:0;
	padding-left:5px;
	text-align:right;
	height: 40px;
	line-height: 40px;
}

#topnavi ul {
	margin: 0;
	padding: 0;
	height:40px;
	list-style: none;
}

#topnavi ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(images/menu_separator.gif) center right no-repeat;
}

#topnavi li a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	width:80px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	margin: 0;
	cursor: pointer;
}

#topnavi li a:hover {
	padding-top:2px;
	color: #c0c0c0;
}

#topnavi li a.current {
	color: #333;
	background: url(images/but_hover.gif) bottom center no-repeat;
}

#topnavi li a span {
	height: 40px;
	display: block;
	float: left;
	padding: 0 4px 0 0;
}


#content{
	width:886px;
	margin:0 auto;
	border:5px #121212;
	padding:10px;
	text-align:left;
	background:#fff;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:outside;
}

li{
	padding-left: 0;
	padding-top: 0;
}


/**  Linkove  **/
a {
	outline: none;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #09479E;
	font-size:11px;
}
a:hover {
	text-decoration: none;
}


#footer {
	margin: 0 auto;
	width: 906px;
	background-color:#FFFFFF;
	color: #232323;
	vertical-align: top;
	padding:10px 0 10px 0;
}

