body {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #555;
	text-align:center;
	background: #d2d2d2 url(../images/bg.png) repeat-x;	
	padding: 0;
	margin: 0;
}

a {
	color:#245599;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 10px 0;
}

ul {
	margin: 30px 0;
	padding: 0 20px;
}

ul li {
	padding: 5px 0;
}
img {
	border: 1px solid #ccc; 
}
h1 {
	color:#245599;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	line-height: 24px;
}

h1.important {
	color:#d70b1b;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	line-height: 24px;
}

h2 {
	border-bottom: 1px solid #555;
	line-height: normal;
}

#container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 270px;
	background: url(../images/header.png) no-repeat;
}


#content {
	background: #fff url(../images/content-bottom.png) repeat-y;
}

.content-top {
	background: url(../images/content-top.png) no-repeat ;
	padding: 30px 40px;
}


p.opis {
	padding: 0;
}

p.youtube {
	text-align: center;
}

span.underline {
	text-decoration: underline;
}

input {
	border: 0;
	font-size: 18px;
}










