@import url(top.css);

@import url(footer.css);

@import url(searchBox.css);

@import url(categories.css);

@import url(generalBoxContentBox.css);

@import url(news.css);


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	color: #000;
}

div,p,form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#center {
	margin: auto;
	overflow: visible;
	width: 900px;
}

/* zawartosc strony - lewa i prawa */
#general {
	overflow: visible;
	width: 900px;
	text-align: left;
	background-color: #fff;
}

#generalBox {
	width: 890px;
	margin-left: 10px;
}

#generalBoxS {
	width: 230px;
	text-align: left;	
	float: left;
}

#generalBoxSidebar {
	width: 230px;
	text-align: left;
	border: 1px solid #dad8d9;
}

#generalBoxContent {
	width: 640px;
	margin-left: 8px;
	text-align: left;
	float: left;
}


.space {
	width: 900px;
	height: 10px;
}

.spaceLine {
	clear: both;
	height: 1px;
	font-size:0;
	background: url(../img/general/space.jpg) no-repeat;
}

.clear {
	clear: both;
}

/* pager */

#pager {
font-size:12px}

#pager a {
	color:#0e62b6;
	font-size:12px;
}

/* text align */
.tc {
	text-align: center
}