body   {
	margin: 0;	
	padding: 0;
    font-family: "arial", "Tahoma", "Verdana";
    font-size: 12px;
    line-height:  150%;
    color: #FFF;
    background: #333;
    text-decoration: none; 
    
}


h1 {
    font-family: "Trebuchet MS", "arial", "Tahoma", "Verdana";    
    color: #FFF;
    font-size: 27px;
    letter-spacing: -0.05em;    
}

h2 {
    font-weight: bold;
    color: #003399;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
    margin: 10px 0 10px 0;
}

a {
    text-decoration: underline;
    color: #FFF;
}
a:hover {
    color: #CC0000
}

img {
    border: 0px
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.frmbug {
    border: solid 1px #CC0000;
}
.zebra {
    background-color: #C0C0C0;
}

.uwaga {
    color: #CC0000;
}

#container{
	width: 800px;
	margin: 0 auto 0 auto;
	background: #000;		
}

#container #main{
	width: 800px;
	height: 315px;
	background: url(../images/main1.jpg) top left no-repeat;
}

#container #menu{	
	width: 265px;
	min-height: 705px;		
	float: left;
	display: inline;
	background: url(../images/menu_bg.jpg) top center no-repeat #000 ;					
}

#container #menu ul {
	font-family: "arial", "tahoma", "verdana";	
    list-style: none;    
    padding: 0 40px 0 50px;
    margin: 0px;
}

#container #menu li {
    margin: 0px;
}

#container #menu li a {	
    display: block;
    text-decoration: none;
    color: #FFF;
    margin: 0px;
    padding: 10px 0 10px 10px;
    line-height: 100%;
	font-weight: bold;
	background: url(../images/s.gif) left center no-repeat;    
}

#container #menu li span{	
    display: block;
    color: #000;    
}

#container #menu li a:hover {
    background: #454545;
    color: #CCC;
    margin: 0px;
}
#container #menu .odd a{
    color: #336600;
}


#container #content{	 
	width: 465px;
	height: 100%;
	padding: 0 40px 0 30px;	
	float: right;
	display: inline;
	background: url(../images/content_bg.jpg) top center no-repeat #000 ; 					
}


#container #footer{
	color: #333;
	margin: 50px 0 0 0;	
	width: 800px;
	height: 100px;	
	background: url(../images/footer_bg.jpg) top center no-repeat;
	text-align: center;						
}


