/* ***************************************************************************************************** */
/* CONTENT CSS */

BODY{
	background-image: url(images/bg.png);
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #666;
}
img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
P{
	text-indent: 25px;
}
H1{
	margin-right: auto;
	margin-left: auto;
	font-size: large;
	color: #0971e9;
	background-color: #EEE;
	display: block;
	height: 25px;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px inset #0870E8;
	text-align: center;
	margin-bottom: 20px;
}
form {
	text-align: center;
}
H2{
	color: #0971e9;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
}
H3{

}
a:link, a:active, a:visited{
	text-decoration: none;
	color: #F00;
}
a:hover{
	color: #900;
	text-decoration: underline;
}

/* ***************************************************************************************************** */
/* TEMPLATE SPECIFIC CSS CODE */

#container {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container.png);
}
#head{
	background-image: url(images/top.png);
	height: 300px;
}
#center{
	min-height: 400px;
	width: 670px;
	float: left;
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#left{
	float: left;
	width: 250px;
}
#right{
	float: right;
	width: 175px;
	padding-right: 55px;
	padding-top: 10px;
}
#foot{
	background-image: url(images/foot.png);
	height: 59px;
	clear: both;
	float: none;
}

#left dt a{
	line-height: 26px;
	background-image: url(images/menu.png);
	text-align: left;
	height: 31px;
	width: 145px;
	color: #0971e9;
	display: block;
	margin-left: 70px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 12px;
}
#left dt a:hover{
	color: #F00;
}
#left dt a:active{
	color: #900;
	text-decoration: none;
}
#left dd a{
	line-height: 31px;
	background-image: url(images/submenu.png);
	text-align: left;
	height: 31px;
	width: 135px;
	color: #333;
	display: block;
	margin-left: 38px;
	padding-left: 40px;
	font-size: 12px;
}
#left dd a:hover{
	color: #F00;
	background-image: url(images/submenu_hover.png);
}
table{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 650px;
	background-color: #EEE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}
.promocja{
	font-size: small;
	color: #F00;
	text-decoration: blink;
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
ul{
	text-align: left;
}
.reklama {
	margin-right: 0px;
	padding-left: 50px;
}
td{
	padding: 5px;
}
.barter{
	background-image: url(images/barter.jpg);
	height: 186px;
	width: 650px;
}
li{
	list-style-type: none;
}