* {
	padding: 0;
	margin: 0;
} 

body {
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#000;
}

#main {
	width:1024px;
	height:763px;
	margin: 0px auto;
	padding: 0px;
}

/* Nagłówek  */
#header {
	width:1024px;
	height:170px;
}

/* Menu */
#menu {
	float:left;
	width:819px;
	height:192px;
}

/* Treść */
#content {
	float:left;
	width:819px;
	height:401px;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
}

.content {
	font-size:13px;
	font-style:italic;
	padding:0px 50px 50px 50px;
	color:#FFF;
}

.content h1 {
	color:#FC0;
	font-weight:bold;
	font-size:18px;
}

.content a {
	color:#FC3;
}

.content a:hover {
	color:#FC3;
	font-weight:bold;
}

/*content1*/
#content1 {
	float:left;
	width:819px;
	height:401px;
	background-image:url(images/content1.jpg);
	background-repeat:no-repeat;
}

.content1 {
	font-size:13px;
	font-style:italic;
	padding:0px 50px 50px 50px;
	color:#FFF;
}

.content1 h1 {
	color:#FC0;
	font-weight:bold;
	font-size:18px;
}

.content1 a {
	color:#FC3;
	text-decoration:none;
}

.content1 a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* Prawa strona */
#r_side {
	width:205px;
	height:593px;
	float:right;
	background-image:url(images/r_side.jpg);
	background-repeat:no-repeat;
}

/* Stopka */
#foot {
	width:1024px;
	color:#999;
	font-size:10px;
	margin: 0px auto;
	padding: 0px;
	text-align:right;
}

#foot a {
	color:#999;
	text-decoration:none;
}

#foot a:hover {
	color:#999;
	text-decoration:none;
}

IMG {border: 0px;}

