@charset "utf-8";

@import url("content.css");

#leftContent {
	float: left;
	width: 45%;
	margin-bottom: 10px;
	margin-right: 15px;
}
#leftContent img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	
	border: 0;
}
#leftContent img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#leftContent table {
	border: 0px;
}

#leftContent table td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#leftContent table td img {
	border: 0px;
}

#leftContent table #center {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	width: 222px;
	height: 222px;
}
#leftContent table #center img{
	opacity: 1;
	filter: alpha(opacity=100);
}

#rightContent {
	width: 50%;
	margin-left: 50%;
	text-align: justify;
}

#rightContent p {
	padding-left: 15px;
}

#rightContent h3 {
	font-size: 110%;
}

