body
{
    background-color: white;
		background-image: url('images/bg_main.jpg');
		background-repeat: repeat-x;
		margin: 0px;
		font-family: 'Trebuchet MS';
}

#main
{
    
		
}

#header
{
    width: 1034px;
		height: 73px;
		margin: auto;
}

#top
{
		width: 1034px;
		height: 318px;
		margin: auto;
}

#naglowek
{
    margin: 45px 0px 0px 156px;
		font-size: 30px;
		font-weight: bold;
		color: #cf0000;
}

#content
{
		font-size: 12px;
		color: #4e4e4e;
		margin: 20px 60px 20px 60px;
		text-align: justify;
}

#footer
{
		width: 100%;
		clear: both;
		height: 51px;
		background-image: url('images/footer.jpg');
		background-repeat: repeat-x;
}

#autor
{
    width: 1000px;
		margin: auto;
		text-align: right;
		color: #5a5a5a;
		font-size: 11px;
		height: 30px;
}


#div_main
{
    width: 1034px;
		margin: auto;
		height: 66px;
}


#left
{
    float: left;
		width: 288px;
		height: 380px;
		background-image: url('images/bg_left.jpg');
}


#left_contact
{
    margin: 30px 0px 0px 30px;
}

#right
{
    float: right;
		width: 746px;
		background-image: url('images/bg_content.jpg');
		background-repeat: no-repeat;
		min-height: 400px;
}


.menu
{
    padding-top: 0px;
		text-align: left;
		font-family: 'Trebuchet MS';
		font-weight: none;
		font-size: 20px;
		letter-spacing: -1px;
		color: #7a0000;
		font-smooth: auto;
}

.menu ul
{ 
    margin: 0px; 
		padding: 0px; 
		list-style:none;
}

.menu li
{ 
    float: left;  
		height: 36px;
		padding: 35px 40px 0px 40px;
}

.menu a
{ 
		text-decoration: none; 
		display: inline-block;
			color: #7a0000;
}

.menu a:hover
{ 
		text-decoration: none;
}


a.white
{ 
		color: white; 
		text-decoration: none;
		font-weight: none;
}
