body {
	margin: 0px;
	background-color: black;
	background-image: url(/i/droga.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body, td {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
}
.content {
	margin: 30px auto;
	width: 1000px;
}
.header {
	width: 1000px;
}
.header-inside {
	margin: 0px 75px 0 45px;
}
.topic {
	width: 1000px;
	height: 45px;
	background: url(/i/layout_01.png);
	padding-top: 70px;
	margin-top: -30px;
}
.topic-inside {
	margin: 0px 75px 0 85px;
}
.topic-text {
	font-size: 32px;
	float: left;
}
.text {
	width: 1000px;
	background: url(/i/layout_02.png);
}
.text-inside {
	padding: 20px 75px 0 85px;
}
.footer {
	width: 1000px;
	height: 110px;
	background: url(/i/layout_04.png);
}
.footer-inside {
	padding: 80px 75px 0 30px;
	color: #fff;
}
.logo {
	width: 400px;
	height: 89px;
	background: url(/i/logo2.png);
	margin-left: 90px;
	cursor:pointer;
}
a {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: underline;
	color: #000080;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:visited:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding-top: 10px;
}


/* Navigation */
ul.snav {
/* section navigation or short navigation, whichever you prefer */
			list-style-type: none;
	margin: 0;
}
ul.snav > li {
	margin: 0;
	padding: 0;
}
ul.snav > li {
	display: inline;
}
ul.snav > li:before {
	content: " | ";
	color: white;
}
ul.snav > li:first-child:before {
	content: "";
}

.l-white a {

	text-decoration: none;
	color: #fff;
}
.l-white a:hover {
	text-decoration: underline;
}
.l-white a:visited {
	text-decoration: none;
	color: #fff;
}
.l-white a:visited:hover {
	text-decoration: underline;
}


.foto_g {
	padding: 2px;
	border: 1px solid gray;
}
