/* LUBIELUBE */
#lubie-left {
	position: relative;
	width: 600px;
	float: left;
	}

#lubie-left h3 {
	font-size: 15px;
	}
#lubie-right {
	width: 260px;
	float: right;
	margin-bottom: 2px;
	}
	
#lubie-right a {
	text-decoration: none;
	}
	
#lubie-right ul li ul li a {
	font-weight: normal;
	}


/*TABLE STYLES*/
table {
  border: solid 1px #00c;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table td { background-color: #d6d6d6; border: solid 1px #00c; padding: 3px; }
table td p {
  margin: 0;
  padding: 0;
}

