* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 20px;
	font-size: 11px;
	color: #CCCCCC;
}
#top {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C5C5C;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content {
	position: relative;
	background-color: #3A3A3A;
}
#menu {
	width: 250px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;	
}
#main {
	width: 600px;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.clear {
	clear: both;
}
#menu ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#menu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#menu a {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#menu a:hover, a.step:hover {
	color: #4DE149;
}
#main p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C5C5C;
	clear: both;
	background-color: #000000;
	padding-left: 260px;
	color: #666666;
}
.foto {
	padding: 3px;
	margin: 5px;
	border: 1px solid #5C5C5C;
	float: right;
}
img.foto {
	border: 1px solid #5C5C5C;
	padding: 4px;
	margin: 10px 0px 10px 10px;
	background-color: #1B1B1B;
}
#top div {
	float: left;
	margin-left: 260px;
	margin-top: 70px;
	color: #666666;
}
h1 {
	font-size: 11px;
	display: inline;
}
.text {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #666666;
}
#footer a:hover {color: #4DE149;}
.links {
	list-style-type: decimal;
	margin-left: 17px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: justify;
}
.links a {
	color: #769AB8;
}
a.step {
	color: #CCCCCC;
	text-decoration: underline;
}
.kod {
	width: 186px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #CCCCCC;
	padding: 7px;
	background-color: #606060;
}
.info {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.ads {
	padding-left: 25px;
	padding-top: 10px;
}
.ads2 {
	height: 260px;
	width: 320px;
	float: left;
	margin-right: 10px;
}