/* CSS Document */
body{
	margin: 0px;
	background-image:url(img/body_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#15243e;
}
h1{
	font-size:18px;
	margin: 10px;
	border-bottom:1px solid #d80e13;
	color: #d80e13;
}
h2{
	font-size:15px;
	margin: 10px 10px 0px 10px;
	color: #004bcc;
	font-weight:bold;
}
h3{
    font-size:13px;
	border:1px dotted #d80e13;
	color: #d80e13;
	display:block;
	text-align:center;
}
#main{
	margin:0px;
	background-image:url(img/main_bg.jpg);
	background-repeat:repeat-y;
	width:800px;
	text-align:left;
}
.textMargin{
	margin: 8px;
}
#stopka{
	width: 925px;
	height: 183px;
	background-image:url(img/bottom.gif);
	display:block;
	text-align:center;
	background-repeat:no-repeat;
}
#oferta{
	border:1px #CCCCCC solid;
	width: 385px;
	height: 80px;
	text-align:center;
	margin-bottom: 10px;
}
#oferta h2{
	letter-spacing:-1px;
}
td{ 
	vertical-align:top;
}
	
	
	

