body{
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Tahoma;
	font-size: 9pt;
	color: #fff;
	background-image: url("../img/body_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#container{
	width: 800px;
	margin: auto;
}

#header{
	position: relative;
	width: 800px;
	height: 150px;
}

#logo{
	position: absolute;
	top: 50px;
	left: 30px;
	text-align: left;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#logo a{
	display: block;
	width: 190px;
	height: 75px;
	outline: none;
}

#logo a span{
	display: none;
}

ul{
	list-style: none;
}

.clearing{
	clear: both;
}

.clearing_r{
	clear: right;
}

#clear_r{
	clear: left;
}

#content{
	margin: auto;
	margin-left: 1px;
	width: 800px;
	padding: 0;
	min-height: 350px;
	height: auto;	
}

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

#content a:hover{
	text-decoration: underline;
}

#content p{
	text-align: justify;
	padding: 10px; 
}

#left{
	margin: 0;
	float: left;
	height: auto;
	width: 150px;
	text-align: left;
}

#left ul{
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#left ul li{
	width: 120px;
	height: 27px;
}

#left ul li a{
	outline: none;
	display: block;
}
#left ul li a span{
	display: none;
}


#middle{
	float: left;
	margin: 0;
	margin-top: -40px;
	width: 510px;
	height: auto;
	padding: 10px; 
}

#right{
	float: left;
	width: 20px;
}

.nopadding{
	padding: 0;
	margin: 0;
}

img{
	padding: 3px;
	background-color: #fff;
}

.noborder{
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

#footer {
	margin: auto;
	padding: 0;
	width: 800px;
	height: 40px;
	font-size: 7pt;
	color: #000;
}

#footer a, #footer a:hover{
	color: #000;
}

#footer p{
	padding-top: 3px;
	float: left;
	width: 450px;
	line-height: 10px;
}

#webdesign{
	font-size: 7pt;
	width: 400px;
	float: right;
	margin-top: 20px;
	height: 30px;
	text-align: right;
	color: #755304;
}

#webdesign a, #webdesign a:hover{
	color: #000;
	text-decoration: none;
}

#webdesign a:hover span{
	color: #f6861f;
}

.right{
	padding: 0;
	padding-right: 10px;
	float: right;
	width: 150px;
	font-size: 8pt;
}

.left{
	padding: 0;
	padding-left: 120px;
	float: left;
	width: 400px;
}

.mini{
	font-size: 7pt;
}

.lewy{
	text-align: left;
}

.prawy{
	text-align: right;
	float: right;
}


h2{
	font-size: 11pt;
	text-align: center;
}

#middle h1{
	font-size: 11pt;
	width: 350px;
	border-bottom: 1px solid #fff;
}

#middle h1 span, #middle p span {
	color: #0dccd9;
}

.err{
	color: red;
}

h4 span{
	color: #0dccd9;
}

.fota{
	width: 150px;
	height: 100px;
}

.minifot{
	padding: 1px;
	width: 40px;
	height: 30px;
}