div {
    float: left;
    display: inline;
}

body {
    background: #860E09;
    width: 842px;
    margin: 0 auto;
}

#logo {
    width: 842px;
    height: 258px;
    margin: 10px auto;
    margin-bottom: 0;
}

#leftSide {
    width: 300px;
}

#menu {
    width: 300px;
    height: 350px;
}

#photos {
    width: 300px;
}

#rightSide {
    width: 457px;
    margin: 7px 55px 7px 30px;
}

h1 {
    color: #99CCFF;
    font-family: "Arial CE";
    font-weight: 100;
    font-size: 18px; 
    margin: 15px auto;
    text-align: center;
}   

h2 {
    color: #99CCFF;
    font-family: "Arial CE";
    font-weight: 600;
    font-size: 14px;    
    text-align: center;
    font-style: italic;
    margin: 15px auto;
}

p {
    color: #fff;
    text-align: justify;
    font-family: "Arial CE";
    font-size: 12px;    
}

p.indent {
    text-indent: 3%;
}

p.right {
    text-align: right;
}

.select {
	font-weight: bold;
}

.select2 {
	text-align: center;
	color: #99CCFF;
	display: block;
}



img {
    margin: 10px auto;
    display: block;
}

a  {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-family: "Arial CE";
    text-align: right;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

h2 a, p a {
    text-align: center;
    color: #99CCFF;
}

p.umowy a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
}

p.umowy a:hover {
    color: #99ccff;
    font-size: 14px;
}

a:hover  {
    color: #99CCFF;
}

h2 a:hover, p a:hover  {
    color: #fff;
}

p a {
    display: inline;
    font-weight: normal;
    font-size: 12px;
}

hr {
   color: #000;
	width: 350px;
	margin: 0 auto;
}

a.kredyty {
	margin:0;
	padding:0;
	width:225px;
	cursor:pointer;
}

a.kredyty {
    text-decoration: none;
    font-weight: bolder;
	text-align: center;  	   
    display: block; 
    color: #fff;
    font-size: 14px;
    font-family: "Arial CE";
}

a:hover.kredyty {
    color: #99CCFF;
    font-size: 14px;
    font-weight: bolder;
}

a img {
    border: none;    
}

.kredyty_left {
	width: 225px;
	display:inline;	
}

.kredyty_right {
	width: 225px;	
	display:inline;
	padding-top:10px;
}

.kredyty {
	width: 450px;	
	display: block;
	margin: 25px auto;
	padding:0;
}

.kredyty_right li {
    color: #fff;
    text-align: left;
    font-family: "Arial CE";
    font-size: 12px;    
}

p.przypis {
	text-align:right;
}

#banner {
	position:absolute;
	top:500px;
	left:500px;
	z-index:1;
}

