#imageme table {
	border-collapse:collapse ;
	margin: 0px;
	padding: 0px;
	border: none;
}
#imageme table td,th {
	margin: 0px;
	padding: 0px;
}
#imageme #fla {
	background-image: url(img/image.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 730px;
}
#topme ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:1px;
}
#topme ul li {
	height: 90px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	line-height:0;
}
#topme ul li a {
	display: block;
	height: 90px;
	width: 250px;
	line-height:normal;
}
#topme ul #me1 a {
	background-image: url(img/me1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#topme ul #me1 a:hover {
	background-position: right top;
}
#topme ul #me2 a {
	background-image: url(img/me2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topme ul #me2 a:hover {
	background-position: right top;
}
#topme span {
	display: none;
}



#topc {
	padding: 20px;
	background-image: none;
}
#topc h1 {
	font-size: 21px;
	font-weight: normal;
	color: #069;
}
#topc #banners {
	vertical-align: top;
	padding-left: 10px;
}
#topc #banners p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

