
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Comic Sans MS;
	color: white;
}

h1, h2, h3 {
	color: white;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
}

p {
	font-size: 1.2em;
	color: white;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid black;
	font-style: italic;
	color: white;
}

ul, ol {
	margin-left: 2em;
}

ul {
}

ul li {
	color: white;
}

ol {
}

ol li {
	color: white;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:visited {
color: white;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* Content */

#content {
	width: 1100px;
	margin: auto;
	background: url(images/CENTR2.jpg);
	margin-left: auto;
	margin-top: 15px;
}

/* Header */

#header {
	height: 90px;
	padding: 10px 0 40px 25px;
}

#header a {
	height: 50px;
	margin-right:30px;
	float: right;
	padding: 0px 120px 15px 120px;
	background: url(images/sprzedaza.jpg);
	list-style: none;
	text-decoration: none;
	font-size: 1.2em;
	color: white;

}

#header h1 {
	float: left;
	font-size: 1.6em;
}

#header h1 a {

}

#header h2 {
	float: left;
	font-size: 1.5em;
	color: black;
	margin-left: 30px;
}

#header a:hover {
	background: url(images/sprzedazb.jpg);
}

/* Logo */

#logo {
	height: 100px;
	padding: 10px 0px 0px 350px ;
	margin-right: 2px;
	background: url(images/top.jpg);
}


/* Wrapper */

#wrapper {
	margin-right: 0px;
	background: url(images/menu.jpg);
}


/* Sidebar */


/* Content */

#content {
	margin-left: auto;
	padding: 10px;

}

/* Menu */

#menu {

}

#menu a {
	display: inline;
	float: center;
	padding: 0 88px 0 88px;
	background: url(images/menu.gif) repeat-x;
	list-style: none;
	text-decoration: none;
	font-size: 1.2em;
	color: white;
}

#menu a:hover {
	color: yellow;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {

	padding: 5px;
	margin-right: 5px;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/* Footer */

#footer {
	padding: 12px 260px;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: 1;
	color: white
}

#footer a {
	color: yellow;
	text-decoration: none;
}

