@charset "utf-8";
/* CSS Document */

* {  
margin:0;  
padding:0;  
} 


body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#header {
	margin: auto;
	width: 538px;
	height:260px;
	background-image: url(header.png);
	
}

#content_top {
	margin: auto;
	width: 547px;
	height:64px;
	background-image: url(content_top.png);
	margin-top:-15px;
	margin-bottom:-10px;
	padding-top:1px;
}

#content {
	margin: auto;
	width: 547px;
	height: auto;
	background-image: url(content.png);
	background-repeat:repeat-y;
	margin-top:-10px;
	

	
}

#content_bottom {
	margin: auto;
	width: 547px;
	height:20px;
	background-image: url(content_bottom.png);
		
}

#stat {
	margin-top: -230px;
	margin-left:auto;
	margin-right:150px;
	width: 100px;
	height:20px;
			
}


p {
	color: #000000;
	text-align: justify;
	font-size: 11px;
	margin-left:20px;
	margin-right:20px;
	letter-spacing:2px;
	line-height:140%
	
}

a:link {
	color: #dd8e67;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #dd8e67;
}
a:hover {
	text-decoration: none;
	color: #fbf2eb;
}
a:active {
	text-decoration: none;
	color: #dd8e67;
}

h1 {
	color: #55a1c7;
	text-transform: capitalize;
	font-size: 14px;
	margin-left:20px;
	margin-right:20px;
	text-align: justify;
	padding-top:8px;
}



h2 {
	color: #000000;
	text-align: justify;
	font-size: 11px;
	margin-left:140px;
	margin-top:15px;
	letter-spacing:2px;
	
	
}


h3 {
	color: #1F2110;
	text-align: justify;
	font-size: 15px;
	margin-left:100px;
	letter-spacing:2px;
	line-height:140%;
	text-transform: capitalize;
	
}

#lezak {
	width: 317px;
	height:255px;
	background-image: url(lezak1.png);
	position:relative;
	top: -210px;
	left: -45px;
}


#footer {
	position:relative;
	top: -230px;
	left: 300px;
	width: 417px;
	height:20px;
	color: #f6ede4;
	text-align: justify;
	font-size: 11px;
}
#all {
width: 800px ;
margin: 0 auto;
padding: 0 auto;
height: 970px ;
}
