a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

body {
	font-family: Arial;
	font-size: 18px;
	color: #000;
	text-align: center;
	background: #000000; //url(../images/tlo.jpg) repeat-x;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

img {
	border: none;
}

#header_logo {
	float: left;
	margin: 10px 0px;
	width: 100%;
	height: 60px;
}

#header_menu {
	float: left;
	margin-top: 15px;
}

#header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#header_menu li {
	display: block;
	float: left;
	background: url(../images/menu_separator.png) no-repeat left;
}

#header_menu a {
	padding: 8px 0px 8px 0px;
	margin: 0px 30px 0px 0px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 13px;
}

#header_menu a:hover {
	color: #C0C0C0
}

#header_main {
	width: 900px;
	height: 518px;
	margin-top: 30px;
	float: left;
	border: none
	padding: 10px;
}

#header_main_text {
	padding: 5px 10px 5px 20px;
	float: left;
	text-shadow: #000 0px 1px 0px;
	margin-top: 100px;
	background: url(../images/bg_text.png);
}

#header_main_text h2 {
	color: #ffffff;
}

#header_main_text p {
	color: #ffffff;
	line-height: 40px;
}

#header_main_text a {
	color: #ffffff;
	text-decoration: underline;
	padding-left: 5px;
}

#header_main_text a:hover {
	text-decoration: underline;
}

#header_main_image {
	float: center;
	background: url(../images/Samoobrona.jpg) no-repeat;
	width: 100%;
	height: 100%;
}

#footer {
	width: 915px;
	float: left;
	margin-top: 30px;
	background: url(../images/tlo.jpg) repeat-x;
	padding-left: 5px;
	color: #000000;
}
	

