
body {
	background-color: #000000;
	background-image: url("../images/line_right.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
}

a {
	color: #B7B7B7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #B7B7B7;
}

.boxed {
	display: block;
	
	height: 490px;
	width: 420px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float: right;	
	border: none;
	overflow:auto;
}

.boxed .title {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	color: #C6CDCE;
}

.boxed .content {
	padding: 2px;
	color: #B7B7B7;
	text-align:justify;	
}

.boxed .contact {
	padding-left: 75px;
	color: #B7B7B7;
	text-align:justify;
	
}

.boxed li, .boxed ul {
	margin-left: 2em;
	padding-bottom: 10px;
	padding-top: 5px;
}


#stopka {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #6C6C6C;
	padding-bottom: 20px;
	text-align: center;
}