 html {
	background-color: #858585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 20;
	margin-right: 100px;
	margin-top: 20;
	margin-left: 100px;
}
h1{
	color: White;
	font-size: 12px;
	margin-left: 10px;
}
h2{
	color: White;
	font-size: smaller;
	font-weight: 100;
	margin-left: 10px;
	margin-right: 10px;
}

h3{
	font-weight: bold;
	color: White;
	margin-left: 10px;
	font-size: 12px;
}
h4{
	font-size: 8px;
	color: White;
	text-align: center;
	font: normal;
}

#top {background-image: url(layout.jpg);
height: 200px;
background-repeat: no-repeat;
background-position: center;
}
#ramka {
	border: 1px ridge White;
	background-color: Black;
	background-position: center;
}
#fire {
	background-image: url(fire.jpg);
	height: 40px;
	background-repeat: no-repeat;
	background-position: right;
}
#box {
	width: 800px;
	margin: auto;
}
div.linki {
	color: White;
	font-size: 12px;
	margin-left: 450px;
	margin-top: 140px;
}
a:link {
	color: White;
	font-size: 12px;
}
a:visited {
	color: White;
}
a:hover {
	color: #FFC8C8;
}
a:active {
	color: White;
}
li {
	font-size: 12px;
	color: White;
	list-style: circle;
}
#galeria {
	margin-left: 10px;
}
#galeria li {
	height: 150px;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
#galeria li img {border: 1px solid #999;}
.clear {clear: both;}
img {
	margin: 0;
	border: none;
	padding: 0;
}

#menu li {
	display: inline;
	padding-left: 6px;
}
p {
	color: White;
	font-size: smaller;
	margin-left: 10px;
	margin-right: 10px;
}


	






