body 
		{ 
		padding: 0px; 
		margin: 0px; 
		background-image:url('background.gif');
		background-color:#381002;
		text-align: center; 
		font-family:Verdana, sans-serif;
		font-size: 9pt; 
		color:#000000;
		}

h1 {
		margin:0 0 0px 0;
		}
		
p {
		margin-top:5px
		}
		
h3           
		{ 
		font-size: 14pt; 
		font-weight: bold; 
		}
		
a            
		{ 
		text-decoration: underline; 
		color: #550b00;
		background-color:inherit;
		}
		
a:visited    
		{ 
		color: #400000;
		background-color:inherit;
		}
		
a:hover      
		{ 
		color: #996633;
		background-color:inherit;
		}
		
#stripes
		{
		position:absolute; 
		background-image:url('stripes.gif');
		background-repeat:repeat-x;
		left:0px; 
		top:0px; 
		width:100%; 
		height:288px; 
		z-index:1  
		}
		
#main
		{
		position:relative; 
		width:769px;	
		margin-left:auto; 
		margin-right:auto;
		z-index:2; 
		}
		
#top
		{
		position:relative; 
		width:769px; 
		height:250px		
		}
		
#menu
		{
		position:relative; 
		float:left;
		width:178px; 
		}
		
#ramki
		{
		position:relative; 
		float:left;
		width:591px; 
		background-image:url('ramka.gif'); 
		background-repeat:repeat-y;
		background-color: #ECD9AC;
		color:inherit;
		}
		
#text
		{
		position:relative;
		float:right;
		display: inline;
		width:520px; 
		margin-left:35px; 
		margin-right:36px;
		background-image:url('background_text.gif');
		text-align:justify;
		}
		
#bottom
		{
		position:relative;
		clear: both;
		width:591px; 
		height:140px;
		background-image:url('bottom01.jpg'); 
		background-repeat:no-repeat; 
		}
		
#stopka
		{
		position:relative;
		width:520px;
		font-size:8pt; 
		text-align:left; 
		margin-left:35px; 
		margin-right:36px; 
		}

table        
		{ 
		border: 1px solid #000000; 
		padding:3px;  
		border-collapse: collapse; 
		text-align:left; 
		font-size:9pt
		}
td           
		{ 
		padding:3px; 
		border-style:solid; 
		border-width:1px;  
		}
		
th		
		{
		color: #FFFFFF; 
		font-weight: bold; 
		border: 1px solid #000000; 
        background-color: #996633;
        }

img
		{
		border-color: #550B00; 
		}
		
img.galeria
		{
		width:168px; 
		height:126px;
		}
		
strong
		{
		color: #550B00; 
		font-weight: bold;
		background-color:inherit;
		}
		
code
		{
		text-align: left; 
		font-size: 8pt;
		}